diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-04-14 00:40:41 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-04-14 00:40:41 +0000 |
commit | 239189ee6c58b39656ee7868efda614b06a9360e (patch) | |
tree | 0311943649bd52664da0e17475aaf42d31ca719e | |
parent | 843237f5731243b21762adf5bb77da0c4d884df2 (diff) | |
download | bcm5719-llvm-239189ee6c58b39656ee7868efda614b06a9360e.tar.gz bcm5719-llvm-239189ee6c58b39656ee7868efda614b06a9360e.zip |
Remove gcc xfail for TestWatchpointMultipleThreads.
llvm-svn: 234826
-rw-r--r-- | lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py b/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py index 401f37e5848..100ae4b6301 100644 --- a/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py +++ b/lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py @@ -21,7 +21,6 @@ class WatchpointForMultipleThreadsTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.hello_multiple_threads() - @expectedFailureGcc("llvm.org/pr20233") @dwarf_test def test_watchpoint_multiple_threads_with_dwarf(self): """Test that lldb watchpoint works for multiple threads.""" @@ -37,7 +36,6 @@ class WatchpointForMultipleThreadsTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.hello_multiple_threads_wp_set_and_then_delete() - @skipIfGcc # causes intermittent gcc debian buildbot failures, skip until we can investigate @dwarf_test def test_watchpoint_multiple_threads_wp_set_and_then_delete_with_dwarf(self): """Test that lldb watchpoint works for multiple threads, and after the watchpoint is deleted, the watchpoint event should no longer fires.""" |