Skip to content

Commit 7a258b3

Browse files
authored
Fuzzer: Ignore tests with the linking section (#7213)
We warn on that, saying we don't support it, which is both an error in the fuzzer but also means it isn't useful to fuzz.
1 parent e5aaa6c commit 7a258b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test/fuzzing.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
'strip-dwarf.wasm',
5656
'ignore_missing_func_dwarf.wasm',
5757
'print.wasm',
58+
# ignore linking section as it causes us to warn about it not being fully
59+
# supported
60+
'strip-target-features.wasm',
5861
# TODO fuzzer support for multimemory
5962
'multi-memories-atomics64.wast',
6063
'multi-memories-basics.wast',

0 commit comments

Comments
 (0)