[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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user