diff options
| author | Ying Chen <chying@google.com> | 2015-07-01 22:50:28 +0000 |
|---|---|---|
| committer | Ying Chen <chying@google.com> | 2015-07-01 22:50:28 +0000 |
| commit | 9b5eca903bbeb720ceb8e8e70824c9ec5794b56c (patch) | |
| tree | 38028cfcd17c8677c0a2f9dde021565d958c1688 | |
| parent | 0a7202bb5db1996f48496b1e957ba78903a37869 (diff) | |
| download | bcm5719-llvm-9b5eca903bbeb720ceb8e8e70824c9ec5794b56c.tar.gz bcm5719-llvm-9b5eca903bbeb720ceb8e8e70824c9ec5794b56c.zip | |
Mark test_sb_api_listener_event_process_state as flakey
llvm-svn: 241203
| -rw-r--r-- | lldb/test/api/multithreaded/TestMultithreaded.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index 0edab80c056..d5168ca93dd 100644 --- a/lldb/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/test/api/multithreaded/TestMultithreaded.py @@ -38,6 +38,7 @@ class SBBreakpointCallbackCase(TestBase): @skipIfRemote @skipIfNoSBHeaders + @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 |

