Skip to content

Commit bf303ab

Browse files
authored
Merge pull request #42105 from tshortli/attr-backdeploy-evolution-unsupported-watchsimulator-x86_64
Tests: Disable attr_backDeploy_evolution on watchsimulator-x86_64
2 parents 93c6169 + 2c89826 commit bf303ab

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)