mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 02:37:37 +00:00
[lldb/Test] Disable TestBuiltinFormats.py on Windows
Disable the test to turn the Windows bot green again until Raphael has time to investigate.
This commit is contained in:
parent
7a9a341953
commit
8027f04a6d
@ -22,6 +22,7 @@ class TestCase(TestBase):
|
||||
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"))
|
||||
|
Loading…
Reference in New Issue
Block a user