summaryrefslogtreecommitdiff
path: root/test/interp/binary.txt
Commit message (Collapse)AuthorAgeFilesLines
* Share code between wasm-interp and spectest-interp (#644)Ben Smith2017-10-031-1/+1
| | | | | | | Also: * Add `TypedValues` typedef (for `std::vector<TypedValue>`) * Fix bug when displaying very large numbers in the interpreter; length was capped at 100 characters
* Run tests on AppVeyor (#385)Ben Smith2017-04-041-14/+14
| | | | | | | | | | | | | | | | | | Fixes issue #326. * Install target installs all executables; this is required because we don't actually know where MSVC builds its targets to * Use absolute paths when running all executables * Set `PYTHONPATH` to test directory; for some reason the Windows `sys.path` doesn't include the current script's directory * In `wasmdump`, strip the directory up to the last slash or backslash * In `wasm-interp`, Use round-to-nearest-ties-to-even when converting from uint64 to float or double * Check for backslash or slash in `get_dirname` in `wasm-interp`, when looking for modules alongside the JSON file * print floats in `wasm-interp` using `%f` not `%g`, since MSVC prints using 3 digits for exponent instead of 2 * In `run-wasm-link.py`, remove file before renaming on top of it
* Update tests syntax to new flat syntax (#180)Kwadwo 'Que' Amankwa2016-10-251-44/+162
| | | | | | * 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-125/+74
| | | | Still need to do imports
* add interpreter tests, copied from d8 testsBen Smith2016-04-021-0/+165