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:
Daniel Malea 2013-09-09 21:28:44 +00:00
parent 544d1613fb
commit 4a204d26c5
2 changed files with 2 additions and 0 deletions

View File

@ -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."""

View File

@ -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."""