test262/test/language/statements/class/definition
jugglinmike 9fccd9852e Improve coverage for UniqueFormalParameters (#2043)
Previously, the early error prohibiting duplicate entries in
UniqueFormalParameters was only tested in terms of async functions. In
one case, this was misattributed to UniqeFormalParameters and only
enforced for strict mode code.

Extend coverage to the other function-creating productions which include
UniqueFormalParameters (i.e. method definitions and non-async arrow
functions), and update the existing tests to more accurately describe
the source of the error.
2019-01-23 14:07:19 -02:00
..
accessors.js
basics.js
class-method-returns-promise.js Add async-functions feature to more files (#1830) 2018-10-05 10:37:21 -04:00
constructable-but-no-prototype.js
constructor-property.js
constructor-strict-by-default.js
constructor.js
early-errors-class-async-method-duplicate-parameters.js Improve coverage for UniqueFormalParameters (#2043) 2019-01-23 14:07:19 -02:00
early-errors-class-method-NSPL-with-USD.js Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
early-errors-class-method-arguments-in-formal-parameters.js Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
early-errors-class-method-await-in-formals-default.js Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
early-errors-class-method-await-in-formals.js Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
early-errors-class-method-body-contains-super-call.js Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
early-errors-class-method-duplicate-parameters.js Improve coverage for UniqueFormalParameters (#2043) 2019-01-23 14:07:19 -02:00
early-errors-class-method-eval-in-formal-parameters.js Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
early-errors-class-method-formals-body-duplicate.js Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
early-errors-class-method-formals-contains-super-call.js Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
fn-name-accessor-get.js
fn-name-accessor-set.js
fn-name-gen-method.js
fn-name-method.js
fn-name-static-precedence.js
getters-non-configurable-err.js
getters-prop-desc.js
getters-restricted-ids.js
implicit-constructor.js
invalid-extends.js
methods-async-super-call-body.js Add async-functions feature to more files (#1830) 2018-10-05 10:37:21 -04:00
methods-async-super-call-param.js Add async-functions feature to more files (#1830) 2018-10-05 10:37:21 -04:00
methods-gen-no-yield.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-return.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-as-expression-with-rhs.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-as-expression-without-rhs.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-as-function-expression-binding-identifier.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-as-generator-method-binding-identifier.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-as-identifier-in-nested-function.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-as-literal-property-name.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-as-logical-or-expression.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-as-parameter.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-as-property-name.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-as-statement.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-as-yield-operand.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-newline.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-star-after-newline.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-star-before-newline.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-gen-yield-weak-binding.js Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
methods-named-eval-arguments.js
methods-restricted-properties.js
methods.js
numeric-property-names.js
prototype-getter.js
prototype-property.js
prototype-setter.js
prototype-wiring.js
setters-non-configurable-err.js
setters-prop-desc.js
setters-restricted-ids.js
side-effects-in-extends.js
side-effects-in-property-define.js
this-access-restriction-2.js
this-access-restriction.js
this-check-ordering.js