• ahaas's avatar
    [wasm] Adjust crash message of the correctness fuzzer to avoid clustering. · 55da769b
    ahaas authored
    The correctness fuzzer executes the input array in two different
    execution engines and compares the results. If the results don't match,
    the correctness fuzzer crashes.
    
    Since the crash signature is always the same if the results don't match,
    cluster fuzz would group all inputs which lead to non-matching results.
    
    To avoid the grouping a base64 hash has to be appended to the crash
    signature. This CL changes the text which is appended to the crash
    signature to a base64 hash.
    
    Note that I do not create a base64 hash directly because the base64
    class is not available in V8. Instead I create a string which looks
    like a base64 hash.
    
    R=mmoroz@chromium.org, aarya@chromium.org, titzer@chromium.org
    
    Review-Url: https://codereview.chromium.org/2390233002
    Cr-Commit-Position: refs/heads/master@{#39953}
    55da769b
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
inspector_protocol_parser_test Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...