v8/test/mjsunit/wasm
bradnelson a52967680e Allow bitwise operators to convert from intish to int in heap ops.
We previously supported use of bitwise operations to convert
from intish to int, but use of kAsmInt in some places and kAsmIntQ
in others prevents this from working with heap accesses.
Switch to use kAsmIntQ where appropriate (even though intish_ != 0
in principle captures the superset of these cases),
as it's more conservative (and uses types.h better).

BUG= https://code.google.com/p/v8/issues/detail?id=4203
TEST=mjsunit/asm-wasm
R=aseemgarg@chromium.org,titzer@chromium.org
LOG=N

Review URL: https://codereview.chromium.org/1731603002

Cr-Commit-Position: refs/heads/master@{#34233}
2016-02-24 07:36:39 +00:00
..
embenchen Re-enable validation for asm->wasm embechen tests. 2016-02-23 19:06:29 +00:00
asm-wasm.js Allow bitwise operators to convert from intish to int in heap ops. 2016-02-24 07:36:39 +00:00
calls.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
divrem-trap.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
ffi-error.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
ffi.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
import-table.js [wasm] Fix bug in CallImport. 2016-02-22 00:47:02 +00:00
indirect-calls.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
instantiate-module-basic.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
instantiate-run-basic.js Drop the compileRun + asmCompileRun methods from wasm. 2016-02-03 10:16:22 +00:00
module-memory.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
OWNERS Adding OWNERS files to test directories for wasm. 2015-12-14 14:22:15 +00:00
params.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
stack.js Add WasmFrame, backtraces reflect wasm's presence 2016-02-23 19:39:28 +00:00
stackwalk.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
start-function.js [wasm] Add support for a start function. 2016-02-15 08:59:16 +00:00
unreachable.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
verify-function-basic-errors.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
verify-function-simple.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
verify-module-basic-errors.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
wasm-constants.js [wasm] Add support for import section. 2016-02-19 14:58:43 +00:00
wasm-object-api.js Drop the compileRun + asmCompileRun methods from wasm. 2016-02-03 10:16:22 +00:00