[lldb][test] Remove expected failure decorator from test_copy_from_dummy_target ...
authorTatyana Krasnukha <tatyana@synopsys.com>
Tue, 18 Feb 2020 12:02:58 +0000 (15:02 +0300)
committerTatyana Krasnukha <tatyana@synopsys.com>
Tue, 18 Feb 2020 12:04:29 +0000 (15:04 +0300)
This test case doesn't check that breakpoint's locations are resolved, and it passes on Windows too.

lldb/test/API/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py

index b0b0411..02c0aab 100644 (file)
@@ -40,7 +40,6 @@ class TestScriptedResolver(TestBase):
         self.build()
         self.do_test_bad_options()
 
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24528")
     def test_copy_from_dummy_target(self):
         """Make sure we don't crash during scripted breakpoint copy from dummy target"""
         self.build()