Author: labath
Date: Thu Jan  7 09:24:51 2016
New Revision: 257068

URL: http://llvm.org/viewvc/llvm-project?rev=257068&view=rev
Log:
XFAIL TestMultithreaded on linux

Test sometimes fails even during the reruns, upgrading to xflaky to xfail.

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=257068&r1=257067&r2=257068&view=diff
==============================================================================
--- 
lldb/trunk/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
 (original)
+++ 
lldb/trunk/packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py
 Thu Jan  7 09:24:51 2016
@@ -51,7 +51,7 @@ class SBBreakpointCallbackCase(TestBase)
     @skipIfNoSBHeaders
     @skipIfWindows # clang-cl does not support throw or catch 
(llvm.org/pr24538)
     @expectedFlakeyFreeBSD
-    @expectedFlakeyLinux
+    @expectedFailureLinux
     def test_sb_api_listener_resume(self):
         """ Test that a process can be resumed from a non-main thread. """
         self.build_and_test('driver.cpp listener_test.cpp 
test_listener_resume.cpp',


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to