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

Unified Diff: test/test262/test262.status

Issue 1407393009: Stage --harmony-destructuring and --harmony-default-parameters (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « src/flag-definitions.h ('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 dd9a3a03e0f174e9474e7a361465611852edad09..5af0fc65a112601e1ab4bd9d03977d6b0b2442db 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -184,20 +184,9 @@
# This should work as soon as rest parameters are re-implemented via desaguring.
'language/expressions/arrow-function/syntax/early-errors/arrowparameters-cover-no-duplicates-rest': [PASS, FAIL],
- # https://code.google.com/p/v8/issues/detail?id=2160
- 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1': [FAIL],
- 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2': [FAIL],
- 'language/expressions/object/method-definition/generator-super-prop-param': [FAIL],
- 'language/expressions/object/method-definition/name-param-init-yield': [FAIL],
- 'language/expressions/object/method-definition/name-super-prop-param': [FAIL],
-
# https://code.google.com/p/v8/issues/detail?id=3673
'language/statements/class/definition/basics': [FAIL],
- # Destructuring
- # https://code.google.com/p/v8/issues/detail?id=811
- 'language/statements/for-of/body-dstr-assign': [FAIL],
-
# https://code.google.com/p/v8/issues/detail?id=3566
'language/statements/for-of/body-dstr-assign-error': [FAIL],
'language/statements/for-of/body-put-error': [FAIL],
@@ -247,9 +236,11 @@
'built-ins/GeneratorPrototype/return/try-finally-within-finally': [FAIL],
'built-ins/GeneratorPrototype/return/try-finally-within-try': [FAIL],
- # https://code.google.com/p/v8/issues/detail?id=811
+ # Destructuring assignment
+ # https://code.google.com/p/v8/issues/detail?id=811
'language/expressions/assignment/destructuring/*': [SKIP],
- 'language/default-parameters/*': [SKIP],
+ 'language/statements/for-of/body-dstr-assign': [FAIL],
+
# https://code.google.com/p/v8/issues/detail?id=4248
'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL],
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698