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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2484003002: [builtins] implement JSBuiltinReducer for ArrayIteratorNext() (Closed)
Patch Set: and fix mjsunit.status.. 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
« src/heap/heap.h ('K') | « 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 4a75f252bf0fa6689c1b8193c661c9000f0764b6..9e39cb4121d5e3d17aca66d16024385491df8353 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -594,7 +594,13 @@
}], # 'arch == ppc64'
##############################################################################
+['variant == nocrankshaft', {
+ 'es6/array-iterator-turbo': [SKIP],
+}], # variant == nocranshaft
+
+##############################################################################
['variant == stress', {
+ 'es6/array-iterator-turbo': [SKIP],
'debug-evaluate-locals-optimized': [FAIL],
'debug-evaluate-locals-optimized-double': [FAIL],
'ignition/regress-599001-verifyheap': [SKIP],
@@ -603,6 +609,7 @@
##############################################################################
['variant == turbofan_opt', {
+ 'es6/array-iterator-turbo': [SKIP],
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
'debug-evaluate-closure': [FAIL],
« src/heap/heap.h ('K') | « 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