Skip to content

Enable Concurrency ABI verifier test on apple silicon #63987

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion test/api-digester/stability-concurrency-abi.test
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
// https://github.com/apple/swift/issues/55803
// We currently only have a baseline for Intel CPUs on macOS.
// REQUIRES: OS=macosx
// REQUIRES: CPU=x86_64
// REQUIRES: CPU=x86_64 || CPU=arm64
// NOTE: This test runs both on intel and arm, and so far no differences have been spotted,
// so for better developer experience on apple silicon macs at desk we don't require a specific architecture.
// 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.
// REQUIRES: concurrency

// The digester can incorrectly register a generic signature change when
Expand Down