XFAIL and Skip flaky test case on linux

llvm-svn: 237135
This commit is contained in:
Tamas Berghammer 2015-05-12 14:25:43 +00:00
parent 7b222e110f
commit b31bf17236
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ class CreateAfterAttachTestCase(TestBase):
@skipIfFreeBSD # Hangs. May be the same as Linux issue llvm.org/pr16229 but
# not yet investigated. Revisit once required functionality
# is implemented for FreeBSD.
@expectedFailureLinux("llvm.org/pr16229") # Occasionally hangs on the build bot
@skipIfLinux # Occasionally hangs on the build bot
@dwarf_test
def test_create_after_attach_with_dwarf_and_popen(self):
"""Test thread creation after process attach."""