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."""
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits