Skip to content

Commit 5fb05aa

Browse files
committed
Re-enable async debuginfo tests on arm64e.
(cherry picked from commit 4656fe9f2f466ff4cedf82428042804fd71b9836)
1 parent 703a122 commit 5fb05aa

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)