test262/test/language/statements/class
André Bargull 64b6b844eb Remove invalid template file
The template file violated the conventions from "src/class-elements/conventions.md".

Specifically there must be a global `C` variable, but default exports don't
create a global variable binding. There is no easy way to refer to the current
module and by that retrieve the default export, therefore the template was
removed.
2019-07-22 02:12:23 -07:00
..
accessor-name-inst Generate tests 2018-12-21 15:47:01 -05:00
accessor-name-static Generate tests 2018-12-21 15:47:01 -05:00
arguments
async-gen-method Generate tests 2019-07-10 20:20:16 -04:00
async-gen-method-static Generate tests 2019-07-10 20:20:16 -04:00
async-method Generate tests 2019-07-10 20:20:16 -04:00
async-method-static Generate tests 2019-07-10 20:20:16 -04:00
definition Improve coverage for UniqueFormalParameters (#2043) 2019-01-23 14:07:19 -02:00
dstr Generate tests 2018-12-21 15:47:01 -05:00
elements Remove invalid template file 2019-07-22 02:12:23 -07:00
gen-method Generate tests 2019-07-10 20:20:16 -04:00
gen-method-static Generate tests 2019-07-10 20:20:16 -04:00
method Generate tests 2019-07-10 20:20:16 -04:00
method-static Generate tests 2019-07-10 20:20:16 -04:00
name-binding
strict-mode
subclass
super
syntax Generate tests 2018-12-21 15:47:01 -05:00
accessor-name-inst-computed-yield-expr.js
accessor-name-static-computed-yield-expr.js
async-gen-meth-escaped-async.js
async-meth-escaped-async.js
class-name-ident-await-escaped-module.js
class-name-ident-await-escaped.js
class-name-ident-await-module.js
class-name-ident-await.js
class-name-ident-let-escaped.js
class-name-ident-let.js
class-name-ident-static-escaped.js
class-name-ident-static.js
class-name-ident-yield-escaped.js
class-name-ident-yield.js
classelementname-abrupt-completion.js
constructor-inferred-observable-iteration.js
cptn-decl.js
gen-method-length-dflt.js
gen-method-param-dflt-yield.js
getter-param-dflt.js
method-length-dflt.js
method-param-yield.js
name.js
params-dflt-gen-meth-args-unmapped.js
params-dflt-gen-meth-ref-arguments.js
params-dflt-gen-meth-static-args-unmapped.js
params-dflt-gen-meth-static-ref-arguments.js
params-dflt-meth-args-unmapped.js
params-dflt-meth-ref-arguments.js
params-dflt-meth-static-args-unmapped.js
params-dflt-meth-static-ref-arguments.js
poisoned-underscore-proto.js Add poisoned __proto__ tests (#2203) 2019-06-19 16:38:30 -04:00
restricted-properties.js
scope-gen-meth-paramsbody-var-close.js
scope-gen-meth-paramsbody-var-open.js Fix typo (disinct -> distinct) 2018-11-10 10:50:21 +01:00
scope-meth-paramsbody-var-close.js
scope-meth-paramsbody-var-open.js Fix typo (disinct -> distinct) 2018-11-10 10:50:21 +01:00
scope-name-lex-close.js
scope-name-lex-open-heritage.js
scope-name-lex-open-no-heritage.js
scope-setter-paramsbody-var-close.js
scope-setter-paramsbody-var-open.js Fix typo (disinct -> distinct) 2018-11-10 10:50:21 +01:00
scope-static-gen-meth-paramsbody-var-close.js
scope-static-gen-meth-paramsbody-var-open.js Fix typo (disinct -> distinct) 2018-11-10 10:50:21 +01:00
scope-static-meth-paramsbody-var-close.js
scope-static-meth-paramsbody-var-open.js Fix typo (disinct -> distinct) 2018-11-10 10:50:21 +01:00
scope-static-setter-paramsbody-var-close.js
scope-static-setter-paramsbody-var-open.js Fix typo (disinct -> distinct) 2018-11-10 10:50:21 +01:00
setter-length-dflt.js
static-classelementname-abrupt-completion.js
static-gen-method-param-dflt-yield.js
static-method-gen-non-configurable-err.js
static-method-length-dflt.js
static-method-non-configurable-err.js Remove wrong feature tag (#1932) 2018-11-07 16:05:20 -05:00
static-method-param-yield.js