Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index bb3303a46e9885c6e572f5eb666836a0a7384191..27588cf812197e62806742df4710f240655d98e6 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -343,6 +343,7 @@ |
'elements-transition-hoisting': [PASS, NO_IGNITION], |
'es6/block-let-crankshaft': [PASS, NO_IGNITION], |
'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION], |
+ 'es6/new-target': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
'getters-on-elements': [PASS, NO_IGNITION], |
'harmony/do-expressions': [PASS, NO_IGNITION], |
'ignition/elided-instruction': [PASS, NO_IGNITION], |
@@ -566,6 +567,11 @@ |
'unicodelctest-no-optimization': [PASS, TIMEOUT], |
# Issue 3219: |
'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], |
+ |
+ # Ignition. |
+ 'es6/templates': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
+ 'harmony/generators': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
+ 'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
}], # 'arch == arm64 and mode == debug and simulator_run == True' |
############################################################################## |