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 e3f0c0d commit 7a935f1Copy full SHA for 7a935f1
lldb/test/API/lang/swift/other_arch_dylib/TestSwiftOtherArchDylib.py
@@ -13,7 +13,7 @@ class TestSwiftOtherArchDylib(TestBase):
13
@skipUnlessDarwin
14
@skipIfDarwinEmbedded
15
@skipIf(archs=no_match(["arm64"]))
16
- @skipTestIfFn("the swift.org toolchain cannot produce arm64e binaries")
+ @skipIf(archs=["arm64"], bugnumber="the swift.org toolchain cannot produce arm64e binaries")
17
def test(self):
18
"""Test module import from dylibs with an architecture
19
that uses a different SDK"""
0 commit comments