summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-11-24 18:22:37 +0000
committerEd Maste <emaste@freebsd.org>2015-11-24 18:22:37 +0000
commit99ab4f42b7df3da5449ace857ddc0a7a6e4dd01c (patch)
treed754e771f589f6783c475b6cfbd858d36cecf87b /lldb/packages/Python/lldbsuite
parent759dc628c0aa44960d5327dd7e5171e22117b944 (diff)
downloadbcm5719-llvm-99ab4f42b7df3da5449ace857ddc0a7a6e4dd01c.tar.gz
bcm5719-llvm-99ab4f42b7df3da5449ace857ddc0a7a6e4dd01c.zip
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py1
1 files changed, 0 insertions, 1 deletions
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."""
OpenPOWER on IntegriCloud