From b5ab8cc530e49f6b426bc250146937a1a62af7fb Mon Sep 17 00:00:00 2001 From: Adam Klein Date: Mon, 23 May 2016 13:52:10 -0700 Subject: [PATCH] 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} --- test/mjsunit/mjsunit.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 0663a14098..79e555216b 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -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]],