[Lldb-commits] [lldb] r234826 - Remove gcc xfail for TestWatchpointMultipleThreads.
Chaoren Lin
chaorenl at google.com
Mon Apr 13 17:40:41 PDT 2015
Author: chaoren
Date: Mon Apr 13 19:40:41 2015
New Revision: 234826
URL: http://llvm.org/viewvc/llvm-project?rev=234826&view=rev
Log:
Remove gcc xfail for TestWatchpointMultipleThreads.
Modified:
lldb/trunk/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py
Modified: lldb/trunk/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py?rev=234826&r1=234825&r2=234826&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py (original)
+++ lldb/trunk/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py Mon Apr 13 19:40:41 2015
@@ -21,7 +21,6 @@ class WatchpointForMultipleThreadsTestCa
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 WatchpointForMultipleThreadsTestCa
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."""
More information about the lldb-commits
mailing list