summaryrefslogtreecommitdiff
path: root/scripts/fuzz_opt.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wasm2c2Wasm Fuzzer: wasm2c + emcc (#2791)Alon Zakai2020-04-241-1/+37
* [fuzzing] wasm2c integration (#2772)Alon Zakai2020-04-221-61/+121
* Fix issues with Types and Features (#2773)Thomas Lively2020-04-161-1/+1
* Disable multivalue in fuzzer in a clearer way (#2771)Alon Zakai2020-04-161-7/+3
* Emit tuples in the fuzzer (#2695)Thomas Lively2020-04-151-3/+4
* Enable cross-VM fuzzing + related improvements to fuzz_opt.py (#2762)Alon Zakai2020-04-151-93/+313
* Dump initial wasts in fuzzer (#2697)Thomas Lively2020-03-171-2/+6
* Remove limit in the log length in fuzz_opt.py (#2601)Heejin Ahn2020-01-171-4/+2
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-3/+3
* Add a RoundTrip pass (#2516)Alon Zakai2019-12-091-0/+1
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-081-1/+1
* Use package name in imports (NFC) (#2462)Heejin Ahn2019-11-221-8/+8
* Improve type selection in fuzzer (#2424)Heejin Ahn2019-11-061-4/+4
* Avoid fuzzing with multiple --flatten operations, which causes exponential ov...Alon Zakai2019-09-181-1/+6