Disable a flaky test
authorlittledan <littledan@chromium.org>
Mon, 22 Jun 2015 22:37:30 +0000 (15:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 22 Jun 2015 22:37:49 +0000 (22:37 +0000)
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}

test/mjsunit/mjsunit.status

index 7a08697f2a6e9d92ea61e978b340631285257368..f0a38fec528bef003bb2f70187ec163ffa30e5aa 100644 (file)
   'regress/regress-3717': [SKIP],
   # Issue 478788.
   'es7/object-observe': [SKIP],
+
+  # BUG(v8:4237)
+  'regress/regress-3976': [SKIP],
 }],  # 'gc_stress == True'
 
 ##############################################################################