Skip to content

Commit e7959a9

Browse files
committed
Disable two failing opaque result type tests
See e.g. https://ci.swift.org/job/oss-swift_tools-RA_stdlib-DA_test-device-non_executable/29. The Interpeter test doesn’t actually crash in any Swift CI configuration, but its compilation step crashes in the same way with arm64e.
1 parent 984df63 commit e7959a9

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)