From 56168f0dbb4e28614617ebbb9f2555150f7eda82 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 18 Dec 2018 13:12:36 +0000 Subject: Un-XFAIL TestExitDuringBreak.py for linux This test is passing now on linux, and probably has been passing since r282993. llvm-svn: 349479 --- .../functionalities/thread/exit_during_break/TestExitDuringBreak.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities') 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()) -- cgit v1.2.3