File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 17
17
18
18
// REQUIRES: OS=macosx
19
19
// 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
+
20
27
// RUN: %empty-directory(%t.tmp)
21
28
// mkdir %t.tmp/module-cache && mkdir %t.tmp/dummy.sdk
22
29
// 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
Original file line number Diff line number Diff line change 1
1
// 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
+
2
9
// RUN: %empty-directory(%t.tmp)
3
10
// mkdir %t.tmp/module-cache && mkdir %t.tmp/dummy.sdk
4
11
// 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
You can’t perform that action at this time.
0 commit comments