Skip to content

Commit f363994

Browse files
authored
Merge pull request swiftlang#37403 from aschwaighofer/disable_class_resilience_objc_arm64_5.5
[5.5] Mark test class_resilience_objc as UNSUPPORTED on arm64e
2 parents ffe038a + 04a6100 commit f363994

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/IRGen/class_resilience_objc.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
// The test is cloned as class_resilience_objc_armv7k.swift for them.
88
// XFAIL: CPU=armv7k
99
// XFAIL: CPU=arm64_32
10-
// XFAIL: CPU=arm64e
10+
// UNSUPPORTED: CPU=arm64
11+
// UNSUPPORTED: CPU=arm64e
1112
// REQUIRES: objc_interop
1213

1314
import Foundation

0 commit comments

Comments
 (0)