Skip to content

Commit f8f9b5f

Browse files
committed
Gardening: Migrate test suite to GH issues: DebugInfo
1 parent d820fcf commit f8f9b5f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

test/DebugInfo/debug_variable.sil

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import Swift
66

77
sil_scope 2 { loc "simple.swift":1:2 parent @test_debug_value : $@convention(thin) (Int) -> () }
88

9-
// SR-14868: Incorrect source location on `llvm.dbg.declare` when the input
10-
// is SIL file.
9+
// https://github.com/apple/swift/issues/57215
10+
// Incorrect source location on 'llvm.dbg.declare' when the input is a SIL file
1111

1212
// CHECK: @test_debug_value
1313
// CHECK-SAME: !dbg ![[FUNC_DI:[0-9]+]]

test/DebugInfo/optimizer_pipeline.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
import Swift
66

77
// Test that DCE correctly preserves debug locations.
8-
// SR-15300: Compiler crash when using Builtin.unreachable in initializers
8+
9+
// https://github.com/apple/swift/issues/57622
10+
// Compiler crash when using 'Builtin.unreachable' in initializers
911
//
1012
// CHECK: sil_scope [[S1:[0-9]+]] { {{.*}} parent @$s18optimizer_pipeline1AVyACs13KeyValuePairsVyypypGcfC
1113
// CHECK: sil_scope [[S2:[0-9]+]] { {{.*}} parent [[S1]] }

test/DebugInfo/retroactive_conformance_witness_thunk.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-frontend -emit-ir -g -primary-file %s
22

3-
// https://bugs.swift.org/browse/SR-14016
3+
// https://github.com/apple/swift/issues/56409
44

55
public struct PowerCollection<C : Collection> : Collection {
66
public typealias Index = [C.Index]

0 commit comments

Comments
 (0)