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

Unified Diff: test/test262/test262.status

Issue 2513563002: Remove FLAG_min_preparse_length. (Closed)
Patch Set: test262 expectations 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/regress/regress-crbug-659915b.js ('k') | test/webkit/fast/js/kde/parse.js » ('j') | 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 caf9b76d0073938d0534d9471769054f6b442e16..4548858438f6cb3dd254ee17489f784df98e9f0d 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -447,7 +447,16 @@
# https://bugs.chromium.org/p/v8/issues/detail?id=5537
'built-ins/global/*': [SKIP],
- ######################## NEEDS INVESTIGATION ###########################
+ # PreParser doesn't produce early errors
+ # https://bugs.chromium.org/p/v8/issues/detail?id=2728
+ 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-duplicate': [FAIL],
+ 'language/expressions/async-function/early-errors-expression-formals-body-duplicate': [FAIL],
+ 'language/expressions/object/method-definition/generator-param-redecl-const': [FAIL],
+ 'language/expressions/object/method-definition/generator-param-redecl-let': [FAIL],
+ 'language/expressions/object/method-definition/name-param-redecl': [FAIL],
+ 'language/statements/async-function/early-errors-declaration-formals-body-duplicate': [FAIL],
+
+######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation
# to be either marked as bugs with issues filed for them or as deliberate
« no previous file with comments | « test/mjsunit/regress/regress-crbug-659915b.js ('k') | test/webkit/fast/js/kde/parse.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698