[lldb] Skip TestBuiltinFormats.py on arm for now

This commit is contained in:
Raphael Isemann 2020-06-20 11:22:44 +02:00
parent 9a7d80a32c
commit ab888262b3
1 changed files with 2 additions and 0 deletions

View File

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