Skip to content

Commit 25bb311

Browse files
committed
Enable API stability checking for standard library on arm64
This test was only enabled for x86_64.
1 parent 8760b7c commit 25bb311

4 files changed

+377
-349
lines changed

Diff for: test/api-digester/Outputs/stability-stdlib-source-arm64.swift.expected

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
#include "stability-stdlib-source-base.swift.expected"
2+
3+
// NOTE: Most differences from the baseline are common across all architectures
4+
// should go into stability-stdlib-source-base.swift.expected. Only capture
5+
// arm64-specific differences from the x86_64 baseline here.
6+
17
Constructor BinaryFloatingPoint.init(_:) has been removed
28
Constructor Double.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
3-
Constructor Double.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
9+
Constructor Double.init(exactly:) has parameter 0 type change from Swift.Float80 to Source
410
Constructor Float.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
5-
Constructor Float.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
11+
Constructor Float.init(exactly:) has parameter 0 type change from Swift.Float80 to Source
12+
Constructor Float.init(exactly:) has generic signature change from to <Source where Source : Swift.BinaryInteger>
613
Constructor Int.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
714
Constructor Int.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
815
Constructor Int16.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
@@ -25,3 +32,4 @@ Constructor UInt8.init(_:) has parameter 0 type change from Swift.Float80 to Swi
2532
Constructor UInt8.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
2633
Struct Float80 has been removed
2734
TypeAlias CLongDouble has underlying type change from Swift.Float80 to Swift.Double
35+
Constructor Double.init(exactly:) has generic signature change from to <Source where Source : Swift.BinaryInteger>

0 commit comments

Comments
 (0)