Commit b5ab8cc5 authored by Adam Klein's avatar Adam Klein

Skip mjsunit/harmony/generators-turbo on arm64 debug sim

It seems to fail in nosnap mode, and runs very slowly with snapshot, so
skipping for now to get the tree green.

TBR=neis@chromium.org
BUG=v8:4907

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

Cr-Commit-Position: refs/heads/master@{#36452}
parent 9eb320ad
......@@ -529,6 +529,9 @@
# Issue 3219:
'getters-on-elements': [PASS, ['gc_stress == True', FAIL]],
# BUG(v8:4907)
'harmony/generators-turbo': [SKIP],
# Ignition.
'es6/templates': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
'harmony/generators': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
......
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