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

Unified Diff: test/test262/test262.status

Issue 2109733003: Add errors for declarations which conflict with catch parameters. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: correct loop index Created 4 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
« src/parsing/parser.cc ('K') | « test/mjsunit/es6/for-each-in-catch.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index 56acd4cdc809b743bcc0ede416adc334b1c57267..421af959f45dc1b7cdfe640da5655ef64136d296 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -250,8 +250,6 @@
# https://bugs.chromium.org/p/v8/issues/detail?id=4231
'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL],
- 'language/statements/try/early-catch-lex': [FAIL],
- 'language/statements/try/early-catch-var': [FAIL],
# https://bugs.chromium.org/p/v8/issues/detail?id=4951
'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL],
@@ -336,9 +334,6 @@
# https://bugs.chromium.org/p/v8/issues/detail?id=1569
'language/module-code/*': [SKIP],
- # https://bugs.chromium.org/p/v8/issues/detail?id=5112
- 'language/statements/try/scope-catch-block-lex-open': [FAIL],
-
# https://bugs.chromium.org/p/v8/issues/detail?id=5012
'intl402/Intl/getCanonicalLocales/*': [FAIL],
« src/parsing/parser.cc ('K') | « test/mjsunit/es6/for-each-in-catch.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698