Skip to content

Commit 9cb32f2

Browse files
committed
Gardening: Migrate test suite to GH issues: Reflection
1 parent 04f1cde commit 9cb32f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/Reflection/box_descriptors.sil

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
// RUN: %target-build-swift %s -emit-module -emit-library -module-name capture_descriptors -o %t/capture_descriptors%{target-shared-library-suffix}
33
// RUN: %target-swift-reflection-dump -binary-filename %t/capture_descriptors%{target-shared-library-suffix} | %FileCheck %s
44

5-
// SR-10758
5+
// https://github.com/apple/swift/issues/53148
66
// UNSUPPORTED: OS=linux-gnu, OS=linux-android, OS=linux-androideabi
77

8-
// SR-12893
8+
// https://github.com/apple/swift/issues/55339
99
// XFAIL: OS=openbsd
1010

1111
sil_stage canonical

test/Reflection/capture_descriptors.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// REQUIRES: no_asan
33

4-
// SR-12893
4+
// https://github.com/apple/swift/issues/55339
55
// XFAIL: OS=openbsd
66
// UNSUPPORTED: OS=linux-android, OS=linux-androideabi
77

test/Reflection/typeref_decoding_imported.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// XFAIL: OS=windows-msvc
22

3-
// SR-12893
3+
// https://github.com/apple/swift/issues/55339
44
// XFAIL: OS=openbsd
55

66
// RUN: %empty-directory(%t)

0 commit comments

Comments
 (0)