summaryrefslogtreecommitdiff
path: root/test/interp/return.txt
Commit message (Collapse)AuthorAgeFilesLines
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-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' Amankwa2016-10-251-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 testsBen Smith2016-09-291-7/+4
| | | | Still need to do imports
* add interpreter tests, copied from d8 testsBen Smith2016-04-021-0/+27