test262/test/annexB
André Bargull e31ae1ad9f Invalid language tests
- in-statement-position-label-statement.js is an Annex-B test (B.3.2 Labelled Function Declarations), moved to annexB directory
- identifier-let-allowed-as-lefthandside-expression-strict.js needs to check for a SyntaxError (ES6, 12.1.1)
- Remove sort() calls in test/built-ins/Object/getOwnPropertyNames/*.js
- Remove sort() calls in test/language/block-scope/syntax/for-in/acquire-properties-from-*.js
- verifyConfigurable() needs to called last in test/built-ins/Object/is/length.js
- All productions within ClassBody are implicitly strict, update test/language/class/method-definition/yield-as-*.js accordingly
- Remove unnecessary noStrict flag in test/language/class/method-definition/yield-as-generator-method-binding-identifier.js
- Check own symbols are returned in property creation order from Object.getOwnPropertySymbols():
  - test/language/computed-property-names/basics/symbol.js
  - test/language/computed-property-names/class/method/symbol.js
  - test/language/computed-property-names/class/static/method-symbol.js
  - test/language/computed-property-names/object/method/symbol.js
- Fix copy-paste error in test/language/expressions/object/method-definition/yield-as-function-expression-binding-identifier.js
2015-04-27 16:56:19 +02:00
..
templates remove non-printable characters from tests 2015-04-18 20:34:08 -04:00
B.2.1.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
B.2.1.propertyCheck.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
B.2.2.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
B.2.2.propertyCheck.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
B.2.3.2.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.3.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.4.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.5.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.6.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.7.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.8.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.9.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.10.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.11.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.12.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.13.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.14.js Import tests from Google V8 2015-02-20 14:33:47 -05:00
B.2.3.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
B.2.4.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
B.2.4.propertyCheck.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
B.2.5.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
B.2.5.propertyCheck.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
B.2.6.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
B.2.6.propertyCheck.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
B.RegExp.prototype.compile.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
labelled-function-declaration.js Invalid language tests 2015-04-27 16:56:19 +02:00