summaryrefslogtreecommitdiff
path: root/test/int_ops.post.js
Commit message (Collapse)AuthorAgeFilesLines
* [test] Remove / move *.js tests from test/ (#6163)Heejin Ahn2023-12-111-53/+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/`.
* update testAlon Zakai2015-11-051-14/+14
|
* test improvementAlon Zakai2015-10-311-11/+14
|
* int ops testAlon Zakai2015-10-311-0/+50