[Lldb-commits] [lldb] r181454 - Mark multi-threaded watchpoint test as skip on Linux due to lldb assertions in the debian buildbot.

Matt Kopec Matt.Kopec at intel.com
Wed May 8 10:52:18 PDT 2013


Author: mkopec
Date: Wed May  8 12:52:17 2013
New Revision: 181454

URL: http://llvm.org/viewvc/llvm-project?rev=181454&view=rev
Log:
Mark multi-threaded watchpoint test as skip on Linux due to lldb assertions in the debian buildbot.

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=181454&r1=181453&r2=181454&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py (original)
+++ lldb/trunk/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py Wed May  8 12:52:17 2013
@@ -21,7 +21,7 @@ class WatchpointForMultipleThreadsTestCa
         self.setTearDownCleanup(dictionary=self.d)
         self.hello_multiple_threads()
 
-    @expectedFailureLinux # bugzilla 14416
+    @skipOnLinux # bugzilla 14323 - skip due to incomplete multi-threaded debug support
     @dwarf_test
     def test_watchpoint_multiple_threads_with_dwarf(self):
         """Test that lldb watchpoint works for multiple threads."""
@@ -37,7 +37,7 @@ class WatchpointForMultipleThreadsTestCa
         self.setTearDownCleanup(dictionary=self.d)
         self.hello_multiple_threads_wp_set_and_then_delete()
 
-    @expectedFailureLinux # bugzilla 14416
+    @skipOnLinux # bugzilla 14323 - skip due to incomplete multi-threaded debug support
     @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