Skip to content

Commit 58a6dc2

Browse files
authored
XFAIL: CPU=wasm32 in hop_to_executor.sil
1 parent ed6aa8f commit 58a6dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IRGen/async/hop_to_executor.sil

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
// REQUIRES: concurrency
44

5-
// WASI does not support the mandatory tail call, and needs to take the same
5+
// Wasm does not support the mandatory tail call, and needs to take the same
66
// path as CHECK-WIN, but will currently go down CHECK-SYSV, failing the test.
7-
// XFAIL: OS=wasip1
7+
// XFAIL: CPU=wasm32
88

99
sil_stage canonical
1010

0 commit comments

Comments
 (0)