From 3c5ada813632d2a26f6f5342d31306355d44b6fa Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 13 Nov 2015 11:56:09 +0000 Subject: 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 --- .../Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/api/multithreaded') 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', -- cgit v1.2.3