Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: test/mjsunit/mjsunit.status

Issue 2484003002: [builtins] implement JSBuiltinReducer for ArrayIteratorNext() (Closed)
Patch Set: fix tests when ignition is used Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/es6/array-iterator-turbo.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 5e1b05dcb2a2505ea5f85bdd51d83fbd91592dbd..ca64fa08bbea3b3c5aa3df6a10a112a4c5a34f6d 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -595,13 +595,21 @@
}], # 'arch == ppc64'
##############################################################################
+['variant == nocrankshaft', {
+ 'es6/array-iterator-turbo': [SKIP],
+}], # variant == nocranshaft
+
+##############################################################################
['variant == stress', {
+ 'es6/array-iterator-turbo': [SKIP],
+
'ignition/regress-599001-verifyheap': [SKIP],
'unicode-test': [SKIP],
}], # variant == stress
##############################################################################
['variant == turbofan_opt', {
+ 'es6/array-iterator-turbo': [SKIP],
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
'debug-evaluate-locals': [FAIL],
« no previous file with comments | « test/mjsunit/es6/array-iterator-turbo.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698