Commit 29c4904c authored by littledan's avatar littledan Committed by Commit bot

Disable a flaky test

This test starts failing when the --harmony-array flag is turned on,
but the failure does not directly have to do with that flag. Disabling
the test in debug mode to unblock the release.

BUG=v8:4237
LOG=n
R=adamk,erikcorry

Review URL: https://codereview.chromium.org/1202523005

Cr-Commit-Position: refs/heads/master@{#29207}
parent 81f2c440
......@@ -295,6 +295,9 @@
'regress/regress-3717': [SKIP],
# Issue 478788.
'es7/object-observe': [SKIP],
# BUG(v8:4237)
'regress/regress-3976': [SKIP],
}], # 'gc_stress == True'
##############################################################################
......
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