summaryrefslogtreecommitdiff
path: root/scripts/fuzz_opt.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the fuzzer on wasm2c2wasm: emcc must request d8 support now (#3975)Alon Zakai2021-07-091-0/+1
* Properly handle comparisons of 64-bit ints in wasm2c in the fuzzer. (#3918)Alon Zakai2021-06-081-0/+16
* Heap2Local: Use escape analysis to turn heap allocations into local data (#3866)Alon Zakai2021-05-121-0/+2
* Fuzz with maximal inlining some of the time (#3871)Alon Zakai2021-05-101-0/+8
* Fuzzer: Ignore things we should ignore even if the process succeeded (#3864)Alon Zakai2021-05-061-16/+22
* Fuzzer: Do not fuzz multivalue testcases in initial contents (#3809)Alon Zakai2021-04-151-0/+21
* Fuzzer: Distinguish traps from host limitations (#3801)Alon Zakai2021-04-121-1/+7
* [Wasm GC] Enable more GC fuzzing (#3788)Alon Zakai2021-04-081-6/+7
* Fuzz --converge (#3789)Alon Zakai2021-04-081-0/+3
* Fuzzer: Ignore our current bug with the type of br_if (#3775)Alon Zakai2021-04-061-1/+6
* Disallow flatten + GC in the fuzzer due to RTTs (#3768)Alon Zakai2021-04-011-0/+3
* Avoid flatten + multivalue + reference types in the fuzzer (#3760)Alon Zakai2021-03-311-0/+3
* Stop emitting features section in fuzzer (#3652)Alon Zakai2021-03-041-1/+1
* Make the reduction script more robust, and document text reduction (#3640)Alon Zakai2021-03-031-5/+17
* Introduce a script for updating lit tests (#3503)Thomas Lively2021-01-211-2/+3
* [GC] Add basic RTT support (#3432)Alon Zakai2020-12-081-0/+2
* [Fuzzer] Use liftoff when running d8, to avoid nondeterminism (#3402)Alon Zakai2020-12-011-5/+18
* [TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...Alon Zakai2020-11-251-0/+10
* [Fuzzer] Compare D8 on Liftoff and TurboFan (#3342)Alon Zakai2020-11-121-23/+18
* [Fuzzer] Add a chance to pick particularly important initial contents (#3343)Alon Zakai2020-11-121-1/+13
* Fuzzer: Add an option to fuzz with initial wasm contents (#3276)Alon Zakai2020-10-271-46/+155
* Fuzzer: improve random selection of features (#3268)Alon Zakai2020-10-211-5/+4
* Fuzzer: Handle the case where we can't even generate the wasm file (#3270)Alon Zakai2020-10-211-0/+25
* Fuzzer: run emcc with memory growth enabled, to allow larger things to run (#...Alon Zakai2020-10-211-1/+5
* Improve testing on Windows (#3142)Wouter van Oortmerssen2020-09-171-1/+6
* Add GC feature flag (#3135)Daniel Wirtz2020-09-171-5/+5
* Include potentially out-of-tree bin directory in reduce.sh (#3120)Daniel Wirtz2020-09-121-1/+2
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-4/+12
* Support fuzzing of out-of-tree builds (#3050)Daniel Wirtz2020-08-181-5/+5
* Fuzzing: Compare wasm2js to the interpreter (#3026)Alon Zakai2020-08-061-14/+76
* Adjust fuzzing frequencies (#3021)Alon Zakai2020-08-041-3/+9
* wasm2js fuzzing: properly ignore trapping code (#2980)Alon Zakai2020-07-241-12/+31
* Randomize v8 JIT in fuzz_opt.py, to test both baseline and optimizing compile...Alon Zakai2020-07-171-1/+18
* wasm2c signal handler fixes (#2957)Alon Zakai2020-07-141-0/+3
* Fuzzer cleanup: use shared.V8 instead of hardcoding the string "d8" (#2954)Alon Zakai2020-07-111-6/+10
* Asyncify liveness analysis (#2890)Alon Zakai2020-06-231-4/+0
* Fuzzer: Ignore V8 warnings on removed flags when comparing VMs (#2916)Alon Zakai2020-06-181-3/+15
* Fuzzing: Run --denan etc. even on a given wasm (#2887)Alon Zakai2020-06-021-1/+5
* When fuzzing asyncify, avoid optimizations with nans (#2881)Alon Zakai2020-06-021-4/+8
* Fuzzer: Don't keep doing `--denan` etc. in testcase handlers (#2889)Alon Zakai2020-06-021-1/+1
* DeNaN pass (#2877)Alon Zakai2020-05-271-1/+1
* Improve fuzzer message when finding a bug (#2878)Alon Zakai2020-05-271-3/+15
* Generate wasm-reduce scripts when given a seed too (#2843)Heejin Ahn2020-05-111-6/+15
* fuzz_opt.py fixes (#2836)Alon Zakai2020-05-061-8/+10
* Make reduction even easier from fuzz_opt.py (#2832)Alon Zakai2020-05-061-29/+47
* fuzz_opt.py improvements (#2822)Alon Zakai2020-04-301-31/+41
* Simple reduction for any* fuzzer-found bug (#2817)Alon Zakai2020-04-281-131/+99
* Remove wasm2c2wasm can_compare_self (#2814)Alon Zakai2020-04-281-3/+0
* Emcc fuzzing followups (#2812)Alon Zakai2020-04-271-1/+17
* Remove --fuzz-binary and simplify round trip (#2799)Thomas Lively2020-04-241-7/+16