[test] XFail TestSigtrampUnwind based on arch rather than OS
authorDavide Italiano <ditaliano@apple.com>
Thu, 25 Jun 2020 23:22:52 +0000 (16:22 -0700)
committerDavide Italiano <ditaliano@apple.com>
Thu, 25 Jun 2020 23:22:52 +0000 (16:22 -0700)
lldb/test/API/functionalities/unwind/sigtramp/TestSigtrampUnwind.py

index bf19cac..3ee86f7 100644 (file)
@@ -17,7 +17,7 @@ class SigtrampUnwind(TestBase):
     # On different platforms the "_sigtramp" and "__kill" frames are likely to be different.
     # This test could probably be adapted to run on linux/*bsd easily enough.
     @skipUnlessDarwin
-    @expectedFailureAll(oslist=["ios", "watchos", "tvos", "bridgeos"], bugnumber="<rdar://problem/34006863>")  # lldb skips 1 frame on arm64 above _sigtramp
+    @expectedFailureAll(archs=["arm64"], bugnumber="<rdar://problem/34006863>")  # lldb skips 1 frame on arm64 above _sigtramp
     def test(self):
         """Test that we can backtrace correctly with _sigtramp on the stack"""
         self.build()