diff options
author | Pavel Labath <labath@google.com> | 2015-11-13 13:37:53 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-11-13 13:37:53 +0000 |
commit | e57331679daaf237117c51d8d111bde05421df8a (patch) | |
tree | d1b7a7cbdc73f08038b6d9fa18a01de737a754be /lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | |
parent | 32fb5c40d239f85173149efb6b6ce4d657db4465 (diff) | |
download | bcm5719-llvm-e57331679daaf237117c51d8d111bde05421df8a.tar.gz bcm5719-llvm-e57331679daaf237117c51d8d111bde05421df8a.zip |
Re-XFAIL two more tests I missed
llvm-svn: 253042
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | 2 |
1 files changed, 2 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 bcaa404cd40..ff1f0c52208 100644 --- a/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py @@ -27,6 +27,7 @@ class SBBreakpointCallbackCase(TestBase): @skipIfNoSBHeaders @skipIfWindows # clang-cl does not support throw or catch (llvm.org/pr24538) @expectedFlakeyFreeBSD + @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["x86_64"]) def test_sb_api_listener_event_description(self): """ Test the description of an SBListener breakpoint event is valid.""" self.build_and_test('driver.cpp listener_test.cpp test_listener_event_description.cpp', @@ -38,6 +39,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. |