diff options
author | Pavel Labath <labath@google.com> | 2015-11-13 11:56:09 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-11-13 11:56:09 +0000 |
commit | 3c5ada813632d2a26f6f5342d31306355d44b6fa (patch) | |
tree | d617da2802f562ce907dd925a6d9adcb45f34ea6 /lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | |
parent | 05d81d828690e0d64e7a57c704bf1c3092caf675 (diff) | |
download | bcm5719-llvm-3c5ada813632d2a26f6f5342d31306355d44b6fa.tar.gz bcm5719-llvm-3c5ada813632d2a26f6f5342d31306355d44b6fa.zip |
Re-add XFAILs to two tests
these decorators were two of many removed in r253026. Unlike others, these tests still seem to be
failing...
llvm-svn: 253034
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 4f46628452e..bcaa404cd40 100644 --- a/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py @@ -17,6 +17,7 @@ class SBBreakpointCallbackCase(TestBase): @skipIfRemote @skipIfNoSBHeaders @skipIfWindows # clang-cl does not support throw or catch (llvm.org/pr24538) + @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["x86_64"]) def test_breakpoint_callback(self): """Test the that SBBreakpoint callback is invoked when a breakpoint is hit. """ self.build_and_test('driver.cpp test_breakpoint_callback.cpp', |