Skip to content

Commit f9a8a71

Browse files
committed
Disable tests on arm64e
1 parent 0d9ca20 commit f9a8a71

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/DebugInfo/async-args.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// RUN: -module-name M -enable-experimental-concurrency \
33
// RUN: -parse-as-library | %FileCheck %s
44
// REQUIRES: concurrency
5-
6-
// REQUIRES: rdar74551043
5+
// UNSUPPORTED: CPU=arm64e
76

87
func use<T>(_ t: T) {}
98
func forceSplit() async {

test/DebugInfo/async-direct-arg.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: --check-prefix=CHECK-%target-cpu
55
// REQUIRES: concurrency
66

7-
// REQUIRES: rdar74588568
7+
// UNSUPPORTED: CPU=arm64e
88

99
// Test that x is described as a direct dbg.declare of the incoming function
1010
// argument.

0 commit comments

Comments
 (0)