[Lldb-commits] [lldb] r254194 - Re-add an xfail removed by r254163

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 27 02:50:34 PST 2015


Author: tberghammer
Date: Fri Nov 27 04:50:33 2015
New Revision: 254194

URL: http://llvm.org/viewvc/llvm-project?rev=254194&view=rev
Log:
Re-add an xfail removed by r254163

The test is flakey but it fails too often with gcc 4.9.2 on x86_64 to
be marked only as expected flakey.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py?rev=254194&r1=254193&r2=254194&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py Fri Nov 27 04:50:33 2015
@@ -37,6 +37,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.




More information about the lldb-commits mailing list