summaryrefslogtreecommitdiff
path: root/test/spec/conversions.wast
Commit message (Collapse)AuthorAgeFilesLines
* [wasm-shell] Error on unknown commands (#6528)Thomas Lively2024-04-241-8/+8
| | | | | | | | | We previously ignored unknown wast commands, which could lead to the mistaken impression that we were passing test cases that we were in fact not running at all. Clarify matters by having wasm-shell error out on unrecognized commands, and comment out all such commands in our versions of the spec test. As we work toward being able to run the upstream spec tests, having these unsupported commands explicitly commented out will make it easier to track progress toward full support.
* Fix i32.trunc_f64_u of values that round down to UINT32_MAX (#2976)Alon Zakai2020-07-221-3/+16
|
* Fix i32.trunc_f64_s of values that round up to INT32_MIN (#2975)Alon Zakai2020-07-221-2/+3
| | | See WebAssembly/spec#1224
* Fix i32.trunc_f64_s of values near the limit of f64 representation (#2968)Alon Zakai2020-07-211-0/+2
| | | See WebAssembly/spec#1223
* Update spec test suite (#2484)Heejin Ahn2019-11-291-452/+360
| | | | | | | | | | | | | This updates spec test suite to that of the current up-to-date version of https://github.com/WebAssembly/spec repo. - All failing tests are added in `BLACKLIST` in shared.py with reasons. - For tests that already existed and was passing and started failing after the update, we add the new test to the blacklist and preserve the old file by renaming it to 'old_[FILENAME].wast' not to lose test coverage. When the cause of the error is fixed or the unsupported construct gets support so the new test passes, we can delete the corresponding 'old_[FILENAME].wast' file. - Adds support for `spectest.print_[type] style imports.
* Massive renaming (#1855)Thomas Lively2019-01-071-33/+33
| | | | | | Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329.
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-0/+172
|
* check-in the test/spec suite instead of as submodule (#1677)Jay Phelps2018-09-111-0/+419