Skip to content

Commit 8481354

Browse files
authored
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 e4f71c8 commit 8481354

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)