From c32e04d82c556e4c09ad8d1e0971c4bf5f05fab3 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 22 Apr 2015 13:20:03 +0000 Subject: [PATCH] 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.. llvm-svn: 235504 --- .../thread/concurrent_events/TestConcurrentEvents.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py b/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py index 83c1a3035045..c280cb4a08c6 100644 --- a/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py +++ b/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py @@ -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())