test262/test/language/statements/class/definition
André Bargull 490b2dc461 Remove manual tests for 'yield' in generators 2017-05-02 12:09:32 -07: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 tests for async functions 2016-07-28 15:11:28 -07:00
constructable-but-no-prototype.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
constructor-property.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
constructor-strict-by-default.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
constructor.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
early-errors-class-method-NSPL-with-USD.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-arguments-in-formal-parameters.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-await-in-formals-default.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-await-in-formals.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-body-contains-super-call.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-duplicate-parameters.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-eval-in-formal-parameters.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-formals-body-duplicate.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-formals-contains-super-call.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
fn-name-accessor-get.js Correct typo in copyright information 2017-04-18 12:23:22 -04:00
fn-name-accessor-set.js Correct typo in copyright information 2017-04-18 12:23:22 -04:00
fn-name-gen-method.js Correct typo in copyright information 2017-04-18 12:23:22 -04:00
fn-name-method.js Correct typo in copyright information 2017-04-18 12:23:22 -04:00
fn-name-static-precedence.js Correct typo in copyright information 2017-04-18 12:23:22 -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 Improve coverage for section 14: Functions and Classes (#717) 2016-07-08 18:43:32 -07:00
getters-restricted-ids.js Improve coverage for section 14: Functions and Classes (#717) 2016-07-08 18:43:32 -07:00
implicit-constructor.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
invalid-extends.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
methods-async-super-call-body.js Add tests for async functions 2016-07-28 15:11:28 -07:00
methods-async-super-call-param.js Add tests for async functions 2016-07-28 15:11:28 -07:00
methods-gen-no-yield.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods-gen-return.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods-gen-yield-as-expression-with-rhs.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods-gen-yield-as-expression-without-rhs.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods-gen-yield-as-function-expression-binding-identifier.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-as-generator-method-binding-identifier.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods-gen-yield-as-identifier-in-nested-function.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-as-literal-property-name.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods-gen-yield-as-logical-or-expression.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-as-parameter.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-as-property-name.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods-gen-yield-as-statement.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods-gen-yield-as-yield-operand.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods-gen-yield-newline.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods-gen-yield-star-after-newline.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-star-before-newline.js Re-organize class tests 2015-07-10 10:36:05 -04:00
methods-gen-yield-weak-binding.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-named-eval-arguments.js 14.5 Class Definitions 2015-05-02 14:06:57 -04: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 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
prototype-property.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
prototype-setter.js 14.5 Class Definitions 2015-05-02 14:06:57 -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 Improve coverage for section 14: Functions and Classes (#717) 2016-07-08 18:43:32 -07:00
setters-restricted-ids.js Improve coverage for section 14: Functions and Classes (#717) 2016-07-08 18:43:32 -07:00
side-effects-in-extends.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
side-effects-in-property-define.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
this-access-restriction-2.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
this-access-restriction.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
this-check-ordering.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00