| Commit message (Expand) | Author | Age | Files | Lines |
* | update br_table validation rule + enforce module validity in spectest-interp ... | Keith Winstein | 2022-04-13 | 1 | -1/+1 |
* | Remove check from binary-reader-interp.cc that the validator already catches.... | Sam Clegg | 2021-12-13 | 1 | -2/+2 |
* | Add error locations to BinaryReaderInterp (#1780) | Sam Clegg | 2021-12-09 | 1 | -3/+3 |
* | The great renaming (#985) | Ben Smith | 2018-12-19 | 1 | -3/+3 |
* | Update testsuite (#757) | Ben Smith | 2018-02-13 | 1 | -4/+4 |
* | Fix run-tests.py when STDIN_FILE is used > 1 times (#711) | Ben Smith | 2018-01-09 | 1 | -3/+3 |
* | Better type-checking errors (#662) | Ben Smith | 2017-10-30 | 1 | -3/+3 |
* | Remove BinaryErrorHandler, rename SourceErrorHandler (#553) | Ben Smith | 2017-07-06 | 1 | -3/+3 |
* | Update testsuite; various lexing/parsing fixes (#482) | Ben Smith | 2017-06-07 | 1 | -3/+3 |
* | Use classes + virtual functions for BinaryReader (#376) | Ben Smith | 2017-03-30 | 1 | -3/+3 |
* | Full typechecking for unreachable code (#302) | Ben Smith | 2017-02-14 | 1 | -2/+2 |
* | Remove assert_{invalid,malformed} checks from wast2wast (#296) | Ben Smith | 2017-01-30 | 1 | -16/+0 |
* | Implement assert_invalid for wasm-interp (#294) | Ben Smith | 2017-01-27 | 1 | -1/+10 |
* | Update test/run-tests.py (#255) | Ben Smith | 2017-01-05 | 1 | -4/+4 |
* | Fix most of the spec tests | Ben Smith | 2016-10-05 | 1 | -33/+9 |
* | passes all the spec tests | Ben Smith | 2016-09-29 | 1 | -21/+25 |
* | fix the interp/ tests, move the spec tests out | Ben Smith | 2016-09-29 | 1 | -0/+41 |
* | remove JavaScript engine testing (#89) | Ben Smith | 2016-06-17 | 1 | -41/+0 |
* | update testsuite | Ben Smith | 2016-05-24 | 1 | -10/+10 |
* | 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 | -42/+28 |
* | cleanup the run-*.py scripts | Ben Smith | 2016-04-27 | 1 | -0/+1 |
* | remove arity checks from type checker | Ben Smith | 2016-04-18 | 1 | -17/+14 |
* | nicer overriding of various executables w/ testing | Ben Smith | 2016-03-21 | 1 | -2/+1 |
* | update testsuite, fix spec tests | Ben Smith | 2016-03-08 | 1 | -11/+55 |
* | remove tableswitch, add br_table, update v8 | Ben Smith | 2016-03-07 | 1 | -55/+11 |
* | use if/then/else instead of if/if_else | Ben Smith | 2016-03-03 | 1 | -14/+14 |
* | update testsuite | Ben Smith | 2016-02-29 | 1 | -14/+14 |
* | nicer errors for wasm-check too | Ben Smith | 2016-02-26 | 1 | -0/+26 |
* | update v8, fix order of br_if operands | Ben Smith | 2016-02-08 | 1 | -2/+1 |
* | update testsuite, fix br_if order | Ben Smith | 2016-02-08 | 1 | -4/+25 |
* | update testsuite | Ben Smith | 2016-02-04 | 1 | -4/+4 |
* | add br_if value, fix type checking for br/br_if | Ben Smith | 2015-12-04 | 1 | -5/+9 |
* | update testsuite | Ben Smith | 2015-12-03 | 1 | -3/+5 |
* | update v8-native-prototype, fixes some spec tests | Ben Smith | 2015-11-30 | 1 | -9/+1 |
* | parse tableswitch, no codegen yet | Ben Smith | 2015-11-20 | 1 | -1/+7 |
* | SKIP fewer spec tests, clean run-d8.py output | Ben Smith | 2015-11-12 | 1 | -1/+5 |
* | use the testsuite repo for spec tests | Ben Smith | 2015-11-04 | 1 | -1/+1 |
* | change prefix for test file format | Ben Smith | 2015-10-13 | 1 | -4/+4 |
* | add new spec repo tests | Ben Smith | 2015-10-13 | 1 | -0/+4 |