[Lldb-commits] [lldb] r191717 - Mark watchpoint test as still failing on i386 Linux.

Matt Kopec Matt.Kopec at intel.com
Mon Sep 30 17:02:41 PDT 2013


Author: mkopec
Date: Mon Sep 30 19:02:41 2013
New Revision: 191717

URL: http://llvm.org/viewvc/llvm-project?rev=191717&view=rev
Log:
Mark watchpoint test as still failing on i386 Linux.

Modified:
    lldb/trunk/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py

Modified: lldb/trunk/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py?rev=191717&r1=191716&r2=191717&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py (original)
+++ lldb/trunk/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py Mon Sep 30 19:02:41 2013
@@ -28,9 +28,7 @@ class WatchedVariableHitWhenInScopeTestC
         self.setTearDownCleanup(dictionary=self.d)
         self.watched_var()
 
-    @expectedFailureDarwin
-    @expectedFailureFreeBSD
-    @expectedFailurex86_64
+    @unittest2.expectedFailure
     @dwarf_test
     def test_watched_var_should_only_hit_when_in_scope_with_dwarf(self):
         """Test that a variable watchpoint should only hit when in scope."""





More information about the lldb-commits mailing list