Skip to content

Commit 622ff37

Browse files
committed
[test] Disable marker_protocol_backdeploy.swift on arm
rdar://89910199
1 parent f111760 commit 622ff37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/marker_protocol_backdeploy.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// REQUIRES: PTRSIZE=64
1010
// REQUIRES: OS=macosx
1111

12+
// Temporarily disable on arm (rdar://89910199)
13+
// UNSUPPORTED: CPU=arm64, CPU=arm64e
14+
1215
@_marker public protocol P { }
1316
public protocol Q: P { }
1417
protocol R { }

0 commit comments

Comments
 (0)