Skip to content

Commit 952e457

Browse files
authored
Merge pull request #37765 from adrian-prantl/75766760-5.5
Re-enable async debuginfo tests on arm64e.
2 parents 974e64a + 5fb05aa commit 952e457

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

test/DebugInfo/async-let-await.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: -module-name M -enable-experimental-concurrency \
33
// RUN: -parse-as-library | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize
44
// REQUIRES: concurrency
5-
// UNSUPPORTED: CPU=arm64e
65

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

test/DebugInfo/async-lifetime-extension.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// RUN: | %FileCheck %s --check-prefix=CHECK
44
// REQUIRES: concurrency
55

6-
// UNSUPPORTED: CPU=arm64e
7-
86
// Test that lifetime extension preserves a dbg.declare for "n" in the resume
97
// funclet.
108

test/DebugInfo/async-local-var.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// RUN: | %FileCheck %s --check-prefix=CHECK
44
// REQUIRES: concurrency
55

6-
// UNSUPPORTED: CPU=arm64e
7-
86
func getString() async -> String {
97
return ""
108
}

0 commit comments

Comments
 (0)