[Lldb-commits] [lldb] r349479 - Un-XFAIL TestExitDuringBreak.py for linux
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 18 05:12:36 PST 2018
Author: labath
Date: Tue Dec 18 05:12:36 2018
New Revision: 349479
URL: http://llvm.org/viewvc/llvm-project?rev=349479&view=rev
Log:
Un-XFAIL TestExitDuringBreak.py for linux
This test is passing now on linux, and probably has been passing since
r282993.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py?rev=349479&r1=349478&r2=349479&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py Tue Dec 18 05:12:36 2018
@@ -23,9 +23,6 @@ class ExitDuringBreakpointTestCase(TestB
# 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())
More information about the lldb-commits
mailing list