summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-01-06 14:15:32 +0000
committerPavel Labath <labath@google.com>2016-01-06 14:15:32 +0000
commitb5846ce7152683def6e97bb1362bfaa511a98c86 (patch)
treeebbefd067b18def815f6cabc21a1e2ad2bee1d3c /lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
parentf4467cd1cd36b2325116a9e50c04cbdca16a5ec2 (diff)
downloadbcm5719-llvm-b5846ce7152683def6e97bb1362bfaa511a98c86.tar.gz
bcm5719-llvm-b5846ce7152683def6e97bb1362bfaa511a98c86.zip
Remove XTIMEOUT from TestMultithreaded on linux
instead, mark the test as expected flaky, which will trigger a rerun in case the test hangs. llvm-svn: 256935
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py b/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
index 90660dbcee5..0b405091ebd 100644
--- a/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
+++ b/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
@@ -51,6 +51,7 @@ class SBBreakpointCallbackCase(TestBase):
@skipIfNoSBHeaders
@skipIfWindows # clang-cl does not support throw or catch (llvm.org/pr24538)
@expectedFlakeyFreeBSD
+ @expectedFlakeyLinux
def test_sb_api_listener_resume(self):
""" Test that a process can be resumed from a non-main thread. """
self.build_and_test('driver.cpp listener_test.cpp test_listener_resume.cpp',
OpenPOWER on IntegriCloud