Skip to content

Commit eb93cd6

Browse files
authored
Merge pull request #30563 from brentdax/what-an-opaque-problem
2 parents 984df63 + e7959a9 commit eb93cd6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/IRGen/opaque_result_type.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %{python} %utils/chex.py < %s > %t/opaque_result_type.swift
33
// RUN: %target-swift-frontend -enable-implicit-dynamic -disable-availability-checking -emit-ir %t/opaque_result_type.swift | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-NODEBUG %t/opaque_result_type.swift
44

5+
// FIXME: Disabled because compilation is crashing in arm64e
6+
// REQUIRES: rdar60734429
7+
58
public protocol O {
69
func bar()
710
}

test/Interpreter/opaque_return_type_protocol_ext.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
// REQUIRES: executable_test
66

7+
// FIXME: Disabled because compilation is crashing in arm64e
8+
// REQUIRES: rdar60734429
9+
710
@available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
811
protocol P {
912
associatedtype AT

0 commit comments

Comments
 (0)