| Commit message (Expand) | Author | Age | Files | Lines |
* | Update testsuite (#2167) | Keith Winstein | 2023-03-13 | 1 | -1/+1 |
* | update br_table validation rule + enforce module validity in spectest-interp ... | Keith Winstein | 2022-04-13 | 1 | -1/+1 |
* | Fix function body start/end locations in wasm-validate (#1842) | Sam Clegg | 2022-03-02 | 1 | -1/+1 |
* | Add error locations to BinaryReaderInterp (#1780) | Sam Clegg | 2021-12-09 | 1 | -28/+28 |
* | Update testsuite (#1738) | Sam Clegg | 2021-10-18 | 1 | -48/+47 |
* | Bump third_party/testsuite to TOT (#1623) | Ng Zhi An | 2021-03-04 | 1 | -23/+56 |
* | spectest-interp: Report when assert_trap passes and include error string. NFC... | Sam Clegg | 2019-11-19 | 1 | -0/+6 |
* | Fix expected stack layout when typechecking select instruction (#1222) | Sam Clegg | 2019-11-15 | 1 | -12/+12 |
* | Update testsuite (#1047) | Ben Smith | 2019-03-25 | 1 | -1/+37 |
* | Update to the lastest spec testsuite (#953) | Ben Smith | 2018-11-07 | 1 | -5/+5 |
* | Update testsuite (#942) | Ben Smith | 2018-11-05 | 1 | -2/+11 |
* | Fix run-tests.py when STDIN_FILE is used > 1 times (#711) | Ben Smith | 2018-01-09 | 1 | -1/+1 |
* | Better type-checking errors (#662) | Ben Smith | 2017-10-30 | 1 | -1/+1 |
* | Remove BinaryErrorHandler, rename SourceErrorHandler (#553) | Ben Smith | 2017-07-06 | 1 | -1/+1 |
* | Use classes + virtual functions for BinaryReader (#376) | Ben Smith | 2017-03-30 | 1 | -1/+1 |
* | Update testsuite (#311) | Ben Smith | 2017-02-23 | 1 | -1/+1 |
* | Remove assert_{invalid,malformed} checks from wast2wast (#296) | Ben Smith | 2017-01-30 | 1 | -4/+0 |
* | Implement assert_invalid for wasm-interp (#294) | Ben Smith | 2017-01-27 | 1 | -1/+4 |
* | Update test/run-tests.py (#255) | Ben Smith | 2017-01-05 | 1 | -1/+1 |
* | Fix most of the spec tests | Ben Smith | 2016-10-05 | 1 | -5/+1 |
* | WIP fixing call_indirect | Ben Smith | 2016-09-29 | 1 | -2/+2 |
* | update testsuite, and rebase some tests | Ben Smith | 2016-09-29 | 1 | -0/+8 |
* | fix the interp/ tests, move the spec tests out | Ben Smith | 2016-09-29 | 1 | -0/+5 |
* | remove JavaScript engine testing (#89) | Ben Smith | 2016-06-17 | 1 | -5/+0 |
* | update run-tests.py/other scripts for SM support | Ben Smith | 2016-05-10 | 1 | -1/+1 |
* | update v8, and fix tests | Ben Smith | 2016-04-29 | 1 | -10/+1 |
* | cleanup the run-*.py scripts | Ben Smith | 2016-04-27 | 1 | -0/+1 |
* | nicer overriding of various executables w/ testing | Ben Smith | 2016-03-21 | 1 | -2/+1 |
* | update v8; rebaseline tests | Ben Smith | 2016-03-08 | 1 | -2/+2 |
* | Rebase the dumps on local decls changes. | Ben L. Titzer | 2016-03-07 | 1 | -1/+1 |
* | store i32.const and i64.const as signed-LEB128 | Ben Smith | 2016-03-04 | 1 | -1/+1 |
* | use export table, update v8 | Ben Smith | 2016-02-27 | 1 | -1/+1 |
* | update v8, fix select order in binary format | Ben Smith | 2016-02-08 | 1 | -1/+1 |
* | update third_party/v8 | Ben Smith | 2016-01-31 | 1 | -1/+2 |
* | update v8, rename WASM -> _WASMEXP_ | Ben Smith | 2016-01-14 | 1 | -2/+2 |
* | use upstream v8 instead of v8-native-prototype | Ben Smith | 2015-12-17 | 1 | -2/+1 |
* | update v8-native, fixes many spec tests | Ben Smith | 2015-12-03 | 1 | -1/+1 |
* | update v8-native-prototype, fixes some spec tests | Ben Smith | 2015-11-30 | 1 | -1/+1 |
* | SKIP fewer spec tests, clean run-d8.py output | Ben Smith | 2015-11-12 | 1 | -1/+10 |
* | add unreachable operation | Ben Smith | 2015-11-09 | 1 | -4/+1 |
* | update testsuite repo, disable broken tests | Ben Smith | 2015-11-09 | 1 | -0/+1 |
* | update v8-native-prototype, add select d8 test | Ben Smith | 2015-11-09 | 1 | -7/+0 |
* | add func_ptrs and select spec tests | Ben Smith | 2015-11-05 | 1 | -0/+14 |