forked from OSchip/llvm-project
Disabling tests affected by llvm.org/pr16170 on Linux
- occasional lldb hangs are causing noisy buildbots and trouble in the (Debian/Ubuntu) package builder llvm-svn: 190355
This commit is contained in:
parent
544d1613fb
commit
4a204d26c5
|
@ -22,6 +22,7 @@ class BreakpointAfterJoinTestCase(TestBase):
|
|||
|
||||
@expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
|
||||
@expectedFailureFreeBSD("llvm.org/pr16696") # threaded inferior not yet implemented on FreeBSD
|
||||
@skipIfLinux # llvm.org/pr16170 -- this test causes LLDB to hang in waitpid() and the inferior is left in the Sleeping (S) state
|
||||
@dwarf_test
|
||||
def test_with_dwarf(self):
|
||||
"""Test breakpoint handling after a thread join."""
|
||||
|
|
|
@ -22,6 +22,7 @@ class ExitDuringBreakpointTestCase(TestBase):
|
|||
|
||||
@expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
|
||||
@expectedFailureFreeBSD("llvm.org/pr16696") # threaded inferior not yet implemented on FreeBSD
|
||||
@skipIfLinux # llvm.org/pr16170 -- this test causes LLDB to hang in waitpid() and the inferior is left in the Sleeping (S) state
|
||||
@dwarf_test
|
||||
def test_with_dwarf(self):
|
||||
"""Test thread exit during breakpoint handling."""
|
||||
|
|
Loading…
Reference in New Issue