Skip to content

Commit 2c89826

Browse files
committed
Tests: Refine the unsupported configurations for the attr_backDeploy_evolution test case to include watchsimulator-x86_64.
Resolves rdar://91072505
1 parent 926e10f commit 2c89826

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/attr/attr_backDeploy_evolution.swift

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +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
35+
// This test doesn't behave as expected on some deployment targets because
36+
// the minimum OS versions accepted by the linker are later than the deployment
37+
// targets given to the compiler invocation, and therefore symbols that need
38+
// to be weak linked for the test to function are not.
39+
// UNSUPPORTED: OS=ios && CPU=arm64e
40+
// UNSUPPORTED: OS=watchos && CPU=x86_64
4041

4142
// ---- (0) Prepare SDK
4243
// RUN: %empty-directory(%t)

0 commit comments

Comments
 (0)