forked from OSchip/llvm-project
[lldb] Skip TestBuiltinFormats.py on arm for now
This commit is contained in:
parent
9a7d80a32c
commit
ab888262b3
|
@ -23,6 +23,8 @@ class TestCase(TestBase):
|
|||
|
||||
@no_debug_info_test
|
||||
@skipIfWindows
|
||||
# uint128_t not available on arm.
|
||||
@skipIf(archs=['arm', 'aarch64'])
|
||||
def test(self):
|
||||
self.build()
|
||||
lldbutil.run_to_source_breakpoint(self, "// break here", lldb.SBFileSpec("main.cpp"))
|
||||
|
|
Loading…
Reference in New Issue