Skip to content

Commit 0e71e6f

Browse files
committed
Skip arm-specific test on non-arm platforms
1 parent afb7653 commit 0e71e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/other_arch_dylib/TestSwiftOtherArchDylib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def setUp(self):
1616
@swiftTest
1717
@skipUnlessDarwin
1818
@skipIfDarwinEmbedded
19+
@skipIf(archs=no_match(["arm64"]))
1920
@expectedFailure("the swift.org toolchain cannot produce arm64e binaries")
2021
def test(self):
2122
"""Test module import from dylibs with an architecture

0 commit comments

Comments
 (0)