test262/test/language/statements
Mike Pennisi 6646d3e94f Re-organize class tests
The `test/language/class/` directory contains a small subset of
Test262's tests for ES2015 classes. The majority of tests for classes
are organized within `test/language/statements/class/`.

- Move the tests that rely on the ClassDeclaration syntactic form from
  `test/language/class/` to `test/language/statements/class/`.
- Move the test that relies on the ClassExpression syntactic form from
  `test/language/class/` to `test/language/expressions/class/`.
2015-07-10 10:36:05 -04:00
..
block Remove $PRINT helper function 2015-06-16 13:43:23 -04:00
break Strict eval variable declarations are lexically scoped, assign expected result value to a previously declared global (issue #35) 2015-04-08 15:54:58 -07:00
class Re-organize class tests 2015-07-10 10:36:05 -04:00
const Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
continue Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
do-while Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
empty Reorganize ./test 2014-12-07 15:33:09 -08:00
expression Strict eval variable declarations are lexically scoped, assign expected result value to a previously declared global (issue #35) 2015-04-08 15:54:58 -07:00
for Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
for-in Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
for-of Create distinct tests for arguments object types 2015-06-18 16:01:49 -04:00
function Update handling of directive prologues 2015-06-18 17:38:34 -04:00
generators Re-organize generator tests 2015-07-09 15:07:19 -04:00
if Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
labeled Add tests for Unicode escape sequences 2015-07-09 18:52:22 -04:00
let Invalid language tests 2015-04-27 16:56:19 +02:00
return Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
switch Reorganize ./test 2014-12-07 15:33:09 -08:00
throw Reorganize ./test 2014-12-07 15:33:09 -08:00
try Update handling of directive prologues 2015-06-18 17:38:34 -04:00
variable Update handling of directive prologues 2015-06-18 17:38:34 -04:00
while Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
with Update handling of directive prologues 2015-06-18 17:38:34 -04:00