test262/test/language/statements/class/definition
André Bargull ff81dccfc3 Use verifyProperty in language/statements tests 2023-09-13 16:05:40 +02:00
..
accessors.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
basics.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
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 add missing newlines in tests 2019-11-10 20:18:56 -08:00
constructor-property.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
constructor-strict-by-default.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
constructor.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
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-length-static-precedence-order.js Transform compareArray -> assert.compareArray: test/language/**/*.js (#3239) 2021-10-15 20:35:01 -04:00
fn-length-static-precedence.js Split files which test for the property order of functions 2021-08-05 18:23:52 -04:00
fn-name-accessor-get.js Use verifyProperty in language/statements tests 2023-09-13 16:05:40 +02:00
fn-name-accessor-set.js Use verifyProperty in language/statements tests 2023-09-13 16:05:40 +02:00
fn-name-gen-method.js Use verifyProperty in language/statements tests 2023-09-13 16:05:40 +02:00
fn-name-method.js Use verifyProperty in language/statements tests 2023-09-13 16:05:40 +02:00
fn-name-static-precedence-order.js Transform compareArray -> assert.compareArray: test/language/**/*.js (#3239) 2021-10-15 20:35:01 -04:00
fn-name-static-precedence.js Split files which test for the property order of functions 2021-08-05 18:23:52 -04:00
getters-non-configurable-err.js Improve coverage for section 14: Functions and Classes (#717) 2016-07-08 18:43:32 -07:00
getters-prop-desc.js Use verifyProperty in language/statements tests 2023-09-13 16:05:40 +02:00
getters-restricted-ids.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
implicit-constructor.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
invalid-extends.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
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 add missing newlines in tests 2019-11-10 20:18:56 -08:00
methods-restricted-properties.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
numeric-property-names.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
prototype-getter.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
prototype-property.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
prototype-setter.js chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
prototype-wiring.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
setters-non-configurable-err.js Improve coverage for section 14: Functions and Classes (#717) 2016-07-08 18:43:32 -07:00
setters-prop-desc.js Use verifyProperty in language/statements tests 2023-09-13 16:05:40 +02:00
setters-restricted-ids.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
side-effects-in-extends.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
side-effects-in-property-define.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
this-access-restriction-2.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
this-access-restriction.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
this-check-ordering.js add missing newlines in tests 2019-11-10 20:18:56 -08:00