test262/test/language/expressions/prefix-decrement
jugglinmike 42ed4291f5 Refactor increment/decrement tests for parsers (#1786)
The tests for the parsing of postfix increment, postfix decrement,
prefix increment, and prefix decrement were expressed using `eval`.
This made the tests more complex than necessary and also prevented the
tests from providing value to ECMAScript parsers.

Remove the use of `eval` and instead express the expectations with
literal source text.
2018-09-24 12:29:30 -04:00
..
11.4.5-2-2gs.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
11.4.5-2-3-s.js Replace runTestCase with assert helpers [test/language/expressions] 2015-08-13 17:34:17 +02:00
S11.4.5_A2.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A2.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A2.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A3_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A3_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A3_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A3_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A4_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A4_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A4_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A4_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.4.5_A5_T1.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.4.5_A5_T2.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.4.5_A5_T3.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.4.5_A5_T4.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.4.5_A5_T5.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.4.5_A6_T1.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.4.5_A6_T2.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
S11.4.5_A6_T3.js Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
arguments.js Refactor increment/decrement tests for parsers (#1786) 2018-09-24 12:29:30 -04:00
bigint.js Increment/decrement tests for references to BigInt values (#1261) 2017-10-04 11:55:24 -04:00
eval.js Refactor increment/decrement tests for parsers (#1786) 2018-09-24 12:29:30 -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 Add feature flags for `new.target` 2018-07-24 20:31:35 +01:00
target-cover-yieldexpr.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
target-newtarget.js Add feature flags for `new.target` 2018-07-24 20:31:35 +01:00
whitespace.js Refactor increment/decrement tests for parsers (#1786) 2018-09-24 12:29:30 -04:00