diff options
author | Pavel Labath <labath@google.com> | 2016-11-24 15:10:15 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-11-24 15:10:15 +0000 |
commit | d399b10e011539301b2b6a57b08c4d76ff17b9d6 (patch) | |
tree | 373b7fcabccc69206c431739cb0c078bf4f9da99 /lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | |
parent | 3dcc8f90a091edd0e304f0b5fa46f896288b573f (diff) | |
download | bcm5719-llvm-d399b10e011539301b2b6a57b08c4d76ff17b9d6.tar.gz bcm5719-llvm-d399b10e011539301b2b6a57b08c4d76ff17b9d6.zip |
Enable TestMultithreaded-sb_api_listener_event_process_state on linux/gcc
Passing consistently now.
llvm-svn: 287885
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py b/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py index abd252b1e5b..0d6a6002d52 100644 --- a/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py @@ -52,14 +52,6 @@ class SBBreakpointCallbackCase(TestBase): # clang-cl does not support throw or catch (llvm.org/pr24538) @skipIfWindows @expectedFlakeyFreeBSD - @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. |