[lldb] [test] Skip 128-bit int tests on i386 (no __int128_t)

This commit is contained in:
Michał Górny 2020-01-31 21:58:43 +01:00
parent 9e8bff71d0
commit 83a7a4aaad
1 changed files with 1 additions and 1 deletions

View 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"]))