summaryrefslogtreecommitdiff
path: root/scripts/fuzz_opt.py
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Move more logic about unfuzzable tests to a shared location (#7175)Alon Zakai2024-12-201-19/+1
* Update flake8 and fix errors (#7172)Thomas Lively2024-12-201-1/+1
* [NFC] Move code from fuzz_opt.py to a shared place (#7165)Alon Zakai2024-12-191-73/+5
* [NFC] Improve ClusterFuzz testing (#7157)Alon Zakai2024-12-181-4/+9
* Fuzz JSPI (#7148)Alon Zakai2024-12-161-5/+41
* Fuzz combinations of two modules (#7144)Alon Zakai2024-12-101-2/+80
* [NFC] Send the closed-world flag to TranslateToFuzzReader (#7136)Alon Zakai2024-12-051-4/+6
* [Fuzzing] Maximize fuzzing of CompareVMs (#7113)Alon Zakai2024-11-251-1/+1
* Fuzzer: Remove --enclose-world from list of fuzz-exec passes (#7093)Alon Zakai2024-11-201-1/+0
* Fuzzer: Use V8's --future flag (#7091)Alon Zakai2024-11-201-3/+13
* Improve fuzzing of both closed and open world styles of modules (#7090)Alon Zakai2024-11-191-0/+6
* Fuzzing: ClusterFuzz integration (#7079)Alon Zakai2024-11-191-1/+81
* [EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)Alon Zakai2024-11-081-0/+28
* [NFC] Refactor fuzzer's can_run_on_feature_opts() (#7066)Alon Zakai2024-11-071-6/+7
* [wasm64] Fuzz wasm64 memories (#7064)Alon Zakai2024-11-071-3/+3
* Fix flipped condition on keep_defaults in fuzzer (#7061)Alon Zakai2024-11-061-1/+1
* Fuzzer: Handle exported table for wasm-merge (#7055)Alon Zakai2024-11-061-7/+27
* Fuzz the Table from JS (#7042)Alon Zakai2024-10-311-11/+28
* wasm-split: Add fuzzer support (#7014)Alon Zakai2024-10-181-2/+109
* Fuzz Wasm Exceptions in V8 (#6981)Alon Zakai2024-10-021-3/+1
* [NFC] Move optimizeSubsequentStructSet() to a new pass, HeapStoreOptimization...Alon Zakai2024-09-031-0/+1
* Ignore fp16 in the fuzzer (#6881)Alon Zakai2024-08-291-1/+2
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-201-6/+7
* Add a pass for minimizing recursion groups (#6832)Thomas Lively2024-08-171-0/+1
* Monomorphization: Add a flag to control the required improvement (#6837)Alon Zakai2024-08-141-1/+4
* [FP16] Disable float 16 fuzzing for now. (#6822)Brendan Dahl2024-08-071-0/+2
* [threads] Update the fuzzer for shared types (#6771)Thomas Lively2024-07-181-17/+9
* Validate features for types used in element segments (#6769)Thomas Lively2024-07-181-0/+1
* Validate features for types used in tables (#6768)Thomas Lively2024-07-181-0/+1
* [threads] ref.i31_shared requires shared-everything in validation (#6767)Thomas Lively2024-07-181-0/+1
* [threads] Simplify and generalize reftype writing without GC (#6766)Thomas Lively2024-07-181-1/+1
* [threads] Simplify and generalize heap type writing without GC (#6765)Thomas Lively2024-07-171-0/+1
* [threads] Fix shared ref.eq and disallow mixed-shareability (#6763)Thomas Lively2024-07-171-0/+1
* [threads] Validate all features required by ref.null (#6757)Thomas Lively2024-07-161-0/+2
* [NFC][threads] Ignore type-ssa-shared.wast in fuzzer (#6754)Thomas Lively2024-07-161-0/+1
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-0/+1
* [StackIR] Allow StackIR to be disabled from the commandline (#6725)Alon Zakai2024-07-101-0/+1
* [threads] Ignore shared-array.wast in fuzzer initial contents (#6706)Thomas Lively2024-06-261-0/+1
* [threads] Validate shared-polymorphic instructions (#6702)Thomas Lively2024-06-251-0/+1
* [threads] Binary reading and writing of shared composite types (#6664)Thomas Lively2024-06-141-0/+4
* Fuzzer: Stop testing with TurboFan as Turboshaft is rolling out and is faster...Alon Zakai2024-05-281-7/+0
* Fix binary emitting of br_if with a refined value by emitting a cast (#6510)Alon Zakai2024-05-161-1/+18
* Fuzzer: Add another stringview subtyping error message to ignore (#6575)Alon Zakai2024-05-091-0/+1
* Fuzzer: Stop emitting nullable stringviews (#6574)Alon Zakai2024-05-081-0/+3
* Re-enable fuzzing of text round trips (#6560)Thomas Lively2024-04-291-2/+1
* [Strings] Add the string heaptype to core fuzzer places (#6527)Alon Zakai2024-04-231-1/+2
* Fuzzer: Do not run other VMs if the Binaryen interpreter hits a VM limitation...Alon Zakai2024-04-101-10/+19
* [NFC] Fix fuzzer counting of ignored runs due to many errors (#6444)Alon Zakai2024-03-271-4/+12
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-221-3/+0
* Update file name in INITIAL_CONTENTS_IGNORE (#6425)Thomas Lively2024-03-221-1/+1