• Clemens Backes's avatar
    [wasm][debug] Add test for code garbage-collection · f18ced0f
    Clemens Backes authored
    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: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#72435}
    f18ced0f