Author: Jonas Devlieghere
Date: 2020-06-19T22:41:29-07:00
New Revision: 8027f04a6d438b83b75856b03278122f14d6b1d3

URL: 
https://github.com/llvm/llvm-project/commit/8027f04a6d438b83b75856b03278122f14d6b1d3
DIFF: 
https://github.com/llvm/llvm-project/commit/8027f04a6d438b83b75856b03278122f14d6b1d3.diff

LOG: [lldb/Test] Disable TestBuiltinFormats.py on Windows

Disable the test to turn the Windows bot green again until Raphael has
time to investigate.

Added: 
    

Modified: 
    
lldb/test/API/functionalities/data-formatter/builtin-formats/TestBuiltinFormats.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/functionalities/data-formatter/builtin-formats/TestBuiltinFormats.py
 
b/lldb/test/API/functionalities/data-formatter/builtin-formats/TestBuiltinFormats.py
index b2f2deca0d1c..1fbb3929fa4b 100644
--- 
a/lldb/test/API/functionalities/data-formatter/builtin-formats/TestBuiltinFormats.py
+++ 
b/lldb/test/API/functionalities/data-formatter/builtin-formats/TestBuiltinFormats.py
@@ -22,6 +22,7 @@ def getFormatted(self, format, expr):
         return result.GetOutput()
 
     @no_debug_info_test
+    @skipIfWindows
     def test(self):
         self.build()
         lldbutil.run_to_source_breakpoint(self, "// break here", 
lldb.SBFileSpec("main.cpp"))


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

Reply via email to