index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
run-tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346)
Keith Winstein
2023-12-05
1
-2
/
+4
*
wasm2c: Fix test harness UB with SIMD (#2327)
Soni L
2023-11-12
1
-0
/
+2
*
Clean up WABT_BIG_ENDIAN handling in tests (#2326)
Soni L
2023-11-12
1
-6
/
+1
*
feat: treat non-seekable files as pipes (#2309)
sethp
2023-10-02
1
-0
/
+3
*
Rename wasm-opcodecnt to wasm-stats (#2298)
Soni L
2023-09-19
1
-2
/
+2
*
Fix wasm2c test runner (#2131)
Sam Clegg
2023-01-18
1
-1
/
+6
*
wasm2c: Initial implementation of memory64 (#2086)
Sam Clegg
2023-01-12
1
-2
/
+4
*
Add wasm2c output samples to tests (#2006)
Keith Winstein
2022-11-08
1
-0
/
+4
*
Fix architecture checks (#1969)
Alex Reinking
2022-09-28
1
-1
/
+1
*
Add windows implementation of wasm2c runtime (#1843)
Sam Clegg
2022-03-09
1
-4
/
+0
*
run-tests.py: Use sys.byteorder to make code more readable. NFC (#1855)
Sam Clegg
2022-03-08
1
-3
/
+5
*
Improve pathname canonicaliztion when running test code. NFC (#1781)
Sam Clegg
2021-12-09
1
-6
/
+15
*
Port to big-endian platforms (s390x but others can be trivially added) (#1557)
Soni L
2020-12-07
1
-0
/
+2
*
Add initial MVP of WASI API support to wasm-interp (#1411)
Sam Clegg
2020-05-12
1
-2
/
+16
*
Fix flake8 failures (#1358)
Ben Smith
2020-03-13
1
-2
/
+2
*
Remove support for python2 (#1321)
Sam Clegg
2020-01-31
1
-13
/
+2
*
Increase timeout; fix bug when a timeout occurs (#1320)
Ben Smith
2020-01-28
1
-4
/
+9
*
wasm-decompile: use symbols from linking section for names. (#1318)
Wouter van Oortmerssen
2020-01-27
1
-0
/
+6
*
Support reading from stdin in ReadFile (#1313)
Sam Clegg
2020-01-23
1
-3
/
+17
*
Add explicit -o flag to wast2json tests (#1294)
Sam Clegg
2020-01-09
1
-1
/
+1
*
run-tests.py works properly with python3 (#1285)
Ben Smith
2020-01-08
1
-20
/
+34
*
wasm-decompile: Output of other sections + import/export. (#1233)
Wouter van Oortmerssen
2019-11-25
1
-2
/
+2
*
Avoid os.path.relpath in gen-spec-js.py (#1246)
Sam Clegg
2019-11-21
1
-2
/
+3
*
wasm-decompile: Added initial tests. (#1195)
Wouter van Oortmerssen
2019-10-24
1
-0
/
+4
*
Switch python indentation from 2-space to 4-space (#1145)
Sam Clegg
2019-08-15
1
-707
/
+708
*
Run flake8 on the whole repository (#1144)
Guanzhong Chen
2019-08-15
1
-16
/
+15
*
Update spec testsuite (#1111)
Ben Smith
2019-07-16
1
-1
/
+1
*
Add wasm-strip tool to strip custom sections (#902)
Ben Smith
2018-08-27
1
-0
/
+6
*
Remove wasm-link tool (#793)
Sam Clegg
2018-03-05
1
-7
/
+0
*
Fix run-tests.py when a roundtrip tests fails (#774)
Ben Smith
2018-02-27
1
-1
/
+1
*
Replace `run-wasm-link.py` with `RUN` commands (#742)
Ben Smith
2018-01-30
1
-2
/
+4
*
Replace `run-gen-spec-js.py` with `RUN` commands (#741)
Ben Smith
2018-01-26
1
-8
/
+3
*
Replace `run-gen-wasm*.py` with `RUN` commands (#738)
Ben Smith
2018-01-26
1
-17
/
+13
*
Support different returncodes per command in tests (#737)
Ben Smith
2018-01-26
1
-51
/
+79
*
Fix: don't allow a test with an empty command list (#736)
Ben Smith
2018-01-25
1
-0
/
+3
*
`wat2wasm` is no longer default TOOL for tests (#735)
Ben Smith
2018-01-25
1
-8
/
+2
*
Replace `run-opcodecnt.py` with `RUN` commands (#733)
Ben Smith
2018-01-24
1
-8
/
+2
*
Remove `run-objdump.py`; replace with `RUN` cmds (#732)
Ben Smith
2018-01-24
1
-9
/
+16
*
Remove `run-interp.py`; use `RUN` commands instead (#730)
Ben Smith
2018-01-21
1
-20
/
+25
*
[test] `RUN` command has optional args (#729)
Ben Smith
2018-01-21
1
-25
/
+32
*
Rename run args (#728)
Ben Smith
2018-01-21
1
-96
/
+96
*
Allow multiple commands per test in test runner (#725)
Ben Smith
2018-01-19
1
-109
/
+194
*
Fix run-tests.py when STDIN_FILE is used > 1 times (#711)
Ben Smith
2018-01-09
1
-2
/
+9
*
Add wasm2c tool (#710)
Ben Smith
2018-01-08
1
-0
/
+14
*
wat2wasm: Always write output to a file (#682)
Sam Clegg
2017-12-02
1
-0
/
+1
*
Remove some duplication in run-tests.py (#683)
Sam Clegg
2017-12-01
1
-11
/
+16
*
Rename `wast-desugar` to `wat-desugar`. (#642)
Ben Smith
2017-09-28
1
-2
/
+2
*
Rename wast2wasm -> wat2wasm, wast2json (#617)
Ben Smith
2017-09-08
1
-5
/
+9
*
Add saturating float truncation operators (#573)
Ben Smith
2017-08-16
1
-1
/
+4
*
Add color output in SourceErrorHandler (#517)
Ben Smith
2017-06-23
1
-6
/
+13
[next]