summaryrefslogtreecommitdiff
path: root/check.py
Commit message (Expand)AuthorAgeFilesLines
* Update flake8 and fix errors (#7172)Thomas Lively2024-12-201-2/+2
* Enable more spec tests (#6669)Thomas Lively2024-06-171-28/+20
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-1/+1
* [Parser] Use the new parser in wasm-shell and wasm-as (#6529)Thomas Lively2024-04-241-2/+2
* Do not write assertions to split.wast for spec tests (#6383)Thomas Lively2024-03-071-2/+2
* [test] Port tests in test/ to test/lit/basic/ (#6160)Heejin Ahn2023-12-131-1/+1
* Remove various testing spam (#6109)Alon Zakai2023-11-141-2/+2
* Add BUILD_TESTS CMake option (#4536)Thomas Lively2022-03-211-5/+8
* Introduce gtest (#4466)Thomas Lively2022-01-201-2/+18
* [ctor-eval] Add an option to keep some exports (#4441)Alon Zakai2022-01-111-0/+2
* [ctor-eval] Add --ignore-external-input option (#4428)Alon Zakai2022-01-061-0/+2
* Add DS_Store to non-executable filter in check.py (#3999)Max Graey2021-07-161-1/+1
* Lit tests for tool help messages (#3965)Thomas Lively2021-07-071-15/+3
* Fix 'example' tests in check.py (#3920)Thomas Lively2021-06-071-5/+5
* Run lit tests with pass-debug as well, to check for more errors (#3836)Alon Zakai2021-04-221-9/+12
* Run spec test all at once after binary transform (#3817)Abbas Mashayekh2021-04-201-13/+15
* Update interpreter for new EH spec (#3498)Heejin Ahn2021-01-211-3/+0
* wasm-reduce: Fix setting of feature flags after loading (#3493)Alon Zakai2021-01-151-2/+2
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-0/+3
* Improve lit support (#3426)Sam Clegg2020-12-091-4/+4
* Introduce lit/FileCheck tests (#3367)Thomas Lively2020-11-181-0/+13
* Allow setting the path to libbinaryen.so shared library (#3025)rathann2020-11-101-1/+1
* Remove remaining bits of C API tracing, which has been removed (#3322)Alon Zakai2020-11-051-30/+17
* Remove remnants of spec interpreter, and excess mozjs warning (#3262)Alon Zakai2020-10-201-5/+0
* Improve testing on Windows (#3142)Wouter van Oortmerssen2020-09-171-4/+0
* Upgrade to C++17 (#3103)Daniel Wirtz2020-09-061-2/+2
* Remove asm2wasm (#3042)Alon Zakai2020-08-171-3/+0
* Skip tests that fail on windows and enable all the rest (#3035)Alon Zakai2020-08-111-6/+17
* Remove unneeded old binary validation in test suite (#3034)Alon Zakai2020-08-101-2/+0
* Put validator test outputs in out/test (#2882)Heejin Ahn2020-05-311-6/+6
* Fix issues with cleanup dSYM in scripts for MacOS (#2871)Max Graey2020-05-261-5/+0
* Use --detect-features in wasm-reduce. Fixes #2813 (#2815)Alon Zakai2020-04-281-3/+3
* Fix binaryenjs testing (#2810)Sam Clegg2020-04-271-2/+14
* Convert CI from travis + appveyor to github actions (#2646)Sam Clegg2020-04-211-1/+1
* Emit tuples in the fuzzer (#2695)Thomas Lively2020-04-151-2/+2
* Speed up wasm-reduce test (#2756)Alon Zakai2020-04-131-2/+2
* Use std::cout for interpreter trap logging (#2755)Alon Zakai2020-04-131-1/+5
* Factor out wasm_opt testing. NFC. (#2737)Sam Clegg2020-04-091-108/+2
* Update Precompute to handle tuples (#2687)Thomas Lively2020-03-101-1/+1
* DWARF: Fix debug_range handling of invalid entries (#2662)Alon Zakai2020-02-181-1/+3
* Trap when call_indirect's signatures mismatch (#2636)Heejin Ahn2020-02-031-1/+1
* Verify --version output matches CHANGELOG (#2580)Sam Clegg2020-01-101-0/+15
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-6/+11
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-191-1/+1
* Allow test/passes tests to have arbitrary names, with a side file that contai...Alon Zakai2019-12-161-2/+3
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-081-11/+11
* Refactor removing module elements (#2489)Heejin Ahn2019-12-021-2/+2
* Update spec test suite (#2484)Heejin Ahn2019-11-291-12/+1
* Auto-update spec test outputs (#2481)Heejin Ahn2019-11-261-17/+1
* Remove vanilla tests (#2482)Heejin Ahn2019-11-261-47/+0