[LLDB] Skip TestDyldLaunchLinux.py on Arm/Linux
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Sat, 11 Sep 2021 11:18:20 +0000 (16:18 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Sat, 11 Sep 2021 11:18:22 +0000 (16:18 +0500)
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.

lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py

index bf47589..9abe7f9 100644 (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()