[LLDB] Disable TestBasicEntryValues.py for arm

TestBasicEntryValues.py fails on arm 32 bit. Currently running on silent master here:
http://lab.llvm.org:8014/builders/lldb-arm-ubuntu/
This commit is contained in:
Muhammad Omair Javaid 2020-05-12 11:32:54 +05:00
parent 5a7276b354
commit 054ed1fd0b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from lldbsuite.test import lldbinline
from lldbsuite.test.decorators import *
from lldbsuite.test import lldbplatformutil
supported_archs = ["x86_64", "arm", "aarch64"]
supported_archs = ["x86_64", "aarch64"]
lldbinline.MakeInlineTest(__file__, globals(),
[skipIf(archs=no_match(supported_archs)),