Skip to content

Commit eaece0c

Browse files
Merge pull request #36106 from adrian-prantl/arm64e-disable
Disable tests on arm64e
2 parents 03338c2 + 193644d commit eaece0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/DebugInfo/async-args.swift

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

67
func use<T>(_ t: T) {}
78
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)