summaryrefslogtreecommitdiffstats
path: root/lldb/test/api/multithreaded/TestMultithreaded.py
diff options
context:
space:
mode:
authorYing Chen <chying@google.com>2015-06-29 22:40:33 +0000
committerYing Chen <chying@google.com>2015-06-29 22:40:33 +0000
commit401a6f9c60a7da16f2bfe25d9e5739d562516dfd (patch)
tree095c1264adcb27a708e2a1ff55f0c609b43fe2b8 /lldb/test/api/multithreaded/TestMultithreaded.py
parenta70d27f0800243c48de88b11f76a4b76afe2344a (diff)
downloadbcm5719-llvm-401a6f9c60a7da16f2bfe25d9e5739d562516dfd.tar.gz
bcm5719-llvm-401a6f9c60a7da16f2bfe25d9e5739d562516dfd.zip
Revert "Mark test_sb_api_listener_event_process_state as flakey"
This reverts commit a4f5f4da7e164b7ac358a75f2e4254c25718ad4b. This test fails 100% with gcc4.9.2, revert it first. Will find out why xfail is overruled by xflaky. llvm-svn: 241014
Diffstat (limited to 'lldb/test/api/multithreaded/TestMultithreaded.py')
-rw-r--r--lldb/test/api/multithreaded/TestMultithreaded.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py
index d5168ca93dd..0edab80c056 100644
--- a/lldb/test/api/multithreaded/TestMultithreaded.py
+++ b/lldb/test/api/multithreaded/TestMultithreaded.py
@@ -38,7 +38,6 @@ 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
OpenPOWER on IntegriCloud