summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-07-07 21:28:37 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-07-07 21:28:37 +0000
commit8bb347350a0b87062b5a88f5f97dd285734a942a (patch)
treeb745022586e54e4b30ba162ae11c63cbbbdb9341 /lldb
parenta932da8f356c7f17f1fa27532e80353253482dd9 (diff)
downloadbcm5719-llvm-8bb347350a0b87062b5a88f5f97dd285734a942a.tar.gz
bcm5719-llvm-8bb347350a0b87062b5a88f5f97dd285734a942a.zip
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
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py b/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py
index fdb85be8bcf..09936c8febb 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."""
OpenPOWER on IntegriCloud