We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c16b9 commit ff26e98Copy full SHA for ff26e98
1 file changed
scripts/test/fuzzing.py
@@ -107,6 +107,9 @@
107
'instrument-branch-hints.wast',
108
# Contains a subtype chain that exceeds depth limits.
109
'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',
113
]
114
115
0 commit comments