Mark test_watchpoint_multiple_threads_with_dwarf as XFAIL on Linux/clang.
authorTodd Fiala <todd.fiala@gmail.com>
Mon, 7 Jul 2014 21:28:37 +0000 (21:28 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Mon, 7 Jul 2014 21:28:37 +0000 (21:28 +0000)
See http://llvm.org/bugs/show_bug.cgi?id=20233 for details.

llvm-svn: 212491

lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py

index fdb85be..09936c8 100644 (file)
@@ -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."""