Commit 1c8981e3 authored by Swapnil Gaikwad's avatar Swapnil Gaikwad Committed by Commit Bot

[wasm] Disable wasm/grow-shared memory test for gc_stress variants

Disable the 'wasm/grow-shared-memory' test from the mjsunit test suite for
all the 'gc_stress' variants. The test is currently disabled only for
executions with the combination of 'gc_stress' and 'slow_path'.
With the --gc-stress flag enabled, the test time outs as a result of
deadlock or fails with the DCHECK error because of the known issue.

Bug: v8:9221
Change-Id: Ia2cbbb6f1e5678e5583176fcdd557bd8760234e2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1789290Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Commit-Queue: Swapnil Gaikwad <swapnilgaikwad@google.com>
Cr-Commit-Position: refs/heads/master@{#63597}
parent 9667b17b
......@@ -341,6 +341,9 @@
'es6/regress/regress-crbug-465671-null': [SKIP],
'regress/regress-148378': [SKIP],
'regress/regress-crbug-762472': [SKIP],
# https://crbug.com/v8/9221
'wasm/grow-shared-memory': [SKIP],
}], # 'gc_stress == True'
##############################################################################
......@@ -1084,9 +1087,6 @@
# Slow tests.
'regress/regress-crbug-493779': [SKIP],
'string-replace-gc': [SKIP],
# https://crbug.com/v8/9221
'wasm/grow-shared-memory': [SKIP],
}], # variant == slow_path
##############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment