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

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

Issue 1199013002: [Test262-es6] Update to use FAIL_SLOPPY everywhere (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « no previous file | tools/testrunner/local/statusfile.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 ce5d37dd05b2fdc27e8e8a920adcb69c079ad5b7..5bb79be30108d15e9ddfcb3fb65e7097d4838100 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -52,7 +52,197 @@
# Class, let, const in sloppy mode.
# https://code.google.com/p/v8/issues/detail?id=3305
- 'language/block-scope/*': [PASS, ['sloppy', FAIL]],
+ 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-1': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-2': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-1': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer-parameter-value-2': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-1': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-2': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-block-let-declaration-unseen-outside-of-block': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-1': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-parameter-value-2': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/verify-context-in-finally-block': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/verify-context-in-for-loop-block': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/verify-context-in-labelled-block': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/verify-context-in-try-block': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/x-after-break-to-label': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/leave/x-before-continue': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/return-from/block-let': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/shadowing/catch-parameter-shadowing-let-declaration': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/shadowing/const-declaration-shadowing-catch-parameter': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/shadowing/const-declarations-shadowing-parameter-name-let-const-and-var-variables': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/shadowing/dynamic-lookup-from-closure': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/shadowing/dynamic-lookup-in-and-through-block-contexts': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/shadowing/let-declaration-shadowing-catch-parameter': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/shadowing/let-declarations-shadowing-parameter-name-let-const-and-var': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/shadowing/lookup-from-closure': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/shadowing/lookup-in-and-through-block-contexts': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/shadowing/parameter-name-shadowing-parameter-name-let-const-and-var': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/syntax/for-in/acquire-properties-from-array': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/syntax/for-in/acquire-properties-from-object': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/syntax/for-in/mixed-values-in-iteration': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-function-declaration': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-var': [PASS, FAIL_SLOPPY],
+ 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-with-function-declaration': [PASS, FAIL_SLOPPY],
+ 'language/class/definition/ClassDeclaration_restricted-properties': [PASS, FAIL_SLOPPY],
+ 'language/class/definition/ClassExpression_restricted-properties': [PASS, FAIL_SLOPPY],
+ 'language/class/definition/ClassMethod_restricted-properties': [PASS, FAIL_SLOPPY],
+ 'language/class/method-definition/generator-no-yield': [PASS, FAIL_SLOPPY],
+ 'language/class/method-definition/generator-return': [PASS, FAIL_SLOPPY],
+ 'language/class/method-definition/yield-as-expression-with-rhs': [PASS, FAIL_SLOPPY],
+ 'language/class/method-definition/yield-as-expression-without-rhs': [PASS, FAIL_SLOPPY],
+ 'language/class/method-definition/yield-as-generator-method-binding-identifier': [PASS, FAIL_SLOPPY],
+ 'language/class/method-definition/yield-as-literal-property-name': [PASS, FAIL_SLOPPY],
+ 'language/class/method-definition/yield-as-property-name': [PASS, FAIL_SLOPPY],
+ 'language/class/method-definition/yield-as-statement': [PASS, FAIL_SLOPPY],
+ 'language/class/method-definition/yield-as-yield-operand': [PASS, FAIL_SLOPPY],
+ 'language/class/method-definition/yield-newline': [PASS, FAIL_SLOPPY],
+ 'language/class/method-definition/yield-star-before-newline': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/accessor/*': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/method/*': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/generator-constructor': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/generator-prototype': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/getter-constructor': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/getter-prototype': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/method-constructor': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/method-prototype': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/setter-constructor': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/setter-prototype': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/to-name-side-effects/class': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/to-name-side-effects/numbers-class': [PASS, FAIL_SLOPPY],
+ 'language/expressions/arrow-function/lexical-super-call-from-within-constructor':[PASS, FAIL_SLOPPY],
+ 'language/expressions/arrow-function/lexical-super-property-from-within-constructor': [PASS, FAIL_SLOPPY],
+ 'language/expressions/arrow-function/lexical-super-property': [PASS, FAIL_SLOPPY],
+ 'language/expressions/arrow-function/lexical-supercall-from-immediately-invoked-arrow': [PASS, FAIL_SLOPPY],
+ 'language/expressions/object/method-definition/generator-shadow-parameter-const': [PASS, FAIL_SLOPPY],
+ 'language/rest-parameters/with-new-target': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/arguments/access': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/arguments/default-constructor': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/accessors': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/constructable-but-no-prototype': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/constructor-property': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/constructor-strict-by-default': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/constructor': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/getters-2': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/getters': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/implicit-constructor': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/invalid-extends': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/methods-named-eval-arguments': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/methods': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/numeric-property-names': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/prototype-getter': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/prototype-property': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/prototype-setter': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/prototype-wiring': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/setters-2': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/setters': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/side-effects-in-extends': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/side-effects-in-property-define': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/this-access-restriction-2': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/this-access-restriction': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/definition/this-check-ordering': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/name-binding/basic': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/name-binding/const': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/name-binding/expression': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/strict-mode/arguments-caller': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/binding': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/builtins': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/class-definition-evaluation-empty-constructor-heritage-present': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/class-definition-null-proto-contains-return-override': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/class-definition-null-proto-missing-return-override': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/class-definition-null-proto': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/class-definition-superclass-generator': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/default-constructor-2': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/default-constructor': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/derived-class-return-override-with-boolean': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/derived-class-return-override-with-empty': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/derived-class-return-override-with-null': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/derived-class-return-override-with-number': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/derived-class-return-override-with-object': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/derived-class-return-override-with-string': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/derived-class-return-override-with-symbol': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/derived-class-return-override-with-this': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/derived-class-return-override-with-undefined': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/superclass-prototype-setter-constructor': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/superclass-prototype-setter-method-override': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/subclass/superclass-static-method-override': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/super/in-constructor': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/super/in-getter': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/super/in-methods': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/super/in-setter': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/super/in-static-getter': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/super/in-static-methods': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/super/in-static-setter': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/syntax/class-body-has-direct-super-class-heritage': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/syntax/class-body-method-definition-super-property': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/syntax/class-declaration-binding-identifier-class-element-list': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/syntax/class-declaration-computed-method-definition': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/syntax/class-declaration-computed-method-generator-definition': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/syntax/class-declaration-heritage-identifier-reference-class-element-list': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/syntax/class-expression-binding-identifier-opt-class-element-list': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/syntax/class-expression-heritage-identifier-reference': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/syntax/class-expression': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/syntax/class-method-propname-constructor': [PASS, FAIL_SLOPPY],
+ 'language/statements/class/syntax/early-errors/class-body-constructor-empty-missing-class-heritage': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/block-local-closure-get-before-initialization': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/block-local-use-before-initialization-in-declaration-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/block-local-use-before-initialization-in-prior-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/function-local-closure-get-before-initialization': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/function-local-use-before-initialization-in-declaration-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/function-local-use-before-initialization-in-prior-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/global-closure-get-before-initialization': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/global-use-before-initialization-in-declaration-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/global-use-before-initialization-in-prior-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed-with-without-initialiser': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed-without-with-initialiser': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/block-scope-syntax-const-declarations-without-initialiser': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/const-invalid-assignment-statement-body-for-in': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/const-invalid-assignment-statement-body-for-of': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/const-outer-inner-let-bindings': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/const': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/with-initializer-do-statement-while-expression': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/with-initializer-for-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/with-initializer-if-expression-statement-else-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/with-initializer-if-expression-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/with-initializer-label-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/with-initializer-while-expression-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/without-initializer-case-expression-statement-list': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/without-initializer-default-statement-list': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/without-initializer-do-statement-while-expression': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/without-initializer-for-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/without-initializer-if-expression-statement-else-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/without-initializer-if-expression-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/without-initializer-label-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/const/syntax/without-initializer-while-expression-statement': [PASS, FAIL_SLOPPY],
+ 'language/statements/continue/labeled-continue': [PASS, FAIL_SLOPPY],
+ 'language/statements/continue/nested-let-bound-for-loops-inner-continue': [PASS, FAIL_SLOPPY],
+ 'language/statements/continue/nested-let-bound-for-loops-labeled-continue': [PASS, FAIL_SLOPPY],
+ 'language/statements/continue/nested-let-bound-for-loops-outer-continue': [PASS, FAIL_SLOPPY],
+ 'language/statements/continue/no-label-continue': [PASS, FAIL_SLOPPY],
+ 'language/statements/continue/shadowing-loop-variable-in-same-scope-as-continue': [PASS, FAIL_SLOPPY],
+ 'language/statements/continue/simple-and-labeled': [PASS, FAIL_SLOPPY],
+ 'language/statements/for-in/const-fresh-binding-per-iteration-for-in': [PASS, FAIL_SLOPPY],
+ 'language/statements/for-in/let-fresh-binding-per-iteration-for-in': [PASS, FAIL_SLOPPY],
+ 'language/statements/for-of/const-fresh-binding-per-iteration-for-of': [PASS, FAIL_SLOPPY],
+ 'language/statements/for-of/let-fresh-binding-per-iteration-for-of': [PASS, FAIL_SLOPPY],
+ 'language/statements/for/const-fresh-binding-per-iteration-for': [PASS, FAIL_SLOPPY],
+ 'language/statements/for/let-fresh-binding-per-iteration-for': [PASS, FAIL_SLOPPY],
+ 'language/statements/let/syntax/let-closure-inside-condition': [PASS, FAIL_SLOPPY],
+ 'language/statements/let/syntax/let-closure-inside-initialization': [PASS, FAIL_SLOPPY],
+ 'language/statements/let/syntax/let-closure-inside-next-expression': [PASS, FAIL_SLOPPY],
+ 'language/statements/let/syntax/let-iteration-variable-is-freshly-allocated-for-each-iteration-multi-let-binding': [PASS, FAIL_SLOPPY],
+ 'language/statements/let/syntax/let-iteration-variable-is-freshly-allocated-for-each-iteration-single-let-binding': [PASS, FAIL_SLOPPY],
+ 'language/statements/let/syntax/let-outer-inner-let-bindings': [PASS, FAIL_SLOPPY],
+ 'language/statements/let/syntax/let': [PASS, FAIL_SLOPPY],
+ 'language/statements/let/syntax/with-initialisers-in-statement-positions-case-expression-statement-list': [PASS, FAIL_SLOPPY],
+ 'language/statements/let/syntax/with-initialisers-in-statement-positions-default-statement-list': [PASS, FAIL_SLOPPY],
+ 'language/statements/let/syntax/without-initialisers-in-statement-positions-case-expression-statement-list': [PASS, FAIL_SLOPPY],
+ 'language/statements/let/syntax/without-initialisers-in-statement-positions-default-statement-list': [PASS, FAIL_SLOPPY],
+
+ # https://code.google.com/p/v8/issues/detail?id=3305
+ # This times out in sloppy mode because sloppy const assignment does not throw.
+ 'language/statements/const/syntax/const-invalid-assignment-next-expression-for': [PASS, FAIL, TIMEOUT],
# Number.prototype is a plain object in ES6
'built-ins/Number/15.7.4-1': [FAIL],
@@ -67,8 +257,6 @@
# https://code.google.com/p/v8/issues/detail?id=4118
'built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44': [FAIL],
- # https://code.google.com/p/v8/issues/detail?id=4093
-
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation
@@ -102,7 +290,6 @@
'intl402/13.3.0_7': [PASS, FAIL],
# Test 262 update 2015-06-11
- 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [PASS, ['sloppy', FAIL]],
'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL],
'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL],
'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL],
@@ -165,9 +352,17 @@
'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL],
'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL],
'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL],
- 'built-ins/Array/symbol-species': [FAIL],
+ # https://code.google.com/p/v8/issues/detail?id=4093
+ 'built-ins/Array/symbol-species': [FAIL],
'built-ins/ArrayBuffer/symbol-species': [FAIL],
+ 'built-ins/Map/symbol-species': [FAIL],
+ 'built-ins/Promise/symbol-species': [FAIL],
+ 'built-ins/RegExp/symbol-species': [FAIL],
+ 'built-ins/Set/symbol-species': [FAIL],
+ 'built-ins/Symbol/species/basic': [FAIL],
+ 'built-ins/Symbol/species/builtin-getter-name': [FAIL],
+ 'built-ins/Symbol/species/subclassing': [FAIL],
'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL],
'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL],
@@ -184,9 +379,6 @@
# https://code.google.com/p/v8/issues/detail?id=4163
'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL],
- 'built-ins/Map/symbol-species': [FAIL],
- 'built-ins/Set/symbol-species': [FAIL],
-
# https://code.google.com/p/v8/issues/detail?id=3566
'built-ins/Set/set-iterator-close-after-add-failure': [FAIL],
@@ -235,7 +427,6 @@
'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL],
'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL],
- 'built-ins/Promise/symbol-species': [FAIL],
'built-ins/RegExp/15.10.4.1-1': [FAIL],
'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL],
@@ -258,7 +449,7 @@
'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL],
'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL],
'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL],
- 'built-ins/RegExp/symbol-species': [FAIL],
+
'built-ins/String/prototype/S15.5.4_A1': [FAIL],
'built-ins/String/prototype/S15.5.4_A2': [FAIL],
@@ -266,12 +457,8 @@
'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL],
'built-ins/Symbol/auto-boxing-strict': [FAIL],
- 'built-ins/Symbol/species/basic': [FAIL],
- 'built-ins/Symbol/species/builtin-getter-name': [FAIL],
- 'built-ins/Symbol/species/subclassing': [FAIL],
'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
- 'language/class/*': [PASS, ['sloppy', FAIL]],
# The order of adding the name property is wrong
# https://code.google.com/p/v8/issues/detail?id=4199
@@ -279,30 +466,11 @@
'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLOPPY],
'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLOPPY],
- # https://code.google.com/p/v8/issues/detail?id=3305
- 'language/computed-property-names/to-name-side-effects/class': [PASS, FAIL_SLOPPY],
- 'language/computed-property-names/to-name-side-effects/numbers-class': [PASS, FAIL_SLOPPY],
- 'language/computed-property-names/class/accessor/*': [PASS, FAIL_SLOPPY],
- 'language/computed-property-names/class/method/*': [PASS, FAIL_SLOPPY],
- 'language/computed-property-names/class/static/generator-constructor': [PASS, FAIL_SLOPPY],
- 'language/computed-property-names/class/static/generator-prototype': [PASS, FAIL_SLOPPY],
- 'language/computed-property-names/class/static/getter-constructor': [PASS, FAIL_SLOPPY],
- 'language/computed-property-names/class/static/getter-prototype': [PASS, FAIL_SLOPPY],
- 'language/computed-property-names/class/static/method-constructor': [PASS, FAIL_SLOPPY],
- 'language/computed-property-names/class/static/method-prototype': [PASS, FAIL_SLOPPY],
- 'language/computed-property-names/class/static/setter-constructor': [PASS, FAIL_SLOPPY],
- 'language/computed-property-names/class/static/setter-prototype': [PASS, FAIL_SLOPPY],
-
# new.target
# https://code.google.com/p/v8/issues/detail?id=3887
'language/expressions/arrow-function/lexical-new.target': [FAIL],
'language/expressions/arrow-function/lexical-new.target-closure-returned': [FAIL],
- 'language/expressions/arrow-function/lexical-super-call-from-within-constructor':[PASS, ['sloppy', FAIL]],
- 'language/expressions/arrow-function/lexical-super-property': [PASS, ['sloppy', FAIL]],
- 'language/expressions/arrow-function/lexical-super-property-from-within-constructor': [PASS, ['sloppy', FAIL]],
- 'language/expressions/arrow-function/lexical-supercall-from-immediately-invoked-arrow': [PASS, ['sloppy', FAIL]],
-
# Default params
'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1': [FAIL],
'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2': [FAIL],
@@ -333,7 +501,6 @@
'language/expressions/generators/yield-as-generator-expression-binding-identifier': [FAIL],
'language/expressions/object/method-definition/generator-argSuperProperty': [FAIL],
- 'language/expressions/object/method-definition/generator-shadow-parameter-const': [PASS, ['sloppy', FAIL]],
'language/expressions/object/method-definition/yield-as-function-expression-binding-identifier': [FAIL],
'language/expressions/object/prop-def-id-eval-error-2': [FAIL],
@@ -353,28 +520,18 @@
'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL],
- 'language/rest-parameters/with-new-target': [PASS, ['sloppy', FAIL]],
-
- 'language/statements/class/*': [PASS, ['sloppy', FAIL]],
+ # https://code.google.com/p/v8/issues/detail?id=3673
+ 'language/statements/class/definition/basics': [FAIL],
- 'language/statements/continue/labeled-continue': [PASS, ['sloppy', FAIL]],
- 'language/statements/continue/nested-let-bound-for-loops-inner-continue': [PASS, ['sloppy', FAIL]],
- 'language/statements/continue/nested-let-bound-for-loops-labeled-continue': [PASS, ['sloppy', FAIL]],
- 'language/statements/continue/nested-let-bound-for-loops-outer-continue': [PASS, ['sloppy', FAIL]],
- 'language/statements/continue/no-label-continue': [PASS, ['sloppy', FAIL]],
- 'language/statements/continue/shadowing-loop-variable-in-same-scope-as-continue': [PASS, ['sloppy', FAIL]],
- 'language/statements/continue/simple-and-labeled': [PASS, ['sloppy', 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],
- 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [PASS, ['sloppy', FAIL]],
- 'language/statements/for-in/const-fresh-binding-per-iteration-for-in': [PASS, ['sloppy', FAIL]],
- 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [PASS, ['sloppy', FAIL]],
- 'language/statements/for-in/let-fresh-binding-per-iteration-for-in': [PASS, ['sloppy', FAIL]],
- 'language/statements/for-of/const-bound-names-fordecl-tdz-for-of': [PASS, ['sloppy', FAIL]],
- 'language/statements/for-of/const-fresh-binding-per-iteration-for-of': [PASS, ['sloppy', FAIL]],
+ # https://code.google.com/p/v8/issues/detail?id=1543
'language/statements/for-of/iterator-as-proxy': [FAIL],
'language/statements/for-of/iterator-next-result-type': [FAIL],
- 'language/statements/for-of/let-bound-names-fordecl-tdz-for-of': [PASS, ['sloppy', FAIL]],
- 'language/statements/for-of/let-fresh-binding-per-iteration-for-of': [PASS, ['sloppy', FAIL]],
# Destructuring
# https://code.google.com/p/v8/issues/detail?id=811
@@ -392,47 +549,8 @@
'language/statements/for-of/iterator-close-via-return': [FAIL],
'language/statements/for-of/iterator-close-via-throw': [FAIL],
- 'language/statements/for/const-fresh-binding-per-iteration-for': [PASS, ['sloppy', FAIL]],
- 'language/statements/for/let-fresh-binding-per-iteration-for': [PASS, ['sloppy', FAIL]],
-
'language/statements/generators/yield-as-function-expression-binding-identifier': [FAIL],
- 'language/statements/let/syntax/*': [PASS, ['sloppy', FAIL]],
-
- 'language/statements/const/syntax/const-invalid-assignment-next-expression-for': [PASS, 'sloppy', TIMEOUT],
-
- 'language/statements/const/block-local-closure-get-before-initialization': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/block-local-use-before-initialization-in-declaration-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/block-local-use-before-initialization-in-prior-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/function-local-closure-get-before-initialization': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/function-local-use-before-initialization-in-declaration-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/function-local-use-before-initialization-in-prior-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/global-closure-get-before-initialization': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/global-use-before-initialization-in-declaration-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/global-use-before-initialization-in-prior-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed-with-without-initialiser': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed-without-with-initialiser': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/block-scope-syntax-const-declarations-without-initialiser': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/const': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/const-invalid-assignment-statement-body-for-in': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/const-invalid-assignment-statement-body-for-of': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/const-outer-inner-let-bindings': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/with-initializer-do-statement-while-expression': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/with-initializer-for-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/with-initializer-if-expression-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/with-initializer-if-expression-statement-else-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/with-initializer-label-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/with-initializer-while-expression-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/without-initializer-case-expression-statement-list': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/without-initializer-default-statement-list': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/without-initializer-do-statement-while-expression': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/without-initializer-for-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/without-initializer-if-expression-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/without-initializer-if-expression-statement-else-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/without-initializer-label-statement': [PASS, ['sloppy', FAIL]],
- 'language/statements/const/syntax/without-initializer-while-expression-statement': [PASS, ['sloppy', FAIL]],
-
-
# We do not expose Array.prototype.values
'built-ins/Array/prototype/Symbol.iterator': [FAIL],
« no previous file with comments | « no previous file | tools/testrunner/local/statusfile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698