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
|
@no_debug_info_test
|
||||||
@skipIfWindows
|
@skipIfWindows
|
||||||
|
# uint128_t not available on arm.
|
||||||
|
@skipIf(archs=['arm', 'aarch64'])
|
||||||
def test(self):
|
def test(self):
|
||||||
self.build()
|
self.build()
|
||||||
lldbutil.run_to_source_breakpoint(self, "// break here", lldb.SBFileSpec("main.cpp"))
|
lldbutil.run_to_source_breakpoint(self, "// break here", lldb.SBFileSpec("main.cpp"))
|
||||||
|
|
Loading…
Reference in New Issue