From e457c8862d00a4debf069e7f8a354a9cd05a8205 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 2 Sep 2015 13:01:21 +0000 Subject: Enable a couple of tests in TestExitDuringStep on linux tests have been reliably passing at least the last 100 runs of the build bot. llvm-svn: 246647 --- lldb/test/functionalities/thread/exit_during_step/TestExitDuringStep.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/test/functionalities/thread') diff --git a/lldb/test/functionalities/thread/exit_during_step/TestExitDuringStep.py b/lldb/test/functionalities/thread/exit_during_step/TestExitDuringStep.py index f04215cbd67..1f6c81b57c7 100644 --- a/lldb/test/functionalities/thread/exit_during_step/TestExitDuringStep.py +++ b/lldb/test/functionalities/thread/exit_during_step/TestExitDuringStep.py @@ -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.""" -- cgit v1.2.3