test262/test/language/expressions/postfix-decrement
Mike Pennisi 136110378b Rename negative test "phase" for parsing
Early errors may result from parsing the source text of a test file, but
they may also result from parsing some other source text as referenced
through the ES2015 module syntax. The latter form of early error is not
necessarily detectable by ECMAScript parsers, however. Because of this,
the label "early" is not sufficiently precise for all Test262 consumers
to correctly interpret all tests.

Update the "phase" name of "early" to "parse" for all those negative
tests that describe errors resulting from parsing of the file's source
text directly. A forthcoming commit will update the remaining tests to
use a "phase" name that is more specific to module resolution.
2018-01-05 15:17:50 -05:00
..
11.3.2-2-1-s.js Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
11.3.2-2-2-s.js Replace runTestCase with assert.throws [test/language/expressions] 2015-08-11 17:42:41 +02:00
11.3.2-2-3-s.js Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
S11.3.2_A1.1_T1.js Test runtime errors with assertion utility method 2016-10-18 14:36:14 -04:00
S11.3.2_A1.1_T2.js Test runtime errors with assertion utility method 2016-10-18 14:36:14 -04:00
S11.3.2_A1.1_T3.js Test runtime errors with assertion utility method 2016-10-18 14:36:14 -04:00
S11.3.2_A1.1_T4.js Test runtime errors with assertion utility method 2016-10-18 14:36:14 -04:00
S11.3.2_A1.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A2.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A2.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A2.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A3_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A3_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A3_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A3_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A4_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A4_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A4_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A4_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.3.2_A5_T1.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.3.2_A5_T2.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.3.2_A5_T3.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.3.2_A5_T4.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.3.2_A5_T5.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.3.2_A6_T1.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.3.2_A6_T2.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.3.2_A6_T3.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
bigint.js Increment/decrement tests for references to BigInt values (#1261) 2017-10-04 11:55:24 -04:00
non-simple.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
target-cover-id.js Add tests for assignment target validation of new ES2015 forms (#693) 2016-07-05 15:20:56 -07:00
target-cover-newtarget.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
target-cover-yieldexpr.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
target-newtarget.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00