diff options
author | Alon Zakai <azakai@google.com> | 2024-03-27 08:34:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 08:34:43 -0700 |
commit | 869fefdc505993ce6da5590938671c6a9b91fdd4 (patch) | |
tree | aa59c798d1f6114c197c36dd1fe1faea9d6e75f9 /src/tools/fuzzing | |
parent | 165953e3267997e606598a91d0c79f92e39ee2cc (diff) | |
download | binaryen-869fefdc505993ce6da5590938671c6a9b91fdd4.tar.gz binaryen-869fefdc505993ce6da5590938671c6a9b91fdd4.tar.bz2 binaryen-869fefdc505993ce6da5590938671c6a9b91fdd4.zip |
[NFC] Fix fuzzer counting of ignored runs due to many errors (#6444)
When the interpreter sees that most exports simply trap we mark the
iteration as ignored. But we run the interpreter on the before wasm
and also the after wasm, so we were incrementing that counter by 2
each time, which could be misleading.
Diffstat (limited to 'src/tools/fuzzing')
0 files changed, 0 insertions, 0 deletions