diff options
| author | Pavel Labath <labath@google.com> | 2015-04-22 13:20:03 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2015-04-22 13:20:03 +0000 |
| commit | c32e04d82c556e4c09ad8d1e0971c4bf5f05fab3 (patch) | |
| tree | 2d1952742d474977c91a94f3a5ab46f896ac7385 /lldb/test/functionalities/thread | |
| parent | 50a6458870bad4f1aa8938e2ffa9fa40f6e2d24f (diff) | |
| download | bcm5719-llvm-c32e04d82c556e4c09ad8d1e0971c4bf5f05fab3.tar.gz bcm5719-llvm-c32e04d82c556e4c09ad8d1e0971c4bf5f05fab3.zip | |
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
Diffstat (limited to 'lldb/test/functionalities/thread')
| -rw-r--r-- | lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py b/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py index 83c1a303504..c280cb4a08c 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()) |

