Skip to content

Commit 83a7a4a

Browse files
committed
[lldb] [test] Skip 128-bit int tests on i386 (no __int128_t)
1 parent 9e8bff7 commit 83a7a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Test128BitsInteger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from lldbsuite.test import decorators
33

44
lldbinline.MakeInlineTest(__file__, globals(),
5-
decorators.skipIf(archs=["armv7k"]))
5+
decorators.skipIf(archs=["armv7k", "i386"]))
66

0 commit comments

Comments
 (0)