Skip to content

Commit 1108543

Browse files
committed
Unsupported: continuation_validation in backdeploy_concurrency
The 5.5/5.6 concurrency runtime in the concurrency backdeploy library just doesn't have the pieces necessary to emit the desired error message. Disabling it in that environment. Commit afc5116 added the support to track re-used continuations.
1 parent 7ad89fe commit 1108543

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/Concurrency/Runtime/continuation_validation.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// REQUIRES: concurrency
88
// REQUIRES: concurrency_runtime
99
// UNSUPPORTED: back_deployment_runtime
10+
11+
// Commit afc5116ef0de added support for the error check
12+
// UNSUPPORTED: back_deploy_concurrency
1013
// UNSUPPORTED: use_os_stdlib
1114
// UNSUPPORTED: freestanding
1215

@@ -29,4 +32,4 @@ import StdlibUnittest
2932

3033
await runAllTestsAsync()
3134
}
32-
}
35+
}

0 commit comments

Comments
 (0)