Skip to content

Commit 13f2d3b

Browse files
authored
Merge pull request swiftlang#33359 from compnerd/baseline
SR-13362: no baseline is available for the standard library on ASi
2 parents 88a8498 + 84ea2a9 commit 13f2d3b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717

1818
// REQUIRES: OS=macosx
1919
// REQUIRES: swift_stdlib_asserts
20+
21+
// SR-13362
22+
// This currently fails on non-Intel architectures due to no baseline being
23+
// available and it is not possible to filter across architectures in the
24+
// output.
25+
// XFAIL: CPU=arm64 || CPU=arm64e
26+
2027
// RUN: %empty-directory(%t.tmp)
2128
// mkdir %t.tmp/module-cache && mkdir %t.tmp/dummy.sdk
2229
// RUN: %api-digester -diagnose-sdk -module Swift -o %t.tmp/changes.txt -module-cache-path %t.tmp/module-cache -sdk %t.tmp/dummy.sdk -abi -avoid-location

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
// REQUIRES: OS=macosx
2+
3+
// SR-13362
4+
// This currently fails on non-Intel architectures due to no baseline being
5+
// available and it is not possible to filter across architectures in the
6+
// output.
7+
// XFAIL: CPU=arm64 || CPU=arm64e
8+
29
// RUN: %empty-directory(%t.tmp)
310
// mkdir %t.tmp/module-cache && mkdir %t.tmp/dummy.sdk
411
// RUN: %api-digester -diagnose-sdk -module Swift -o %t.tmp/changes.txt -module-cache-path %t.tmp/module-cache -sdk %t.tmp/dummy.sdk -avoid-location

0 commit comments

Comments
 (0)