Skip to content

Commit aa6e26b

Browse files
Merge pull request #6712 from adrian-prantl/108335033
Skip arm-specific test on non-arm platforms
2 parents 207b936 + 0e71e6f commit aa6e26b

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)