Skip to content

Commit f425443

Browse files
committed
tests: temporarily disable DebugInfo tests which are failing in rebranch
rdar://102151684
1 parent 53fa067 commit f425443

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

test/DebugInfo/async-args.swift

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

6+
// REQUIRES: rdar102151684
7+
68
func use<T>(_ t: T) {}
79
func forceSplit() async {
810
}

test/DebugInfo/async-lifetime-extension.swift

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

6+
// REQUIRES: rdar102151684
7+
68
// Test that lifetime extension preserves a dbg.declare for "n" in the resume
79
// funclet.
810

test/DebugInfo/line-directive.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar102151684
2+
13
func markUsed<T>(_ t: T) {}
24
func f() {
35
if 1==1 {

0 commit comments

Comments
 (0)