summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-06-25 11:29:26 +0000
committerPavel Labath <labath@google.com>2015-06-25 11:29:26 +0000
commit7811d6a409eac2f5b00ce3fbdb4b0015159a52a1 (patch)
tree46016f64036fd80e87cb3af06d4984645741e45c /lldb/test/functionalities
parent0b9e04b7c481fc26529fac8cd753af1aa0990785 (diff)
downloadbcm5719-llvm-7811d6a409eac2f5b00ce3fbdb4b0015159a52a1.tar.gz
bcm5719-llvm-7811d6a409eac2f5b00ce3fbdb4b0015159a52a1.zip
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
Diffstat (limited to 'lldb/test/functionalities')
-rw-r--r--lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
index 9f44dd45422..378c6a2c2c0 100644
--- a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
+++ b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
@@ -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))
OpenPOWER on IntegriCloud