diff options
| author | Ed Maste <emaste@freebsd.org> | 2013-12-09 17:27:18 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2013-12-09 17:27:18 +0000 |
| commit | 1d981a9606afed98b8f8a918886d01537caa41b3 (patch) | |
| tree | bbc19cf53988fa7cb2fd5e2dbb8f75c2497be574 /lldb/test/api/multithreaded/TestMultithreaded.py | |
| parent | 21e67472c2859adc4a5259c68f0b33b234c6207f (diff) | |
| download | bcm5719-llvm-1d981a9606afed98b8f8a918886d01537caa41b3.tar.gz bcm5719-llvm-1d981a9606afed98b8f8a918886d01537caa41b3.zip | |
test: Update decorators for FreeBSD failures with threaded inferior support
llvm.org/pr18190
llvm.org/pr18191
llvm-svn: 196792
Diffstat (limited to 'lldb/test/api/multithreaded/TestMultithreaded.py')
| -rw-r--r-- | lldb/test/api/multithreaded/TestMultithreaded.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index a7ef5987adf..0842e148212 100644 --- a/lldb/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/test/api/multithreaded/TestMultithreaded.py @@ -19,7 +19,7 @@ class SBBreakpointCallbackCase(TestBase): self.addTearDownHook(lambda: os.remove(self.inferior)) @unittest2.expectedFailure # llvm.org/pr16000: SBBreakpoint.SetCallback() does nothing - @skipIfFreeBSD # llvm.org/pr16696 - also build issues with libstdc++ on FreeBSD < 10.0 + @expectedFailureFreeBSD("llvm.org/pr18191") # Cannot find -llldb on FreeBSD @skipIfi386 @skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11 def test_breakpoint_callback(self): @@ -27,7 +27,7 @@ class SBBreakpointCallbackCase(TestBase): self.build_and_test('driver.cpp test_breakpoint_callback.cpp', 'test_breakpoint_callback') - @skipIfFreeBSD # llvm.org/pr16696 + @expectedFailureFreeBSD("llvm.org/pr18191") # Cannot find -llldb on FreeBSD @skipIfi386 @skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11 def test_sb_api_listener_event_description(self): @@ -36,7 +36,7 @@ class SBBreakpointCallbackCase(TestBase): 'test_listener_event_description') pass - @skipIfFreeBSD # llvm.org/pr16696 + @expectedFailureFreeBSD("llvm.org/pr18191") # Cannot find -llldb on FreeBSD @skipIfi386 @skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11 def test_sb_api_listener_event_process_state(self): @@ -48,7 +48,7 @@ class SBBreakpointCallbackCase(TestBase): pass - @skipIfFreeBSD # llvm.org/pr16696 + @expectedFailureFreeBSD("llvm.org/pr18191") # Cannot find -llldb on FreeBSD @skipIfi386 @skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11 @skipIfLinux # llvm.org/pr16016 assertion failure in ProcessPOSIX.cpp. |

