Skip to content

Commit 1b4b5f5

Browse files
authored
Merge pull request #42088 from tshortli/disable-backdeploy-evolution-test-on-arm64e
Tests: Mark the attr_backDeploy_evolution.swift test case unsupported on iOS arm64e
2 parents acddc6f + 517dbcf commit 1b4b5f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/attr/attr_backDeploy_evolution.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
// REQUIRES: executable_test
3333
// REQUIRES: VENDOR=apple
3434

35+
// This test doesn't behave as expected on iOS arm64e because the minimum OS
36+
// version for that architecture is 14 according to the linker and that means
37+
// symbols available prior to iOS 14 don't get weak linked despite the
38+
// deployment target of the client binary.
39+
// UNSUPPORTED: CPU=arm64e && OS=ios
40+
3541
// ---- (0) Prepare SDK
3642
// RUN: %empty-directory(%t)
3743
// RUN: %empty-directory(%t/SDK_ABI)

0 commit comments

Comments
 (0)