forked from OSchip/llvm-project
Remove XFAIL from TestCreateAfterAttach
The tested functionality is implemented now. The test remains XTIMEOUTed, because it times out occasionally, probably due to test suite deficiencies. llvm-svn: 240632
This commit is contained in:
parent
0b9e04b7c4
commit
7811d6a409
|
@ -22,8 +22,6 @@ 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."""
|
||||
|
@ -34,7 +32,6 @@ class CreateAfterAttachTestCase(TestBase):
|
|||
# for FreeBSD.
|
||||
@dwarf_test
|
||||
@skipIfRemote
|
||||
@expectedFailureLinux # this test fails 1/100 dosep runs
|
||||
def test_create_after_attach_with_dwarf_and_fork(self):
|
||||
"""Test thread creation after process attach."""
|
||||
self.buildDwarf(dictionary=self.getBuildFlags(use_cpp11=False))
|
||||
|
|
Loading…
Reference in New Issue