summaryrefslogtreecommitdiff
path: root/test/run-tests.py
Commit message (Expand)AuthorAgeFilesLines
* wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346)Keith Winstein2023-12-051-2/+4
* wasm2c: Fix test harness UB with SIMD (#2327)Soni L2023-11-121-0/+2
* Clean up WABT_BIG_ENDIAN handling in tests (#2326)Soni L2023-11-121-6/+1
* feat: treat non-seekable files as pipes (#2309)sethp2023-10-021-0/+3
* Rename wasm-opcodecnt to wasm-stats (#2298)Soni L2023-09-191-2/+2
* Fix wasm2c test runner (#2131)Sam Clegg2023-01-181-1/+6
* wasm2c: Initial implementation of memory64 (#2086)Sam Clegg2023-01-121-2/+4
* Add wasm2c output samples to tests (#2006)Keith Winstein2022-11-081-0/+4
* Fix architecture checks (#1969)Alex Reinking2022-09-281-1/+1
* Add windows implementation of wasm2c runtime (#1843)Sam Clegg2022-03-091-4/+0
* run-tests.py: Use sys.byteorder to make code more readable. NFC (#1855)Sam Clegg2022-03-081-3/+5
* Improve pathname canonicaliztion when running test code. NFC (#1781)Sam Clegg2021-12-091-6/+15
* Port to big-endian platforms (s390x but others can be trivially added) (#1557)Soni L2020-12-071-0/+2
* Add initial MVP of WASI API support to wasm-interp (#1411)Sam Clegg2020-05-121-2/+16
* Fix flake8 failures (#1358)Ben Smith2020-03-131-2/+2
* Remove support for python2 (#1321)Sam Clegg2020-01-311-13/+2
* Increase timeout; fix bug when a timeout occurs (#1320)Ben Smith2020-01-281-4/+9
* wasm-decompile: use symbols from linking section for names. (#1318)Wouter van Oortmerssen2020-01-271-0/+6
* Support reading from stdin in ReadFile (#1313)Sam Clegg2020-01-231-3/+17
* Add explicit -o flag to wast2json tests (#1294)Sam Clegg2020-01-091-1/+1
* run-tests.py works properly with python3 (#1285)Ben Smith2020-01-081-20/+34
* wasm-decompile: Output of other sections + import/export. (#1233)Wouter van Oortmerssen2019-11-251-2/+2
* Avoid os.path.relpath in gen-spec-js.py (#1246)Sam Clegg2019-11-211-2/+3
* wasm-decompile: Added initial tests. (#1195)Wouter van Oortmerssen2019-10-241-0/+4
* Switch python indentation from 2-space to 4-space (#1145)Sam Clegg2019-08-151-707/+708
* Run flake8 on the whole repository (#1144)Guanzhong Chen2019-08-151-16/+15
* Update spec testsuite (#1111)Ben Smith2019-07-161-1/+1
* Add wasm-strip tool to strip custom sections (#902)Ben Smith2018-08-271-0/+6
* Remove wasm-link tool (#793)Sam Clegg2018-03-051-7/+0
* Fix run-tests.py when a roundtrip tests fails (#774)Ben Smith2018-02-271-1/+1
* Replace `run-wasm-link.py` with `RUN` commands (#742)Ben Smith2018-01-301-2/+4
* Replace `run-gen-spec-js.py` with `RUN` commands (#741)Ben Smith2018-01-261-8/+3
* Replace `run-gen-wasm*.py` with `RUN` commands (#738)Ben Smith2018-01-261-17/+13
* Support different returncodes per command in tests (#737)Ben Smith2018-01-261-51/+79
* Fix: don't allow a test with an empty command list (#736)Ben Smith2018-01-251-0/+3
* `wat2wasm` is no longer default TOOL for tests (#735)Ben Smith2018-01-251-8/+2
* Replace `run-opcodecnt.py` with `RUN` commands (#733)Ben Smith2018-01-241-8/+2
* Remove `run-objdump.py`; replace with `RUN` cmds (#732)Ben Smith2018-01-241-9/+16
* Remove `run-interp.py`; use `RUN` commands instead (#730)Ben Smith2018-01-211-20/+25
* [test] `RUN` command has optional args (#729)Ben Smith2018-01-211-25/+32
* Rename run args (#728)Ben Smith2018-01-211-96/+96
* Allow multiple commands per test in test runner (#725)Ben Smith2018-01-191-109/+194
* Fix run-tests.py when STDIN_FILE is used > 1 times (#711)Ben Smith2018-01-091-2/+9
* Add wasm2c tool (#710)Ben Smith2018-01-081-0/+14
* wat2wasm: Always write output to a file (#682)Sam Clegg2017-12-021-0/+1
* Remove some duplication in run-tests.py (#683)Sam Clegg2017-12-011-11/+16
* Rename `wast-desugar` to `wat-desugar`. (#642)Ben Smith2017-09-281-2/+2
* Rename wast2wasm -> wat2wasm, wast2json (#617)Ben Smith2017-09-081-5/+9
* Add saturating float truncation operators (#573)Ben Smith2017-08-161-1/+4
* Add color output in SourceErrorHandler (#517)Ben Smith2017-06-231-6/+13