v8/test/cctest/wasm
bradnelson 879b21a43a Have WasmModule free it's own memory.
Make WasmModule free it's own memory, avoid mixing stack and
heap allocations in tests. This fixes several memory leaks.

Fix several signed compare issues.
Fix several floating point warnings.

Don't setup heap as external, as then the GC can't collect it.

Disable some tests that fail under ASAN.

R=ahaas@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#32948}
2015-12-17 13:27:34 +00:00
..
OWNERS Adding OWNERS files to test directories for wasm. 2015-12-14 14:22:15 +00:00
test-run-wasm-module.cc Have WasmModule free it's own memory. 2015-12-17 13:27:34 +00:00
test-run-wasm.cc Have WasmModule free it's own memory. 2015-12-17 13:27:34 +00:00
test-signatures.h Initial import of v8-native WASM. 2015-12-11 12:27:05 +00:00