Skip to content

Commit 85b5267

Browse files
Merge pull request #69429 from felipepiovezan/felipe/disable_entry_value_32bit
[DebugInfo][NFC] Add 64-bit requirement to async tests
2 parents 6ff69a0 + 9f81e3a commit 85b5267

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/DebugInfo/async-let-await.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: -parse-as-library | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize
44

55
// REQUIRES: concurrency
6+
// REQUIRES: CPU=x86_64 || CPU=arm64
67

78
public func getVegetables() async -> [String] {
89
return ["leek", "carrot"]

test/DebugInfo/async-local-var.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: -module-name a -disable-availability-checking \
33
// RUN: | %FileCheck %s --check-prefix=CHECK
44
// REQUIRES: concurrency
5+
// REQUIRES: CPU=x86_64 || CPU=arm64
56

67
func getString() async -> String {
78
return ""

0 commit comments

Comments
 (0)