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

Unified Diff: test/cctest/cctest.status

Issue 1738463003: Ship ES2015 iterator finalization (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix cctest.status Created 4 years, 10 months 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 | « src/flag-definitions.h ('k') | test/mjsunit/harmony/regress/regress-4658.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 5acd1b8b0fc31fdf1363ec9a91eb9cbeb5c6d729..dbe6de045649103e2dd0605d89bbaf883d5055e2 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -93,6 +93,10 @@
'test-api/StrongModeAccessCheckAllowed': [FAIL],
'test-api/StrongModeAccessCheckBlocked': [FAIL],
+ # Iterator finalization was implemented, which changed the bytecode
+ # generated from for-of loops
+ 'test-bytecode-generator/ForOf': [FAIL],
rmcilroy 2016/02/26 12:29:16 Doing this shouldn't be necessary any longer (plea
+
##############################################################################
# TurboFan compiler failures.
« no previous file with comments | « src/flag-definitions.h ('k') | test/mjsunit/harmony/regress/regress-4658.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698