Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test] Remove / move *.js tests from test/ (#6163) | Heejin Ahn | 2023-12-11 | 1 | -89/+0 |
| | | | | | | | | | | | | | `wasm2js.asserts.js` and `wasm2js.traps.js` seem to be used in wasm2js asserts test: https://github.com/WebAssembly/binaryen/blob/1d615b38dd4152494d2f4d3520c8b1d917624a30/scripts/test/wasm2js.py#L28 https://github.com/WebAssembly/binaryen/blob/1d615b38dd4152494d2f4d3520c8b1d917624a30/scripts/test/wasm2js.py#L126-L127 But other `*.js` tests in `test/` don't seem to be used anywhere. Please let me know if they are actually being used. This moves `wasm2js.asserts.js` and `wasm2js.traps.js`, which are only used in wasmjs tests, to `test/wasm2js/`, and deletes all other `*.js` tests in `test/`. | ||||
* | Fixes fround of an unsigned integer (#821) | Alon Zakai | 2016-11-04 | 1 | -0/+11 |
| | | | | | | | | * fix fround of unsigned * add testing for f32 ops, and remove a duplicate test (now that f32 is on by default in wasm, we don't need to check with and without PRECISE_F32) * update wasm.js and binaryen.js | ||||
* | op type fixes | Alon Zakai | 2015-11-05 | 1 | -3/+0 |
| | |||||
* | test conversions | Alon Zakai | 2015-11-01 | 1 | -0/+15 |
| | |||||
* | disable part of float_ops.cpp, which requires memory ops which are not ↵ | Alon Zakai | 2015-11-01 | 1 | -1/+1 |
| | | | | tested yet | ||||
* | add float_ops testcase | Alon Zakai | 2015-11-01 | 1 | -0/+66 |