Skip to content

Commit a754cf9

Browse files
committed
Enable Concurrency ABI verified test on apple silicon
1 parent e7ad1f4 commit a754cf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
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+
// NOTE: This test runs both on arm and intel, and so far no differences have been spotted,
46+
// so for better developer experience on apple silicon macs at desk we don't require a specific architecture.
47+
// 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.
4648
// REQUIRES: concurrency
4749

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

0 commit comments

Comments
 (0)