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."""


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to