Author: emaste
Date: Wed Oct 29 10:09:27 2014
New Revision: 220856

URL: http://llvm.org/viewvc/llvm-project?rev=220856&view=rev
Log:
Skip test that's hanging on FreeBSD until it can be investigated

llvm.org/pr21411

Modified:
    
lldb/trunk/test/functionalities/thread/exit_during_step/TestExitDuringStep.py

Modified: 
lldb/trunk/test/functionalities/thread/exit_during_step/TestExitDuringStep.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/exit_during_step/TestExitDuringStep.py?rev=220856&r1=220855&r2=220856&view=diff
==============================================================================
--- 
lldb/trunk/test/functionalities/thread/exit_during_step/TestExitDuringStep.py 
(original)
+++ 
lldb/trunk/test/functionalities/thread/exit_during_step/TestExitDuringStep.py 
Wed Oct 29 10:09:27 2014
@@ -49,18 +49,21 @@ class ExitDuringStepTestCase(TestBase):
         self.buildDsym(dictionary=self.getBuildFlags())
         self.exit_during_step_in_test()
 
+    @skipIfFreeBSD # llvm.org/pr21411: test is hanging
     @dwarf_test
     def test_with_dwarf(self):
         """Test thread exit during step handling."""
         self.buildDwarf(dictionary=self.getBuildFlags())
         self.exit_during_step_inst_test()
 
+    @skipIfFreeBSD # llvm.org/pr21411: test is hanging
     @dwarf_test
     def test_step_over_with_dwarf(self):
         """Test thread exit during step-over handling."""
         self.buildDwarf(dictionary=self.getBuildFlags())
         self.exit_during_step_over_test()
 
+    @skipIfFreeBSD # llvm.org/pr21411: test is hanging
     @dwarf_test
     def test_step_in_with_dwarf(self):
         """Test thread exit during step-in handling."""


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to