Skip to content

Commit 042ff91

Browse files
committed
test: disable Concurrency/Runtime/exclusivity.swift on WASI
Tests for crashes aren't available on WebAssembly/WASI since there's no way to intercept traps or crashes on this platform. Trapping causes the whole Wasm VM to shut down with no way to recover from within the test code.
1 parent 8839866 commit 042ff91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/Runtime/exclusivity.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// REQUIRES: concurrency_runtime
77
// UNSUPPORTED: back_deployment_runtime
8+
// UNSUPPORTED: OS=wasi
89

910
// This test makes sure that:
1011
//

0 commit comments

Comments
 (0)