mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Disable marker_protocol_backdeploy.swift on arm
rdar://89910199
This commit is contained in:
@@ -9,6 +9,9 @@
|
|||||||
// REQUIRES: PTRSIZE=64
|
// REQUIRES: PTRSIZE=64
|
||||||
// REQUIRES: OS=macosx
|
// REQUIRES: OS=macosx
|
||||||
|
|
||||||
|
// Temporarily disable on arm (rdar://89910199)
|
||||||
|
// UNSUPPORTED: CPU=arm64, CPU=arm64e
|
||||||
|
|
||||||
@_marker public protocol P { }
|
@_marker public protocol P { }
|
||||||
public protocol Q: P { }
|
public protocol Q: P { }
|
||||||
protocol R { }
|
protocol R { }
|
||||||
|
|||||||
Reference in New Issue
Block a user