Skip to content

Commit f54791b

Browse files
committed
[WebAssembly] Disable the runtime test for isolated conformances
WebAssembly doesn't currently have a good way to install the "isCurrentGlobalActor" hook on which this checking depends. Disable the test for the moment.
1 parent d7f6876 commit f54791b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Concurrency/Runtime/isolated_conformance.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
// REQUIRES: swift_feature_IsolatedConformances
77
// UNSUPPORTED: back_deployment_runtime
88

9+
// FIXME: WebAssembly doesn't currently have a good way to install the
10+
// "isCurrentGlobalActor" hook on which this checking depends. Disable
11+
// the test for the moment.
12+
// UNSUPPORTED: wasm
13+
914
protocol P {
1015
func f()
1116
}

0 commit comments

Comments
 (0)