Skip to content

Commit fffe782

Browse files
authored
Enable Concurrency ABI verifier test on apple silicon (#63987)
1 parent 3d6382f commit fffe782

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
// https://github.com/apple/swift/issues/55803
4343
// We currently only have a baseline for Intel CPUs on macOS.
4444
// REQUIRES: OS=macosx
45-
// REQUIRES: CPU=x86_64
45+
// REQUIRES: CPU=x86_64 || CPU=arm64
46+
// NOTE: This test runs both on intel and arm, and so far no differences have been spotted,
47+
// so for better developer experience on apple silicon macs at desk we don't require a specific architecture.
48+
// If there were to be a case where it fails on one of the platforms, we'd have to potentially split out into an arm baseline file.
4649
// REQUIRES: concurrency
4750

4851
// The digester can incorrectly register a generic signature change when

0 commit comments

Comments
 (0)