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

Unified Diff: test/test262-es6/test262-es6.status

Issue 1218543003: [es6] Ensure that for-in/of loops have a proper TDZ for their boundnames (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 5 years, 6 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 | « test/mjsunit/strong/declaration-after-use.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262-es6/test262-es6.status
diff --git a/test/test262-es6/test262-es6.status b/test/test262-es6/test262-es6.status
index 8996c224411505d8c3fc5d793d59d1d9e7040e6d..725795640e7411f765ea35c8a3c49f9cf5ab5c00 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -464,12 +464,6 @@
# https://code.google.com/p/v8/issues/detail?id=3673
'language/statements/class/definition/basics': [FAIL],
- # https://code.google.com/p/v8/issues/detail?id=4210
- 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [PASS, FAIL],
- 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [PASS, FAIL],
- 'language/statements/for-of/const-bound-names-fordecl-tdz-for-of': [PASS, FAIL],
- 'language/statements/for-of/let-bound-names-fordecl-tdz-for-of': [PASS, FAIL],
-
# Destructuring
# https://code.google.com/p/v8/issues/detail?id=811
'language/statements/for-of/body-dstr-assign': [FAIL],
« no previous file with comments | « test/mjsunit/strong/declaration-after-use.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698