Files
clang-p2996/lldb/test/API/commands/expression/rdar44436068/Test128BitsInteger.py
Muhammad Omair Javaid 8e63f35f86 [LLDB] Decorate tests failing on arm-linux buildbot
Tests impacted by these decorators fail on arm-linux-gnueabihf.

These have been triaged and appropriate bugs have been filed.
2020-05-11 07:31:18 +05:00

7 lines
185 B
Python

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