test262/test/language/expressions/assignment
jugglinmike 26676beab5 Add tests for IteratorClose in dstr assignment (#524)
The files in this patch are organized according to the following naming
scheme:

Prefix             | Grammar production
-------------------|-------------------
`array-empty-`     | ArrayAssignmentPattern : [ ]
`array-elision-`   | ArrayAssignmentPattern : [ Elision ]
`array-rest-`      | ArrayAssignmentPattern : [ Elisionopt AssignmentRestElement ]
`array-elem-`      | ArrayAssignmentPattern : [ AssignmentElementList ]
`array-elem-trlg-` | ArrayAssignmentPattern : [ AssignmentElementList , Elisionopt AssignmentRestElementopt ]

Suffix             | Intent
-------------------|-------
`-abpt-close-err`  | The assignment evaluation returns an abrupt completion, and the iterator's `return` method throws an error
`-abpt-close-skip` | The assignment evaluation returns an abrupt completion, but IteratorClose is not invoked
`-abpt-close`      | The assignment evaluation returns an abrupt completion, and IteratorClose is invoked as specified
`-get-err`         | Abrupt completion returned from GetIterator
`-nrml-close-err`  | The assignment evaluation completes, and the iterator's `return` method throws an error
`-nrml-close-null` | The assignment evaluation completes, and the iterator's `return` method returns a non-Object value (there is no corresponding `-abpt-` suffix because the algorithm does not reference the return value in those cases)
`-nrml-close-skip` | The assignment evaluation completes, but IteratorClose is not invoked
`-nrml-close`      | The assignment evaluation completes, and IteratorClose is invoked as specified

Not all suffixes are appropriate for all productions. Suffixes have been
simplified in cases where less specificity is necessary to disambiguate
test cases.
2016-04-18 14:33:21 -04:00
..
destructuring Add tests for IteratorClose in dstr assignment (#524) 2016-04-18 14:33:21 -04:00
8.12.5-3-b_1.js Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
8.12.5-3-b_2.js Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
8.12.5-5-b_1.js Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
8.14.4-8-b_1.js Replace runTestCase with assert helpers [test/language/expressions/] 2015-08-06 18:32:15 +02:00
8.14.4-8-b_2.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-1-1.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-1-2.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-1-3.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-1-4.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-1-6-s.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-1-s.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-2-s.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-3-s.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-4-1.js Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
11.13.1-4-3-s.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-4-6-s.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-4-14-s.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-4-27-s.js Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
11.13.1-4-28-s.js Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
11.13.1-4-28gs.js Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
11.13.1-4-29-s.js Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
11.13.1-4-29gs.js Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
11.13.1-4-30-s.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.13.1-4-31-s.js Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
S8.12.4_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S8.12.5_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S8.12.5_A2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.13.1_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.13.1_A2.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.13.1_A2.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.13.1_A3.1.js Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
S11.13.1_A3.2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.13.1_A4_T1.js Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
S11.13.1_A4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.13.1_A5_T1.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
S11.13.1_A5_T2.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
S11.13.1_A5_T3.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
S11.13.1_A5_T4.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
S11.13.1_A5_T5.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
S11.13.1_A6_T1.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
S11.13.1_A6_T2.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
S11.13.1_A6_T3.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
S11.13.1_A7_T1.js Assignment with left-hand side property accessor 2015-05-18 18:12:25 +02:00
S11.13.1_A7_T2.js Assignment with left-hand side property accessor 2015-05-18 18:12:25 +02:00
S11.13.1_A7_T3.js Assignment with left-hand side property accessor 2015-05-18 18:12:25 +02:00
S11.13.1_A7_T4.js Assignment with left-hand side property accessor 2015-05-18 18:12:25 +02:00
fn-name-arrow.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
fn-name-class.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
fn-name-cover.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
fn-name-fn.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
fn-name-gen.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
fn-name-lhs-cover.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
fn-name-lhs-member.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
non-simple-target.js Make tests more strict 2015-06-29 12:25:01 -04:00