[Lldb-commits] [lldb] r235504 - XFAILing a single test in TestConcurrentEvents

Pavel Labath labath at google.com
Wed Apr 22 06:20:03 PDT 2015


Author: labath
Date: Wed Apr 22 08:20:03 2015
New Revision: 235504

URL: http://llvm.org/viewvc/llvm-project?rev=235504&view=rev
Log:
XFAILing a single test in TestConcurrentEvents

apparently, TestConcurrentEvents is still not fixed. One test has failed on Linux i386 build.
Will disable the failing test on i386 for now, and see how it goes..

Modified:
    lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py

Modified: lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py?rev=235504&r1=235503&r2=235504&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py (original)
+++ lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py Wed Apr 22 08:20:03 2015
@@ -124,6 +124,7 @@ class ConcurrentEventsTestCase(TestBase)
 
     @dwarf_test
     @skipIfRemoteDueToDeadlock
+    @expectedFailureAll("llvm.org/pr16714", oslist=["linux"], archs=["i386"])
     def test_signal_delay_watch_dwarf(self):
         """Test a (1 second delay) watchpoint and a signal in multiple threads."""
         self.buildDwarf(dictionary=self.getBuildFlags())





More information about the lldb-commits mailing list