summaryrefslogtreecommitdiff
path: root/scripts/test/wasm2js.py
Commit message (Expand)AuthorAgeFilesLines
* Enable upstream spec tests requiring block parameters (#7151)Thomas Lively2024-12-161-0/+1
* 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
* Support `ref.extern n` in spec tests (#6858)Thomas Lively2024-08-211-0/+1
* Add the upstream spec testsuite as a submodule (#6853)Thomas Lively2024-08-201-3/+6
* [test] Port tests in test/ to test/lit/basic/ (#6160)Heejin Ahn2023-12-131-5/+5
* [test] Fix wasm2js stale check failure (#6168)Heejin Ahn2023-12-111-2/+2
* [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-111-0/+2
* Remove various testing spam (#6109)Alon Zakai2023-11-141-1/+2
* Move `auto_update_tests.py` into scripts directory. NFC (#4879)Sam Clegg2022-08-111-2/+2
* 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
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-0/+3
* Skip tests that fail on windows and enable all the rest (#3035)Alon Zakai2020-08-111-0/+2
* Disable nodejs warnings in test suite (#2973)rathann2020-07-221-1/+1
* wasm2js testing improvements before bulk-memory (#2918)Alon Zakai2020-06-201-9/+16
* Add --deterministic flag to wasm2js, for fuzzing (#2757)Alon Zakai2020-04-131-0/+4
* Remove executable bit from test scripts (#2734)Sam Clegg2020-04-091-6/+0
* Add EH support for EffectAnalyzer (#2631)Heejin Ahn2020-02-031-4/+11
* Update spec test suite (#2484)Heejin Ahn2019-11-291-1/+1
* Use package name in imports (NFC) (#2462)Heejin Ahn2019-11-221-44/+41
* Fix syntax errors from #2457 (#2460)Heejin Ahn2019-11-201-1/+1
* Simplify test scripts (NFC) (#2457)Heejin Ahn2019-11-201-23/+15
* Upgrade the build container for linux releases (#2405)Alex Crichton2019-10-251-1/+1
* [wasm2js] Fix memory.size (#2330)Alon Zakai2019-09-051-2/+2
* Allow all features on wasm2js and add atomic tests (#2311)Heejin Ahn2019-08-281-4/+4
* Fix auto_update_tests.py after #2114 (#2306)Sam Clegg2019-08-261-2/+2
* Remove test output from source tree (#2114)Sam Clegg2019-08-211-1/+2
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-110/+110
* Python3-ify check.py and auto_update_tests.py (#2270)Alon Zakai2019-07-311-14/+12
* wasm2js: run full optimizations during the pipeline (#2071)Alon Zakai2019-04-301-70/+80
* wasm2js: start to optionally optimize the JS (#2046)Alon Zakai2019-04-241-2/+2
* wasm2js: unreachability fixes (#2037)Alon Zakai2019-04-221-1/+3
* Wasm2js memory fixes (#2003)Alon Zakai2019-04-121-30/+50
* wasm2js: emscripten glue option (#2000)Alon Zakai2019-04-111-0/+4
* Improve test scripts (#1959)* Improve test scripts * feedback [skip ci]Sam Clegg2019-03-211-0/+46
* Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642)Alex Crichton2018-08-301-0/+110