[Lldb-commits] [lldb] r310624 - remove FreeBSD xfail decorator from TestExitDuringBreak

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 10 09:48:36 PDT 2017


Author: emaste
Date: Thu Aug 10 09:48:36 2017
New Revision: 310624

URL: http://llvm.org/viewvc/llvm-project?rev=310624&view=rev
Log:
remove FreeBSD xfail decorator from TestExitDuringBreak

This test passes for me on FreeBSD 10 and 12(-CURRENT).

llvm.org/pr18190

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=310624&r1=310623&r2=310624&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 Thu Aug 10 09:48:36 2017
@@ -26,9 +26,6 @@ class ExitDuringBreakpointTestCase(TestB
     @expectedFailureAll(
         oslist=["linux"],
         bugnumber="llvm.org/pr15824 thread states not properly maintained")
-    @expectedFailureAll(
-        oslist=["freebsd"],
-        bugnumber="llvm.org/pr18190 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