v8/test/inspector/debugger/wasm-step-a-lot-expected.txt
Clemens Backes f18ced0fac [wasm][debug] Add test for code garbage-collection
This adds a regression test for https://crrev.com/c/2652488. The test
reduces the available code space such that it would trigger an OOM
condition if code is not garbage-collected.
In order to guarantee garbage-collection in all configurations, an
explicit interrupt check is added to the WasmDebugBreak runtime
function.

R=thibaudm@chromium.org

Bug: chromium:1168564
Change-Id: I8fce7aa5128c9e3c9a7e2d2e7397c394fec7de85
Cq-Include-Trybots: luci.v8.try:v8_linux64_asan_rel_ng
Cq-Include-Trybots: luci.v8.try:v8_linux64_tsan_isolates_rel_ng
Cq-Include-Trybots: luci.v8.try:v8_linux64_tsan_rel_ng
Cq-Include-Trybots: luci.v8.try:v8_mac64_asan_rel_ng
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2652490
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Thibaud Michaud <thibaudm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72435}
2021-01-29 16:51:40 +00:00

29 lines
743 B
Plaintext

Tests repeated stepping through a large function (should not OOM)
Running test: test
Setting up global instance variable.
Got wasm script: wasm://wasm/8f70f0e2
Setting breakpoint
Paused 50 and running...
Paused 100 and running...
Paused 150 and running...
Paused 200 and running...
Paused 250 and running...
Paused 300 and running...
Paused 350 and running...
Paused 400 and running...
Paused 450 and running...
Paused 500 and running...
Paused 550 and running...
Paused 600 and running...
Paused 650 and running...
Paused 700 and running...
Paused 750 and running...
Paused 800 and running...
Paused 850 and running...
Paused 900 and running...
Paused 950 and running...
Paused 1000 and running...
test function returned.
Paused 1003 times.