Skip to content

Commit 3a3cad2

Browse files
authored
Do not fuzz gc-atomics.wast (#7211)
The interpreter does not yet support the struct RMW ops, so this test file cannot be fuzzed.
1 parent 63be8c0 commit 3a3cad2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test/fuzzing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
'typed_continuations_contnew.wast',
7676
'typed_continuations_contbind.wast',
7777
'typed_continuations_suspend.wast',
78+
# the fuzzer does not support struct RMW ops
79+
'gc-atomics.wast',
7880
# contains too many segments to run in a wasm VM
7981
'limit-segments_disable-bulk-memory.wast',
8082
# https://github.com/WebAssembly/binaryen/issues/7176

0 commit comments

Comments
 (0)