[Lldb-commits] [lldb] r236407 - XFAILing a test that fails with gcc 4.9 x86_64

Vince Harron vince at nethacker.com
Sun May 3 20:53:22 PDT 2015


Author: vharron
Date: Sun May  3 22:53:22 2015
New Revision: 236407

URL: http://llvm.org/viewvc/llvm-project?rev=236407&view=rev
Log:
XFAILing a test that fails with gcc 4.9 x86_64

Modified:
    lldb/trunk/test/api/multithreaded/TestMultithreaded.py

Modified: lldb/trunk/test/api/multithreaded/TestMultithreaded.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/api/multithreaded/TestMultithreaded.py?rev=236407&r1=236406&r2=236407&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/TestMultithreaded.py (original)
+++ lldb/trunk/test/api/multithreaded/TestMultithreaded.py Sun May  3 22:53:22 2015
@@ -21,6 +21,7 @@ class SBBreakpointCallbackCase(TestBase)
 
     @skipIfRemote
     @skipIfNoSBHeaders
+    @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',





More information about the lldb-commits mailing list