[Lldb-commits] [lldb] r246647 - Enable a couple of tests in TestExitDuringStep on linux

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 2 06:01:22 PDT 2015


Author: labath
Date: Wed Sep  2 08:01:21 2015
New Revision: 246647

URL: http://llvm.org/viewvc/llvm-project?rev=246647&view=rev
Log:
Enable a couple of tests in TestExitDuringStep on linux

tests have been reliably passing at least the last 100 runs of the build bot.

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=246647&r1=246646&r2=246647&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/exit_during_step/TestExitDuringStep.py (original)
+++ lldb/trunk/test/functionalities/thread/exit_during_step/TestExitDuringStep.py Wed Sep  2 08:01:21 2015
@@ -58,7 +58,6 @@ class ExitDuringStepTestCase(TestBase):
         self.exit_during_step_inst_test()
 
     @skipIfFreeBSD # llvm.org/pr21411: test is hanging
-    @expectedFailureLinux("llvm.org/pr15824") # thread states not properly maintained
     @dwarf_test
     def test_step_over_with_dwarf(self):
         """Test thread exit during step-over handling."""
@@ -66,7 +65,6 @@ class ExitDuringStepTestCase(TestBase):
         self.exit_during_step_over_test()
 
     @skipIfFreeBSD # llvm.org/pr21411: test is hanging
-    @expectedFailureLinux("llvm.org/pr15824") # thread states not properly maintained
     @dwarf_test
     def test_step_in_with_dwarf(self):
         """Test thread exit during step-in handling."""




More information about the lldb-commits mailing list