forked from OSchip/llvm-project
Skip test failing on FreeBSD buildbot due to pexepect issues
The pexpect exception is not handled by expectedFailureFreeBSD, so just skip the test for now. llvm.org/pr22784 llvm-svn: 238977
This commit is contained in:
parent
dc8dd07e17
commit
8eeb3e290d
|
@ -23,6 +23,7 @@ class StopHookForMultipleThreadsTestCase(TestBase):
|
||||||
@expectedFailureFreeBSD("llvm.org/pr15037")
|
@expectedFailureFreeBSD("llvm.org/pr15037")
|
||||||
@expectedFailureLinux("llvm.org/pr15037") # stop hooks sometimes fail to fire on Linux
|
@expectedFailureLinux("llvm.org/pr15037") # stop hooks sometimes fail to fire on Linux
|
||||||
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
|
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
|
||||||
|
@skipIfFreeBSD # llvm.org/pr22784
|
||||||
def test_stop_hook_multiple_threads_with_dwarf(self):
|
def test_stop_hook_multiple_threads_with_dwarf(self):
|
||||||
"""Test that lldb stop-hook works for multiple threads."""
|
"""Test that lldb stop-hook works for multiple threads."""
|
||||||
self.buildDwarf(dictionary=self.d)
|
self.buildDwarf(dictionary=self.d)
|
||||||
|
|
Loading…
Reference in New Issue