v8/test/mjsunit/wasm
bradnelson f9ee14e519 Allow looser heap accesses historically emitted by Emscripten.
Older versions of Emscripten appear to emit Asm.js containing:
HEAP8[x] with x in int
As opposed to the spec legal construct:
HEAP8[x>>0] with x in int

As older programs and even benchmarks such as Embenchen
include these constructs, support them for compatibility.

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

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

Cr-Commit-Position: refs/heads/master@{#33964}
2016-02-13 06:21:35 +00:00
..
asm-wasm.js Allow looser heap accesses historically emitted by Emscripten. 2016-02-13 06:21:35 +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
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 WebAssembly: add stack trace test 2016-02-04 16:25:22 +00:00
stackwalk.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +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 Add --enable-wasm to wasm tests. 2015-12-17 10:54:55 +00:00
wasm-object-api.js Drop the compileRun + asmCompileRun methods from wasm. 2016-02-03 10:16:22 +00:00