Skip to content

Commit 2fd2fd2

Browse files
committed
Skip the abort_with_payload test on x86_64 till I can see if it can
be made to work there.
1 parent 8b68e06 commit 2fd2fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/macosx/abort_with_payload/TestAbortWithPayload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
class TestAbortWithPayload(TestBase):
1414
NO_DEBUG_INFO_TESTCASE = True
1515

16-
@skipUnlessDarwin
16+
@skipUnlessAppleSilicon
1717
def test_abort_with_payload(self):
1818
"""There can be many tests in a test case - describe this test here."""
1919
self.build()
2020
self.abort_with_test(True)
2121

22-
@skipUnlessDarwin
22+
@skipUnlessAppleSilicon
2323
def test_abort_with_reason(self):
2424
"""There can be many tests in a test case - describe this test here."""
2525
self.build()

0 commit comments

Comments
 (0)