[LLDB] Skip TestDyldLaunchLinux.py on Arm/Linux

TestDyldLaunchLinux.py has been recently added and is failing on LLDB
Arm/Linux buildbot. I am marking it skip till I come back and look at
it in more detail.
This commit is contained in:
Muhammad Omair Javaid
2021-09-11 16:18:20 +05:00
parent 749ddd25e9
commit c55e021de4

View File

@@ -13,6 +13,7 @@ class TestLinux64LaunchingViaDynamicLoader(TestBase):
@skipIf(oslist=no_match(['linux']))
@no_debug_info_test
@skipIf(oslist=["linux"], archs=["arm"])
def test(self):
self.build()