[Lldb-commits] [lldb] 8027f04 - [lldb/Test] Disable TestBuiltinFormats.py on Windows

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 19 22:41:39 PDT 2020


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


        


More information about the lldb-commits mailing list