teak-llvm/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
Jason Molenda 03e26de4d2 Don't run TestBreakpointThumbCodesection.py on darwin systems;
we don't use a thumb code section.

Don't run Test128BitsInteger.py on armv7k; it's not a supported
type on that target.

llvm-svn: 351490
2019-01-17 22:26:25 +00:00

7 lines
170 B
Python

from lldbsuite.test import lldbinline
from lldbsuite.test import decorators
lldbinline.MakeInlineTest(__file__, globals(),
decorators.skipIf(archs=["armv7k"]))