Skip to content

Commit ff26e98

Browse files
committed
fix
1 parent 35c16b9 commit ff26e98

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/test/fuzzing.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107
'instrument-branch-hints.wast',
108108
# Contains a subtype chain that exceeds depth limits.
109109
'reorder-types-real.wast',
110+
# Contains a name with "__fuzz_split", indicating it is emitted by
111+
# wasm-split, confusing the fuzzer because it is in the initial content.
112+
'fuzz_shell_second.wast',
110113
]
111114

112115

0 commit comments

Comments
 (0)