Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish instruction renaming (#1792) | Heejin Ahn | 2021-12-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | This finishes #985. This - replaces the old names in the tests with the new names - drops support for the deprecated names - renames test files to match new instruction names I don't think dropping support for the old names will be a problem at this point. #985 says the old names are supported for convenience but we should remove those too at some point; that "some point" may have well arrived given that three years have passed. The lists of names updated are in #933, #1564, WebAssembly/spec#720. | ||||
* | Update tests syntax to new flat syntax (#180) | Kwadwo 'Que' Amankwa | 2016-10-25 | 1 | -10/+22 |
| | | | | | | * more converted tests * more tests plus fix to broken test * fixed broken tests * converted more tests and fixed issues with previously submitted 'interp/binary.txt' and 'nested-if.txt' | ||||
* | fix most of the interp tests | Ben Smith | 2016-09-29 | 1 | -7/+4 |
| | | | | Still need to do imports | ||||
* | add interpreter tests, copied from d8 tests | Ben Smith | 2016-04-02 | 1 | -0/+27 |