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

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

Issue 1052013002: Update test262-es6 to 2015-03-31 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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/test262-es6/README ('k') | test/test262-es6/testcfg.py » ('j') | 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 741ce4c92d8719b6b366f6c45b4998aad29a56f8..f50694eabc1a2e5540cdee69d7421efdff163654 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -179,7 +179,7 @@
'intl402/12.3.3': [FAIL],
'intl402/12.3_a': [FAIL],
- # Test 262 update.
+ # Test 262 update 2015-03-11
'built-ins/Array/isArray/15.4.3.2-0-5': [FAIL],
'built-ins/Array/prototype/S15.4.3.1_A5': [FAIL],
'built-ins/Array/prototype/S15.4.4_A1.1_T2': [FAIL],
@@ -481,13 +481,130 @@
'language/generators/generator.declareMethod.shadow-parameter-const': [FAIL],
'language/generators/generator.expression.implicit-name': [FAIL],
- # We have some issues related to indentation in the front matter
- # https://github.com/tc39/test262/issues/215
- 'built-ins/Array/prototype/Symbol.iterator/property-descriptor': [PASS, FAIL_OK],
- 'built-ins/Array/prototype/Symbol.iterator/prototype/Symbol.toStringTag/property-descriptor': [PASS, FAIL_OK],
- 'built-ins/Array/prototype/Symbol.iterator/prototype/next/property-descriptor': [PASS, FAIL_OK],
- 'built-ins/Array/prototype/entries/property-descriptor': [PASS, FAIL_OK],
- 'built-ins/Array/prototype/keys/property-descriptor': [PASS, FAIL_OK],
+ # Test 262 update 2015-03-31
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-length-to-string-throws': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-length-value-of-throws': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-negative-length': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-primitive-non-number-length': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-string-length': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-to-length-throws': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_holey-sloppy-arguments': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_large-typed-array': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_length-throws': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_sloppy-arguments': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_sloppy-arguments-throws': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_sloppy-arguments-with-dupes': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_small-typed-array': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-boolean-wrapper': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-function': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-getter-throws': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-number-wrapper': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-reg-exp': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-sparse-object': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-string-wrapper': [FAIL],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_strict-arguments': [FAIL],
+ 'built-ins/Symbol/species/Symbol.species.builtin-getter-name': [FAIL],
+ 'built-ins/Symbol/species/Symbol.species.exists': [FAIL],
+ 'built-ins/Symbol/species/Symbol.species.in_Array': [FAIL],
+ 'built-ins/Symbol/species/Symbol.species.in_ArrayBuffer': [FAIL],
+ 'built-ins/Symbol/species/Symbol.species.in_Map': [FAIL],
+ 'built-ins/Symbol/species/Symbol.species.in_Promise': [FAIL],
+ 'built-ins/Symbol/species/Symbol.species.in_RegExp': [FAIL],
+ 'built-ins/Symbol/species/Symbol.species.in_Set': [FAIL],
+ 'built-ins/Symbol/species/Symbol.species.notChangedByExtends': [FAIL],
+ 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-1': [FAIL],
+ 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-2': [FAIL],
+ 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-1': [FAIL],
+ 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-2': [FAIL],
+ 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-1': [FAIL],
+ 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-2': [FAIL],
+ 'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-block-let-declaration-unseen-outside-of-block': [FAIL],
+ 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-1': [FAIL],
+ 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-2': [FAIL],
+ 'language/block-scope/leave/verify-context-in-finally-block': [FAIL],
+ 'language/block-scope/leave/verify-context-in-for-loop-block': [FAIL],
+ 'language/block-scope/leave/verify-context-in-labelled-block': [FAIL],
+ 'language/block-scope/leave/verify-context-in-try-block': [FAIL],
+ 'language/block-scope/leave/x-after-break-to-label': [FAIL],
+ 'language/block-scope/leave/x-before-continue': [FAIL],
+ 'language/block-scope/return-from/block-let': [FAIL],
+ 'language/block-scope/semantics/const/block-local-closure-get-before-initialization': [FAIL],
+ 'language/block-scope/semantics/const/block-local-use-before-initialization-in-declaration-statement': [FAIL],
+ 'language/block-scope/semantics/const/block-local-use-before-initialization-in-prior-statement': [FAIL],
+ 'language/block-scope/semantics/const/function-local-closure-get-before-initialization': [FAIL],
+ 'language/block-scope/semantics/const/function-local-use-before-initialization-in-declaration-statement': [FAIL],
+ 'language/block-scope/semantics/const/function-local-use-before-initialization-in-prior-statement': [FAIL],
+ 'language/block-scope/semantics/const/global-closure-get-before-initialization': [FAIL],
+ 'language/block-scope/semantics/const/global-use-before-initialization-in-declaration-statement': [FAIL],
+ 'language/block-scope/semantics/const/global-use-before-initialization-in-prior-statement': [FAIL],
+ 'language/block-scope/shadowing/catch-parameter-shadowing-let-declaration': [FAIL],
+ 'language/block-scope/shadowing/const-declaration-shadowing-catch-parameter': [FAIL],
+ 'language/block-scope/shadowing/const-declarations-shadowing-parameter-name-let-const-and-var-variables': [FAIL],
+ 'language/block-scope/shadowing/dynamic-lookup-from-closure': [FAIL],
+ 'language/block-scope/shadowing/dynamic-lookup-in-and-through-block-contexts': [FAIL],
+ 'language/block-scope/shadowing/let-declaration-shadowing-catch-parameter': [FAIL],
+ 'language/block-scope/shadowing/let-declarations-shadowing-parameter-name-let-const-and-var': [FAIL],
+ 'language/block-scope/shadowing/lookup-from-closure': [FAIL],
+ 'language/block-scope/shadowing/lookup-in-and-through-block-contexts': [FAIL],
+ 'language/block-scope/shadowing/parameter-name-shadowing-parameter-name-let-const-and-var': [FAIL],
+ 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-mixed-with-without-initialiser': [FAIL],
+ 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-mixed-without-with-initialiser': [FAIL],
+ 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declarations-without-initialiser': [FAIL],
+ 'language/block-scope/syntax/const-declaration/with-initializer-do-statement-while-expression': [FAIL],
+ 'language/block-scope/syntax/const-declaration/with-initializer-for-statement': [FAIL],
+ 'language/block-scope/syntax/const-declaration/with-initializer-if-expression-statement': [FAIL],
+ 'language/block-scope/syntax/const-declaration/with-initializer-if-expression-statement-else-statement': [FAIL],
+ 'language/block-scope/syntax/const-declaration/with-initializer-label-statement': [FAIL],
+ 'language/block-scope/syntax/const-declaration/with-initializer-while-expression-statement': [FAIL],
+ 'language/block-scope/syntax/const-declaration/without-initializer-case-expression-statement-list': [FAIL],
+ 'language/block-scope/syntax/const-declaration/without-initializer-default-statement-list': [FAIL],
+ 'language/block-scope/syntax/const-declaration/without-initializer-do-statement-while-expression': [FAIL],
+ 'language/block-scope/syntax/const-declaration/without-initializer-for-statement': [FAIL],
+ 'language/block-scope/syntax/const-declaration/without-initializer-if-expression-statement': [FAIL],
+ 'language/block-scope/syntax/const-declaration/without-initializer-if-expression-statement-else-statement': [FAIL],
+ 'language/block-scope/syntax/const-declaration/without-initializer-label-statement': [FAIL],
+ 'language/block-scope/syntax/const-declaration/without-initializer-while-expression-statement': [FAIL],
+ 'language/block-scope/syntax/for-in/acquire-properties-from-array': [FAIL],
+ 'language/block-scope/syntax/for-in/acquire-properties-from-object': [FAIL],
+ 'language/block-scope/syntax/for-in/missing-identifier-let-disallowed-as-bound-name': [FAIL],
+ 'language/block-scope/syntax/for-loop/const-invalid-assignment-next-expression': [SKIP], # iloops
+ 'language/block-scope/syntax/for-loop/const-outer-inner-let-bindings': [FAIL],
+ 'language/block-scope/syntax/for-loop/let-closure-inside-condition': [FAIL],
+ 'language/block-scope/syntax/for-loop/let-closure-inside-initialization': [FAIL],
+ 'language/block-scope/syntax/for-loop/let-closure-inside-next-expression': [FAIL],
+ 'language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-allocated-for-each-iteration-multi-let-binding': [FAIL],
+ 'language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-allocated-for-each-iteration-single-let-binding': [FAIL],
+ 'language/block-scope/syntax/for-loop/let-outer-inner-let-bindings': [FAIL],
+ 'language/block-scope/syntax/function-declarations/in-statement-position-do-statement-while-expression': [FAIL],
+ 'language/block-scope/syntax/function-declarations/in-statement-position-for-statement': [FAIL],
+ 'language/block-scope/syntax/function-declarations/in-statement-position-if-expression-statement': [FAIL],
+ 'language/block-scope/syntax/function-declarations/in-statement-position-if-expression-statement-else-statement': [FAIL],
+ 'language/block-scope/syntax/function-declarations/in-statement-position-while-expression-statement': [FAIL],
+ 'language/block-scope/syntax/global-and-block/const': [FAIL],
+ 'language/block-scope/syntax/global-and-block/let': [FAIL],
+ 'language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-case-expression-statement-list': [FAIL],
+ 'language/block-scope/syntax/let-declarations/with-initialisers-in-statement-positions-default-statement-list': [FAIL],
+ 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-function-declaration': [FAIL],
+ 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-var': [FAIL],
+ 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-with-function-declaration': [FAIL],
+ 'language/computed-property-names/class/method/constructor-can-be-generator': [FAIL],
+ 'language/computed-property-names/class/method/constructor-can-be-getter': [FAIL],
+ 'language/computed-property-names/class/method/constructor-can-be-setter': [FAIL],
+ 'language/computed-property-names/class/method/constructor-duplicate-1': [FAIL],
+ 'language/computed-property-names/class/method/constructor-duplicate-2': [FAIL],
+ 'language/computed-property-names/class/method/constructor-duplicate-3': [FAIL],
+ 'language/computed-property-names/class/static/generator-constructor': [FAIL],
+ 'language/computed-property-names/class/static/generator-prototype': [FAIL],
+ 'language/computed-property-names/class/static/getter-constructor': [FAIL],
+ 'language/computed-property-names/class/static/getter-prototype': [FAIL],
+ 'language/computed-property-names/class/static/method-constructor': [FAIL],
+ 'language/computed-property-names/class/static/method-prototype': [FAIL],
+ 'language/computed-property-names/class/static/setter-constructor': [FAIL],
+ 'language/computed-property-names/class/static/setter-prototype': [FAIL],
+ 'language/for-of/iterator-as-proxy': [FAIL],
+ 'language/for-of/iterator-next-result-type': [FAIL],
##################### DELIBERATE INCOMPATIBILITIES #####################
« no previous file with comments | « test/test262-es6/README ('k') | test/test262-es6/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698