v8/test/cctest/wasm
clemensh 6709edd7f6 [wasm] Make WasmRunner the central test structure
The WasmRunner now always holds a TestingModule, and allows to add
several functions to it. The prepares a change to always run wasm code
with a full module behind it, removing the special handling for "no wasm
instance" at runtime (http://crrev.com/2551053002).
This CL here also templatizes the WasmRunner such that the Call method must
be called with the same signature specified for the WasmRunner. This
already catched several mismatches there.

R=titzer@chromium.org, ahaas@chromium.org
BUG=v8:5620

Review-Url: https://codereview.chromium.org/2551043002
Cr-Original-Commit-Position: refs/heads/master@{#41728}
Committed: 2ff5906231
Review-Url: https://codereview.chromium.org/2551043002
Cr-Commit-Position: refs/heads/master@{#41747}
2016-12-16 10:13:11 +00:00
..
OWNERS Adding a few more owners to the wasm directory. 2016-06-29 17:38:30 +00:00
test-managed.cc [wasm] Add a Managed<T> wrapper class for allocating C++ classes that are deleted when the wrapper is garbage collected. 2016-10-17 09:28:40 +00:00
test-run-wasm-64.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-asmjs.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-interpreter.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-js.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-module.cc [wasm] Remove raw byte pointers from WasmModule 2016-11-30 15:03:06 +00:00
test-run-wasm-relocation.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-simd-lowering.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-simd.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-wasm-stack.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-wasm-trap-position.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
wasm-run-utils.h [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00