summaryrefslogtreecommitdiff
path: root/scripts/test/shared.py
Commit message (Expand)AuthorAgeFilesLines
* 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-211-12/+7
* [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-201-3/+93
* Testing: Add an env var to pick the V8 binary (#6836)Alon Zakai2024-08-161-2/+2
* 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-171-42/+18
* 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] Remove asm2wasm tests from scripts (#6162)Heejin Ahn2023-12-111-3/+0
* [test] Make get_tests return only files (#6164)Heejin Ahn2023-12-111-0/+1
* Remove various testing spam (#6109)Alon Zakai2023-11-141-1/+1
* 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
* 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
* Fuzzer: Pass v8 flag for extended-const (#4543)Alon Zakai2022-05-271-1/+2
* 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
* [Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...Max Graey2021-09-011-2/+0
* Run spec test all at once after binary transform (#3817)Abbas Mashayekh2021-04-201-1/+0
* Update V8 feature flags for the fuzzer (#3569)Heejin Ahn2021-02-181-3/+3
* Add feature options to wasm-dis (#3548)Abbas Mashayekh2021-02-081-1/+1
* Remove test suite's assumption of minify_check roundtripping perfectly (#3524)Alon Zakai2021-01-271-13/+2
* Introduce a script for updating lit tests (#3503)Thomas Lively2021-01-211-3/+4
* When looking for node binary, search for 'node' before 'nodejs' (#3164)Sam Clegg2020-12-301-1/+1
* Introduce lit/FileCheck tests (#3367)Thomas Lively2020-11-181-2/+5
* Allow setting the path to libbinaryen.so shared library (#3025)rathann2020-11-101-0/+9
* wasm2js: Remove global dict arguments to asmFunc (#3325)Sam Clegg2020-11-051-1/+1
* Remove remnants of spec interpreter, and excess mozjs warning (#3262)Alon Zakai2020-10-201-18/+0
* Add mozjs, V8 and WABT setup script (#3053)Daniel Wirtz2020-09-141-1/+7
* Stay on C++14 for now (#3108)Daniel Wirtz2020-09-081-1/+1
* Upgrade to C++17 (#3103)Daniel Wirtz2020-09-061-0/+4
* Use fnmatch for test filtering (#3068)Thomas Lively2020-08-211-1/+2
* Test-runner can filter tests by name (#3067)Wouter van Oortmerssen2020-08-201-0/+6
* Skip tests that fail on windows and enable all the rest (#3035)Alon Zakai2020-08-111-3/+13
* Remove unneeded old binary validation in test suite (#3034)Alon Zakai2020-08-101-17/+0
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-1/+1