Skip to content

Tests: Mark the attr_backDeploy_evolution.swift test case unsupported on iOS arm64e #42088

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
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
6 changes: 6 additions & 0 deletions test/attr/attr_backDeploy_evolution.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
// REQUIRES: executable_test
// REQUIRES: VENDOR=apple

// This test doesn't behave as expected on iOS arm64e because the minimum OS
// version for that architecture is 14 according to the linker and that means
// symbols available prior to iOS 14 don't get weak linked despite the
// deployment target of the client binary.
// UNSUPPORTED: CPU=arm64e && OS=ios

// ---- (0) Prepare SDK
// RUN: %empty-directory(%t)
// RUN: %empty-directory(%t/SDK_ABI)
Expand Down