Skip to content

Commit 4e4a1fb

Browse files
[wasm][test] Disable a test that depends on swifttailcc
1 parent bfb36e4 commit 4e4a1fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/async/run-call-dynamic-void_to_void.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// REQUIRES: concurrency
1010
// REQUIRES: concurrency_runtime
1111
// UNSUPPORTED: back_deployment_runtime
12+
// LLVM does not support swifttailcc for WebAssembly target for now
13+
// See https://github.com/apple/swift/issues/69333
14+
// UNSUPPORTED: CPU=wasm32
1215

1316
import _Concurrency
1417

0 commit comments

Comments
 (0)