summaryrefslogtreecommitdiff
path: root/scripts/test/shared.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update v8 flags (#2754)Alon Zakai2020-04-131-5/+3
* Remove references to vanilla emcc (#2731)Sam Clegg2020-04-081-26/+0
* Properly order the actual and exepcted outputs in fail() and fail_if_not_iden...Alon Zakai2020-02-071-1/+1
* Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2622)Sam Clegg2020-01-241-4/+3
* DWARF: Function location tracking (#2592)Alon Zakai2020-01-161-1/+1
* Align binaryen.js with the npm package (#2551)Daniel Wirtz2020-01-141-1/+2
* Revert "Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)...Sam Clegg2020-01-071-3/+4
* Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)Sam Clegg2019-12-201-4/+3
* Compile Binaryen to WebAssembly (#2503)Daniel Wirtz2019-12-191-3/+1
* Revert "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2541)Sam Clegg2019-12-191-3/+4
* Fix renaming in FixInvokeFunctionNamesWalker (#2513)Sam Clegg2019-12-171-4/+3
* Look for bin/binaryen_js.js directly, instead of expecting us to copy it. (#2...Alon Zakai2019-12-101-1/+3
* Update spec test suite (#2484)Heejin Ahn2019-11-291-5/+60
* Auto-update spec test outputs (#2481)Heejin Ahn2019-11-261-0/+16
* Simplify test scripts (NFC) (#2457)Heejin Ahn2019-11-201-8/+16
* When renaming functions ensure the corresponding GOT.func entry is also renam...Sam Clegg2019-10-251-2/+1
* Add --out-dir to allow setting the test output dir. (#2389)Alon Zakai2019-10-171-4/+11
* Remove test output from source tree (#2114)Sam Clegg2019-08-211-0/+5
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-2/+2
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-276/+277
* Allow running a portion of binaryen test suite (#2286)Guanzhong Chen2019-08-071-10/+12
* Python3-ify check.py and auto_update_tests.py (#2270)Alon Zakai2019-07-311-48/+23
* Use v8 to test wasm binaries are valid in test suite binary checks (#2206)Alon Zakai2019-07-031-2/+39
* Split binaryenjs tests out from main check.py script (#2163)Sam Clegg2019-06-061-1/+0
* First stage of cleeanup in source tree pollution (#2105)Sam Clegg2019-05-161-5/+4
* wasm2js: unreachability fixes (#2037)Alon Zakai2019-04-221-0/+14
* Reland emitting of DataCount section (#2027)Thomas Lively2019-04-181-1/+1
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-3/+3
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-7/+2
* Delete wasm-merge (#1969)Thomas Lively2019-03-291-1/+0
* Discover and run unit tests from check.py (#1948)Thomas Lively2019-03-191-0/+54
* Check $NODE environment variable when looking for node (#1792)Sam Clegg2018-11-301-1/+1