Skip to content

Commit a61c6b1

Browse files
committed
Gardening: Migrate test suite to GH issues: api-digester
1 parent bf9b4e3 commit a61c6b1

5 files changed

+5
-5
lines changed

test/api-digester/stability-concurrency-abi.test

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

4040
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
4141

42-
// SR-13362
42+
// https://github.com/apple/swift/issues/55803
4343
// We currently only have a baseline for Intel CPUs on macOS.
4444
// REQUIRES: OS=macosx
4545
// REQUIRES: CPU=x86_64

test/api-digester/stability-stdlib-abi-with-array-cow-checks.test

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

4646
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
4747

48-
// SR-13362
48+
// https://github.com/apple/swift/issues/55803
4949
// We currently only have a baseline for Intel CPUs on macOS.
5050
// REQUIRES: OS=macosx
5151
// REQUIRES: CPU=x86_64

test/api-digester/stability-stdlib-abi-with-asserts.test

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

4444
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
4545

46-
// SR-13362
46+
// https://github.com/apple/swift/issues/55803
4747
// We currently only have a baseline for Intel CPUs on macOS.
4848
// REQUIRES: OS=macosx
4949
// REQUIRES: CPU=x86_64

test/api-digester/stability-stdlib-abi-without-asserts.test

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

3838
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
3939

40-
// SR-13362
40+
// https://github.com/apple/swift/issues/55803
4141
// We currently only have a baseline for Intel CPUs on macOS.
4242
// REQUIRES: OS=macosx && CPU=x86_64
4343

test/api-digester/stability-stdlib-source.swift

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

3-
// SR-13362
3+
// https://github.com/apple/swift/issues/55803
44
// This currently fails on non-Intel architectures due to no baseline being
55
// available and it is not possible to filter across architectures in the
66
// output.

0 commit comments

Comments
 (0)