summaryrefslogtreecommitdiff
path: root/test/gen-spec-js.py
Commit message (Expand)AuthorAgeFilesLines
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-3/+3
* Remove support for python2 (#1321)Sam Clegg2020-01-311-6/+3
* Update testsuite (#1275)Sam Clegg2020-01-091-38/+26
* Avoid os.path.relpath in gen-spec-js.py (#1246)Sam Clegg2019-11-211-3/+4
* Switch python indentation from 2-space to 4-space (#1145)Sam Clegg2019-08-151-451/+451
* Run flake8 on the whole repository (#1144)Guanzhong Chen2019-08-151-5/+4
* Update output of gen-spec-js to match spec (#654)Ben Smith2017-10-141-16/+29
* Rename wast2wasm -> wat2wasm, wast2json (#617)Ben Smith2017-09-081-26/+26
* Rename wasm2wast -> wasm2wat (#616)Ben Smith2017-09-081-10/+10
* Update testsuite; more lexer/parser changes (#484)Ben Smith2017-06-111-2/+4
* Support arithmetic/canonical NaN; update testsuite (#368)Ben Smith2017-03-241-22/+61
* Update gen-spec-js to support assert_exhaustion (#313)Ben Smith2017-02-271-5/+4
* Add support for yapf python formatting tool (#276)Sam Clegg2017-01-181-31/+53
* Pass --bindir to test helpers rather than full path to each tool (#273)Sam Clegg2017-01-121-7/+6
* Update test/run-tests.py (#255)Ben Smith2017-01-051-1/+1
* clang-format, and python3 support in gen-spec-js.pyBen Smith2016-12-101-17/+14
* Fix gen-spec-js.pyBen Smith2016-12-051-157/+449
* Fix error message in the generated invoke function (#97)gahaas2016-08-231-1/+3
* update gen-spec-js.py to work with spidermonkeyBen Smith2016-05-101-1/+1
* add gen-spec-js.py; generates a standalone js testBen Smith2016-04-261-0/+200