summaryrefslogtreecommitdiff
path: root/scripts/test
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Move more logic about unfuzzable tests to a shared location (#7175)Alon Zakai2024-12-201-1/+19
* Update flake8 and fix errors (#7172)Thomas Lively2024-12-202-4/+4
* [NFC] Move code from fuzz_opt.py to a shared place (#7165)Alon Zakai2024-12-192-0/+92
* Enable upstream spec tests requiring block parameters (#7151)Thomas Lively2024-12-162-5/+2
* Error on missing wasm2js test expectations (#7119)Alon Zakai2024-11-261-1/+9
* [wasm2js] Run LLVM nontrapping fptoint lowering when running for emscripten (...Derek Schuff2024-11-261-4/+5
* [tests] Fix wasm2js test command line generation (#7114)Derek Schuff2024-11-251-2/+2
* Ignore fp16 in the fuzzer (#6881)Alon Zakai2024-08-291-0/+1
* Support more reference constants in wast scripts (#6865)Thomas Lively2024-08-261-3/+3
* Support `ref.extern n` in spec tests (#6858)Thomas Lively2024-08-212-12/+8
* [NFC] Triage spec test problems (#6857)Thomas Lively2024-08-211-81/+80
* Fix encoding of heap type definitions (#6856)Thomas Lively2024-08-201-3/+2
* Add the upstream spec testsuite as a submodule (#6853)Thomas Lively2024-08-202-6/+99
* Testing: Add an env var to pick the V8 binary (#6836)Alon Zakai2024-08-161-2/+2
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-1/+1
* Re-enable spec tests requiring multivalue (#6684)Thomas Lively2024-06-201-2/+0
* Validate memarg offsets (#6683)Thomas Lively2024-06-201-2/+1
* Validate that names are valid UTF-8 (#6682)Thomas Lively2024-06-191-4/+0
* Fix validation of unused LEB128 bits (#6680)Thomas Lively2024-06-191-1/+0
* Check malformed mutability on imported globals (#6679)Thomas Lively2024-06-181-1/+0
* Re-enable binary.wast spec test (#6677)Thomas Lively2024-06-181-3/+0
* [Parser] Fix bug in unreachable fallback logic (#6676)Thomas Lively2024-06-181-3/+0
* Reject invalid section IDs (#6675)Thomas Lively2024-06-181-1/+0
* Enable more spec tests (#6669)Thomas Lively2024-06-172-43/+30
* Fix running just a single spec test via `check.py spec --spec-test foo`. NFC...Sam Clegg2024-05-101-5/+6
* Do not write assertions to split.wast for spec tests (#6383)Thomas Lively2024-03-071-1/+1
* Fuzzing: Remove some obsolete experimental V8 flags (#6347)Alon Zakai2024-02-281-4/+0
* Fuzzer: Allow using initial content with V8 (#6327)Alon Zakai2024-02-221-0/+1
* [test] Port tests in test/ to test/lit/basic/ (#6160)Heejin Ahn2023-12-132-63/+8
* [test] Fix wasm2js stale check failure (#6168)Heejin Ahn2023-12-111-2/+2
* [test] Remove asm2wasm tests from scripts (#6162)Heejin Ahn2023-12-112-24/+0
* [test] Remove / move *.js tests from test/ (#6163)Heejin Ahn2023-12-111-4/+4
* [test] Make get_tests return only files (#6164)Heejin Ahn2023-12-112-0/+3
* [wasm-emscripten-finalize] Remove --separate-data-segments (#6091)Sam Clegg2023-11-271-37/+12
* Remove various testing spam (#6109)Alon Zakai2023-11-143-6/+7
* Enable auto_initial_contents by default in fuzz_opt.py (#5943)Thomas Lively2023-09-141-2/+2
* Add new V8 flag for final types and remove old removed ones (#5807)Alon Zakai2023-07-101-2/+1
* Add a CMake flag to enable Wasm exceptions in the BinaryenJS build (#5454)Derek Schuff2023-02-021-1/+1
* Unpin V8 (#5277)Thomas Lively2022-11-171-3/+1
* Pin v8 10.8.104 (#5112)Thomas Lively2022-10-051-1/+4
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-1/+2
* Fix require() in wasm2js test suite for newer Node.js (#4913)Alon Zakai2022-08-171-0/+2
* Move `auto_update_tests.py` into scripts directory. NFC (#4879)Sam Clegg2022-08-111-2/+2
* Remove metadata generation from wasm-emscripten-finalize (#4863)Sam Clegg2022-08-071-10/+0
* Re-run scripts/test/generate_lld_tests.py. NFC (#4861)Sam Clegg2022-08-021-4/+6
* Fuzzer: Pass v8 flag for extended-const (#4543)Alon Zakai2022-05-271-1/+2
* Add --no-emit-metadata option to wasm-emscripten-finalize (#4450)Sam Clegg2022-01-191-1/+3
* Switch binaryen.js/wasm to ESM (#4280)dcode2021-10-282-10/+20
* Update to C++17 and use std::optional for getSuperType (#4203)Derek Schuff2021-10-181-1/+1
* Select initial contents automatically in fuzzer (#4173)Heejin Ahn2021-09-221-0/+8