summaryrefslogtreecommitdiff
path: root/scripts/fuzz_opt.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-394/+394
* Fuzz all feature flags, and fix another SignExt issue in the fuzzer (#2259)Alon Zakai2019-07-241-4/+7
* Finalize tail call support (#2246)Thomas Lively2019-07-231-3/+2
* Fuzzing: Emit BINARYEN_PASS_DEBUG in the autoreducer scripts - that env var i...Alon Zakai2019-07-191-1/+2
* Auto-reduce testcases from the FuzzExec handler in the fuzzer (#2232)Alon Zakai2019-07-181-26/+126
* Tail call C/JS API (#2223)Thomas Lively2019-07-151-1/+2
* [fuzzing] Give each testcase handler a list of feature flags it requires. (#2...Alon Zakai2019-07-151-3/+37
* Bysyncify => Asyncify (#2226)Alon Zakai2019-07-151-19/+19
* Fix FuzzExec fuzzer, which forgot to run the opts (#2215) [ci skip]Alon Zakai2019-07-111-1/+1
* update fuzzer to use all features that pass fuzzing in all modes (which is cu...Alon Zakai2019-07-081-5/+10
* Use v8 to test wasm binaries are valid in test suite binary checks (#2206)Alon Zakai2019-07-031-13/+1
* Bysyncify: Fuzzing (#2192)Alon Zakai2019-07-011-17/+55
* Refactor python fuzz script (#2182)Alon Zakai2019-06-251-73/+134
* Add a fuzzer option to not emit code with OOB loads/indirect calls (#2113)Alon Zakai2019-05-171-2/+14
* wasm2js: remove unnecessary labels (#2108)Alon Zakai2019-05-151-9/+6
* wasm2js: optimize away unneeded load coercions (#2107)Alon Zakai2019-05-151-6/+9
* wasm2js: avoid non-ES5 stuff like "let" (#2041)Alon Zakai2019-04-231-10/+16