[debug] Skip another test on stress_incremental_marking

Several JS tests are already skipped in that config. This CL adds a wasm
test that also started flaking.

TBR=thibaudm@chromium.org

Bug: v8:10410, chromium:772010
Change-Id: Ie16d60a5066a56005d9cf1e4951d6ed1c17e4dc7
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2142256
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67064}
This commit is contained in:
Clemens Backes 2020-04-08 16:54:04 +02:00 committed by Commit Bot
parent 6e11cfdc29
commit 3b224b0c0b

View File

@ -58,6 +58,7 @@
['variant == stress_incremental_marking', {
# BUG(chromium:772010).
'debug/debug-*': [PASS, ['system == windows', SKIP]],
'debug/wasm/debug-step-into-wasm': [PASS, ['system == windows', SKIP]],
}], # variant == stress_incremental_marking
##############################################################################