Commit 5bcd6e1a authored by Sigurd Schneider's avatar Sigurd Schneider Committed by Commit Bot

[mjsunit] Disable test unsuitable for GC stress

regress-6989 uses assertOptimized and will hence fail randomly depending
on GC timing. This means we should not run it under GC stress.

This can be verified by running the test under GC stress and changing the
--gc-interval. It is easy to find values for which the test fails, and
values for which the test passes.

Change-Id: Ibd8bfbc1712ad60830255e4d89ea795023134891
Reviewed-on: https://chromium-review.googlesource.com/c/1396078Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
Reviewed-by: 's avatarMathias Bynens <mathias@chromium.org>
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58540}
parent 6df42e36
...@@ -268,6 +268,7 @@ ...@@ -268,6 +268,7 @@
'regress/regress-trap-allocation-memento': [SKIP], 'regress/regress-trap-allocation-memento': [SKIP],
'regress/regress-2249': [SKIP], 'regress/regress-2249': [SKIP],
'regress/regress-4121': [SKIP], 'regress/regress-4121': [SKIP],
'regress/regress-6989': [SKIP],
'compare-known-objects-slow': [SKIP], 'compare-known-objects-slow': [SKIP],
'compiler/array-multiple-receiver-maps': [SKIP], 'compiler/array-multiple-receiver-maps': [SKIP],
# Tests taking too long # Tests taking too long
......
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