Author: Jonas Devlieghere
Date: 2019-10-21T22:16:28Z
New Revision: 3434472ed74141848634b5eb3cd625d651e22562

URL: 
https://github.com/llvm/llvm-project/commit/3434472ed74141848634b5eb3cd625d651e22562
DIFF: 
https://github.com/llvm/llvm-project/commit/3434472ed74141848634b5eb3cd625d651e22562.diff

LOG: XFAIL TestLocalVariables.py on Windows

This test has been failing for a while on the Windows bot.

https://bugs.llvm.org/show_bug.cgi?id=43752

llvm-svn: 375459

Added: 
    

Modified: 
    
lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
 
b/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
index 7071b675f3bc..b1805f4a8b40 100644
--- 
a/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
+++ 
b/lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
@@ -25,6 +25,7 @@ def setUp(self):
         self.line = line_number(
             self.source, '// Set break point at this line.')
 
+    @skipIfWindows
     def test_c_local_variables(self):
         """Test local variable value."""
         self.build()


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to