[wasm] Test worker termination while compiling
If a worker terminates while a wasm finisher task is scheduled, we try to cancel that task even though the platform already deleted it. This results in UBSan failures, ASan failures or crashes. The bug itself is fixed on the v8 side in https://crrev.com/c/1209344, but the test needs to be a layout test, thus on the chromium side. R=ahaas@chromium.org Bug: chromium:875579 Change-Id: I98f19869044299801eb521d97f417b403ca356c0 Reviewed-on: https://chromium-review.googlesource.com/1209602Reviewed-by:Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Cr-Commit-Position: refs/heads/master@{#589459}
Showing
Please register or sign in to comment