summaryrefslogtreecommitdiff
path: root/scripts/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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-202-2/+1
* Regenerate lld tests (#3684)Sam Clegg2021-03-121-0/+2
* Update V8 feature flags for the fuzzer (#3569)Heejin Ahn2021-02-181-3/+3
* Add feature options to wasm-dis (#3548)Abbas Mashayekh2021-02-082-2/+2
* Remove test suite's assumption of minify_check roundtripping perfectly (#3524)Alon Zakai2021-01-271-13/+2
* Warn when running a pass not compatible with DWARF (#3506)Alon Zakai2021-01-261-1/+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
* Fixed wasm-emscripten-finalize AsmConstWalker not handling 64-bit pointers (#...Wouter van Oortmerssen2020-12-142-4/+16
* [TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...Alon Zakai2020-11-251-2/+4
* Introduce lit/FileCheck tests (#3367)Thomas Lively2020-11-182-4/+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
* wasm-emscripten-finalize: Remove staticBump from metadata (#3300)Sam Clegg2020-10-291-1/+0
* Remove remnants of spec interpreter, and excess mozjs warning (#3262)Alon Zakai2020-10-201-18/+0
* Fix split_wast on asserts before the first module (#3206)Alon Zakai2020-10-091-0/+6
* wasm2js: override incoming memory's grow method (#3185)Sam Clegg2020-09-301-0/+3
* Remove stale test output (#3157)Sam Clegg2020-09-211-0/+14
* wasm2js: Support exported tables (#3152)Sam Clegg2020-09-211-2/+2
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-0/+3
* Improve testing on Windows (#3142)Wouter van Oortmerssen2020-09-171-0/+6
* 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
* Harmonize auto updater with test runner: wasm-opt should update .fromBinary o...Alon Zakai2020-08-201-0/+26
* Remove asm2wasm (#3042)Alon Zakai2020-08-171-149/+0
* Skip tests that fail on windows and enable all the rest (#3035)Alon Zakai2020-08-113-3/+21
* Remove unneeded old binary validation in test suite (#3034)Alon Zakai2020-08-101-17/+0
* Specify UTF-8 encoding instead of relying on locale default (#3009)rathann2020-07-311-1/+1
* Update flags used in generate_lld_tests (#2981)Sam Clegg2020-07-241-1/+1
* Disable nodejs warnings in test suite (#2973)rathann2020-07-221-1/+1
* wasm2js testing improvements before bulk-memory (#2918)Alon Zakai2020-06-202-16/+23
* Move optional metadata field so its not last (#2909)Sam Clegg2020-06-111-6/+15