Skip to content

Commit aa4b0d0

Browse files
authored
Merge pull request #69823 from ktoso/wip-remoteCall_argument_old_os_tests
[Distributed] Resolve test issue on old OSes in remoteCall labels
2 parents 24ca039 + 708f23a commit aa4b0d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Distributed/Runtime/distributed_actor_remoteCall_argument_labels.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
// UNSUPPORTED: OS=windows-msvc
88

9+
// The returned "effective" label changed in 5.9, to fix an incorrect behavior,
10+
// so we skip the test in previous releases:
11+
// UNSUPPORTED: back_deployment_runtime
12+
913
import Distributed
1014

1115
@available(SwiftStdlib 5.5, *)

0 commit comments

Comments
 (0)