From 99ab4f42b7df3da5449ace857ddc0a7a6e4dd01c Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 24 Nov 2015 18:22:37 +0000 Subject: Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarf This passes on my FreeBSD stable/10 desktop and my new FreeBSD 11-current buildbot (which is not yet hooked up to the buildmaster). llvm.org/pr18190 llvm-svn: 254000 --- .../lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py index 53d22f68180..f785401277a 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py @@ -24,7 +24,6 @@ class ThreadExitTestCase(TestBase): self.break_3 = line_number('main.cpp', '// Set third breakpoint here') self.break_4 = line_number('main.cpp', '// Set fourth breakpoint here') - @expectedFailureFreeBSD("llvm.org/pr18190") # thread states not properly maintained @expectedFailureWindows("llvm.org/pr24681") def test(self): """Test thread exit handling.""" -- cgit v1.2.3