diff options
author | Pavel Labath <pavel@labath.sk> | 2018-12-18 13:12:36 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2018-12-18 13:12:36 +0000 |
commit | 56168f0dbb4e28614617ebbb9f2555150f7eda82 (patch) | |
tree | 377a70642eff534e7ff1ec5220994a670e2b61c9 /lldb/packages/Python/lldbsuite/test/functionalities | |
parent | 7f03203142dc174c948fd2d554776b2e5fbd70f5 (diff) | |
download | bcm5719-llvm-56168f0dbb4e28614617ebbb9f2555150f7eda82.tar.gz bcm5719-llvm-56168f0dbb4e28614617ebbb9f2555150f7eda82.zip |
Un-XFAIL TestExitDuringBreak.py for linux
This test is passing now on linux, and probably has been passing since
r282993.
llvm-svn: 349479
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py index c62990ccc93..76c2c47da2c 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py @@ -23,9 +23,6 @@ class ExitDuringBreakpointTestCase(TestBase): # Find the line number for our breakpoint. self.breakpoint = line_number('main.cpp', '// Set breakpoint here') - @expectedFailureAll( - oslist=["linux"], - bugnumber="llvm.org/pr15824 thread states not properly maintained") def test(self): """Test thread exit during breakpoint handling.""" self.build(dictionary=self.getBuildFlags()) |