diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-11-27 10:50:33 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-11-27 10:50:33 +0000 |
commit | a88453b0690864899740eea0253c55d561a94a68 (patch) | |
tree | d5a1a444d991621dd689bd51cc1d94782eff022d /lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | |
parent | ac0953a2e6957093e5173618123dd1c7a2b1ad63 (diff) | |
download | bcm5719-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.py | 1 |
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. |