diff options
author | Vince Harron <vince@nethacker.com> | 2015-03-31 17:44:37 +0000 |
---|---|---|
committer | Vince Harron <vince@nethacker.com> | 2015-03-31 17:44:37 +0000 |
commit | 3d2979ee2fb3ec9f22bacbc509d06203350df982 (patch) | |
tree | 937f5c7b05a2e6fee2dd6b29df1148b18436df91 /lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py | |
parent | 7a0d89153f197c57039f36400ebab11bdb604784 (diff) | |
download | bcm5719-llvm-3d2979ee2fb3ec9f22bacbc509d06203350df982.tar.gz bcm5719-llvm-3d2979ee2fb3ec9f22bacbc509d06203350df982.zip |
Enabled a bunch of tests on Linux
Removed expectedFailureLinux from failures that I was unable to
reproduce, updated and improved some other comments near XFAIL tests
Differential Revision: http://reviews.llvm.org/D8676
llvm-svn: 233716
Diffstat (limited to 'lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py')
-rw-r--r-- | lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py b/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py index fbe2d4798bf..401f37e5848 100644 --- a/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py +++ b/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py @@ -21,8 +21,7 @@ class WatchpointForMultipleThreadsTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) 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) + @expectedFailureGcc("llvm.org/pr20233") @dwarf_test def test_watchpoint_multiple_threads_with_dwarf(self): """Test that lldb watchpoint works for multiple threads.""" |