[lldb] [test] Skip 128-bit int tests on i386 (no __int128_t)
authorMichał Górny <mgorny@gentoo.org>
Fri, 31 Jan 2020 20:58:43 +0000 (21:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 31 Jan 2020 20:59:38 +0000 (21:59 +0100)
lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Test128BitsInteger.py

index 433c275fb58c52a8fecbefa619074a76487d8c4e..4f163d0c3a044dc9df95604d27913ea3aa1ff668 100644 (file)
@@ -2,5 +2,5 @@ from lldbsuite.test import lldbinline
 from lldbsuite.test import decorators
 
 lldbinline.MakeInlineTest(__file__, globals(),
-        decorators.skipIf(archs=["armv7k"]))
+        decorators.skipIf(archs=["armv7k", "i386"]))