We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b68e06 commit 2fd2fd2Copy full SHA for 2fd2fd2
lldb/test/API/macosx/abort_with_payload/TestAbortWithPayload.py
@@ -13,13 +13,13 @@
13
class TestAbortWithPayload(TestBase):
14
NO_DEBUG_INFO_TESTCASE = True
15
16
- @skipUnlessDarwin
+ @skipUnlessAppleSilicon
17
def test_abort_with_payload(self):
18
"""There can be many tests in a test case - describe this test here."""
19
self.build()
20
self.abort_with_test(True)
21
22
23
def test_abort_with_reason(self):
24
25
0 commit comments