OSDN Git Service

[lldb] Skip TestBuiltinFormats.py on arm for now
authorRaphael Isemann <teemperor@gmail.com>
Sat, 20 Jun 2020 09:22:44 +0000 (11:22 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Sat, 20 Jun 2020 09:22:44 +0000 (11:22 +0200)
lldb/test/API/functionalities/data-formatter/builtin-formats/TestBuiltinFormats.py

index 1fbb392..9fefae6 100644 (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"))