Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Share code between wasm-interp and spectest-interp (#644) | Ben Smith | 2017-10-03 | 1 | -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 Smith | 2017-04-04 | 1 | -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' Amankwa | 2016-10-25 | 1 | -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 tests | Ben Smith | 2016-09-29 | 1 | -125/+74 |
| | | | | Still need to do imports | ||||
* | add interpreter tests, copied from d8 tests | Ben Smith | 2016-04-02 | 1 | -0/+165 |