Skip to content

Commit 1869e3b

Browse files
committed
[5.5] [test] Disable IRGen/opaque_result_type.swift on arm64e
Disable this test until we can fix it. This is also impacting main branch. https://bugs.swift.org/browse/SR-15237
1 parent f42908f commit 1869e3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/opaque_result_type.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// rdar://76863553
66
// UNSUPPORTED: OS=watchos && CPU=x86_64
77

8+
// https://bugs.swift.org/browse/SR-15237
9+
// UNSUPPORTED: CPU=arm64e
10+
811
public protocol O {
912
func bar()
1013
}

0 commit comments

Comments
 (0)