v8/test/cctest/wasm
mtrofin 8c1ba59aee RelocInfo modes were not propagated when computing
MemoryOperands, on IA32. This needed to be fixed so that we can
compile wasm code before creating instances, since the compiled code
needs to be patched up for memory and globals references.

This surfaces in asm-to-wasm scenarios.

Added testing (rather, enhanced existing tests).
Note patch#1 where we fail on ia32, and patch#2 with the fix.

BUG=v8:5072

Review-Url: https://codereview.chromium.org/2061583002
Cr-Commit-Position: refs/heads/master@{#36911}
2016-06-13 04:21:16 +00:00
..
OWNERS Adding OWNERS files to test directories for wasm. 2015-12-14 14:22:15 +00:00
test-run-wasm-64.cc [wasm] Move 64-bit call tests into test-run-wasm-64.cc so they also run on 32-bit platforms. 2016-06-06 10:59:04 +00:00
test-run-wasm-asmjs.cc RelocInfo modes were not propagated when computing 2016-06-13 04:21:16 +00:00
test-run-wasm-interpreter.cc [wasm] Fix CFI failures due to Wasm threads. 2016-06-09 14:23:52 +00:00
test-run-wasm-js.cc [formatting] Remove all double blank lines in WASM code. 2016-05-11 12:36:04 +00:00
test-run-wasm-module.cc [wasm] Remove redundant intermediate data structures in encoder.cc. 2016-05-27 12:16:42 +00:00
test-run-wasm.cc [wasm] Move 64-bit call tests into test-run-wasm-64.cc so they also run on 32-bit platforms. 2016-06-06 10:59:04 +00:00
test-signatures.h [wasm] Add utilities to print out WASM ast directly from the bytes. 2016-01-21 16:11:19 +00:00
test-wasm-function-name-table.cc [wasm] Refactor encoder.h to use a proper buffer and remove OldFunctions section. 2016-05-25 16:13:50 +00:00
test-wasm-stack.cc [wasm] Differentiate unnamed and empty names 2016-05-19 07:54:07 +00:00
test-wasm-trap-position.cc [wasm] Differentiate unnamed and empty names 2016-05-19 07:54:07 +00:00
wasm-run-utils.h [wasm] Fix CFI failures due to Wasm threads. 2016-06-09 14:23:52 +00:00