v8/test/mjsunit/wasm
machenbach 943650784a Revert of Add WasmFrame, backtraces reflect wasm's presence (patchset #9 id:160001 of https://codereview.chromium.org/1712003003/ )
Reason for revert:
[Sheriff] Seems to break gcmole:
https://build.chromium.org/p/client.v8/builders/V8%20Linux/builds/8295

Original issue's description:
> Add WasmFrame, backtraces reflect wasm's presence
>
> For now WasmFrame doesn't summarize the wasm frames. That'll require adding the
> metadata in wasm-compiler similar to DeoptimizationInputData.
>
> Teach the basic backtrace to iterate over stack frames instead of JS frames.
>
> Update the wasm stack test.
>
> `git cl format` touches random lines in files I touch.
>
> R=titzer@chromium.org
> TEST=d8 --test --expose-wasm test/mjsunit/mjsunit.js test/mjsunit/wasm/stack.js
>
> Committed: https://crrev.com/aeca945786dcccad3efecfddbf2c07aefa524a56
> Cr-Commit-Position: refs/heads/master@{#34220}

TBR=titzer@chromium.org,mvstanton@chromium.org,mstarzinger@chromium.org,jfb@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#34221}
2016-02-23 18:57:26 +00:00
..
embenchen Add asm->wasmified version of embenchen. 2016-02-23 16:23:28 +00:00
asm-wasm.js Add asm.js stdlib portion implementable as wasm opcodes. 2016-02-23 16:23:29 +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 Revert of Add WasmFrame, backtraces reflect wasm's presence (patchset #9 id:160001 of https://codereview.chromium.org/1712003003/ ) 2016-02-23 18:57:26 +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