Skip to content

Commit a182a70

Browse files
committed
[test] Disable a couple of DebugInfo tests
rdar://89237318 rdar://90028779
1 parent 05a3f1f commit a182a70

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

test/DebugInfo/debug_value_addr.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-ir -g -o - | %FileCheck %s
22
// RUN: %target-swift-frontend %s -emit-sil -g -o - | %FileCheck -check-prefix=CHECK-SIL %s
33

4-
// Temporarily disable on arm64 (rdar://89237318)
5-
// UNSUPPORTED: CPU=arm64
4+
// rdar://89237318
5+
// REQUIRES: rdar89237318
66

77
// Verify that -Onone shadow copies are emitted for debug_value_addr
88
// instructions.

test/DebugInfo/move_function_dbginfo.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %target-swift-frontend -parse-as-library -Xllvm -sil-disable-pass=alloc-stack-hoisting -g -c %s -o %t/out.o
44
// RUN: %llvm-dwarfdump --show-children %t/out.o | %FileCheck -check-prefix=DWARF %s
55

6+
// rdar://90028779
7+
// REQUIRES: rdar90028779
8+
69
// This test checks that:
710
//
811
// 1. At the IR level, we insert the appropriate llvm.dbg.addr, llvm.dbg.value.

0 commit comments

Comments
 (0)