From: Todd Fiala Date: Mon, 7 Jul 2014 21:28:37 +0000 (+0000) Subject: Mark test_watchpoint_multiple_threads_with_dwarf as XFAIL on Linux/clang. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8bb347350a0b87062b5a88f5f97dd285734a942a;p=platform%2Fupstream%2Fllvm.git Mark test_watchpoint_multiple_threads_with_dwarf as XFAIL on Linux/clang. See http://llvm.org/bugs/show_bug.cgi?id=20233 for details. llvm-svn: 212491 --- diff --git a/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py b/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py index fdb85be..09936c8 100644 --- a/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py +++ b/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py @@ -22,6 +22,7 @@ class WatchpointForMultipleThreadsTestCase(TestBase): self.hello_multiple_threads() @skipIfGcc # causes intermittent gcc debian buildbot failures, skip until we can investigate + @expectedFailureLinux("llvm.org/pr20233") # note due to a @skipIfGcc above, this is going to check failure on Linux if using non-GCC (most likely clang) @dwarf_test def test_watchpoint_multiple_threads_with_dwarf(self): """Test that lldb watchpoint works for multiple threads."""