summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
diff options
context:
space:
mode:
authorVince Harron <vharron@google.com>2015-03-05 21:35:28 +0000
committerVince Harron <vharron@google.com>2015-03-05 21:35:28 +0000
commit6caca38f684299d11f80ec4b3c5dfee5cc8f5785 (patch)
tree2262c18a96fca87513735738832db77f1b127217 /lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
parentfb0abceb5c7c46c73447d04060f345c69497e4e6 (diff)
downloadbcm5719-llvm-6caca38f684299d11f80ec4b3c5dfee5cc8f5785.tar.gz
bcm5719-llvm-6caca38f684299d11f80ec4b3c5dfee5cc8f5785.zip
XFAIL tests that are known to fail occasionally on Linux
Trying to get the build green so we can notice new failures easier. Differential Revision: http://reviews.llvm.org/D8039 llvm-svn: 231407
Diffstat (limited to 'lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py')
-rw-r--r--lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
index 530efafff88..60ecd8c3621 100644
--- a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
+++ b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
@@ -32,6 +32,7 @@ class CreateAfterAttachTestCase(TestBase):
@skipIfFreeBSD # Hangs. Revisit once required functionality is implemented
# for FreeBSD.
@dwarf_test
+ @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