Skip to content

Commit 04a6100

Browse files
committed
[5.5] Mark test class_resilience_objc as UNSUPPORTED on arm64e
It succeeds on the public non_executable bot but fails on another bot. rdar://77399307
1 parent 04ea485 commit 04a6100

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)