summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-11-27 10:50:33 +0000
committerTamas Berghammer <tberghammer@google.com>2015-11-27 10:50:33 +0000
commita88453b0690864899740eea0253c55d561a94a68 (patch)
treed5a1a444d991621dd689bd51cc1d94782eff022d /lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
parentac0953a2e6957093e5173618123dd1c7a2b1ad63 (diff)
downloadbcm5719-llvm-a88453b0690864899740eea0253c55d561a94a68.tar.gz
bcm5719-llvm-a88453b0690864899740eea0253c55d561a94a68.zip
Re-add an xfail removed by r254163
The test is flakey but it fails too often with gcc 4.9.2 on x86_64 to be marked only as expected flakey. llvm-svn: 254194
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 2ed4342d693..90660dbcee5 100644
--- a/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
+++ b/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
@@ -37,6 +37,7 @@ class SBBreakpointCallbackCase(TestBase):
@skipIfWindows # clang-cl does not support throw or catch (llvm.org/pr24538)
@expectedFlakeyFreeBSD
@expectedFlakeyLinux # Driver occasionally returns '1' as exit status
+ @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["x86_64"])
def test_sb_api_listener_event_process_state(self):
""" Test that a registered SBListener receives events when a process
changes state.
OpenPOWER on IntegriCloud