Author: Tatyana Krasnukha
Date: 2020-02-18T15:04:29+03:00
New Revision: db23825970b021d0b5302d43aa5355c295c133d9

URL: 
https://github.com/llvm/llvm-project/commit/db23825970b021d0b5302d43aa5355c295c133d9
DIFF: 
https://github.com/llvm/llvm-project/commit/db23825970b021d0b5302d43aa5355c295c133d9.diff

LOG: [lldb][test] Remove expected failure decorator from 
test_copy_from_dummy_target (TestScriptedResolver)

This test case doesn't check that breakpoint's locations are resolved, and it 
passes on Windows too.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
 
b/lldb/test/API/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
index b0b04119a4f0..02c0aab9149e 100644
--- 
a/lldb/test/API/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
+++ 
b/lldb/test/API/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
@@ -40,7 +40,6 @@ def test_bad_command_lines(self):
         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()


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to