| 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 |
* | Add error locations to BinaryReaderInterp (#1780) | Sam Clegg | 2021-12-09 | 1 | -1/+1 |
* | Fix run-tests.py when STDIN_FILE is used > 1 times (#711) | Ben Smith | 2018-01-09 | 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 |
* | Full typechecking for unreachable code (#302) | Ben Smith | 2017-02-14 | 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 | -1/+1 |
* | fix the interp/ tests, move the spec tests out | Ben Smith | 2016-09-29 | 1 | -0/+9 |
* | remove JavaScript engine testing (#89) | Ben Smith | 2016-06-17 | 1 | -9/+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 | -9/+7 |
* | 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 testsuite, fix spec tests | Ben Smith | 2016-03-08 | 1 | -7/+4 |
* | remove tableswitch, add br_table, update v8 | Ben Smith | 2016-03-07 | 1 | -11/+11 |
* | nicer errors for wasm-check too | Ben Smith | 2016-02-26 | 1 | -0/+4 |
* | update testsuite | Ben Smith | 2016-02-23 | 1 | -3/+3 |
* | remove "label" node | Ben Smith | 2015-12-30 | 1 | -7/+1 |
* | update v8 and testsuite repos, breaks some tests | Ben Smith | 2015-12-30 | 1 | -1/+7 |
* | update v8-native, fixes many spec tests | Ben Smith | 2015-12-03 | 1 | -9/+1 |
* | generate code for tableswitch | Ben Smith | 2015-11-20 | 1 | -1/+1 |
* | parse tableswitch, no codegen yet | Ben Smith | 2015-11-20 | 1 | -1/+11 |
* | update v8-native and testsuite submodules | Ben Smith | 2015-11-19 | 1 | -1/+1 |
* | 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 |
* | run spec tests that crash | Ben Smith | 2015-10-13 | 1 | -1/+1 |
* | parser callbacks for switch operation | Ben Smith | 2015-10-05 | 1 | -1/+1 |
* | fix typecheck in switch statement | Ben Smith | 2015-10-05 | 1 | -1/+1 |
* | update the spec repo | Ben Smith | 2015-09-30 | 1 | -1/+1 |
* | add a bunch of failing spec tests | Ben Smith | 2015-09-29 | 1 | -0/+4 |