test262/test/language/statements/class/definition
André Bargull 6c8698acac Update test to not rely on throwing a Test262Error
Only this test relied on $ERROR throwing a catchable Test262Error.

This change allows test environments to provide their on $ERROR function for better error reporting.
2017-11-01 07:54:04 -07:00
..
accessors.js
basics.js
class-method-returns-promise.js Add tests for async functions 2016-07-28 15:11:28 -07:00
constructable-but-no-prototype.js
constructor-property.js
constructor-strict-by-default.js
constructor.js
early-errors-class-method-NSPL-with-USD.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-class-method-arguments-in-formal-parameters.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-class-method-await-in-formals-default.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-class-method-await-in-formals.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-class-method-body-contains-super-call.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-class-method-duplicate-parameters.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-class-method-eval-in-formal-parameters.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-class-method-formals-body-duplicate.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-class-method-formals-contains-super-call.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -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 Update test to not rely on throwing a Test262Error 2017-11-01 07:54:04 -07: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
invalid-extends.js
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
methods-gen-return.js
methods-gen-yield-as-expression-with-rhs.js
methods-gen-yield-as-expression-without-rhs.js
methods-gen-yield-as-function-expression-binding-identifier.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
methods-gen-yield-as-generator-method-binding-identifier.js
methods-gen-yield-as-identifier-in-nested-function.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
methods-gen-yield-as-literal-property-name.js
methods-gen-yield-as-logical-or-expression.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
methods-gen-yield-as-parameter.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
methods-gen-yield-as-property-name.js
methods-gen-yield-as-statement.js
methods-gen-yield-as-yield-operand.js
methods-gen-yield-newline.js
methods-gen-yield-star-after-newline.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
methods-gen-yield-star-before-newline.js
methods-gen-yield-weak-binding.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04: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 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
side-effects-in-property-define.js
this-access-restriction-2.js
this-access-restriction.js
this-check-ordering.js