Commit 5587c476 authored by adamk's avatar adamk Committed by Commit bot

Skip mjsunit/es6/block-scoping on gc-stress

It's crashing in TurboFan after c70ec473
(a change to turn on some Intl features, which aren't possible TF-related).

BUG=v8:5873
TBR=machenbach@chromium.org
NOTREECHECKS=true
NOTRY=true

Review-Url: https://codereview.chromium.org/2638333006
Cr-Commit-Position: refs/heads/master@{#42526}
parent 32228ff2
......@@ -240,6 +240,9 @@
#BUG(v8:5683)
'wasm/import-memory': [SKIP],
# BUG(v8:5873): Crashes with --ignition-staging under gc_stress
'es6/block-scoping': [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