test262/test/language/expressions
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
..
addition
array
arrow-function
assignment
async-arrow-function
async-function
async-generator
await
bitwise-and
bitwise-not
bitwise-or
bitwise-xor
call
class Generate tests 2018-09-18 14:16:20 -04:00
comma
compound-assignment
concatenation
conditional
delete
division
does-not-equals
equals
exponentiation
function
generators
greater-than
greater-than-or-equal
grouping
in
instanceof
left-shift
less-than
less-than-or-equal
logical-and
logical-not
logical-or
modulus
multiplication
new
new.target
object Generate tests 2018-09-04 17:10:51 -04:00
postfix-decrement Refactor increment/decrement tests for parsers (#1786) 2018-09-24 12:29:30 -04:00
postfix-increment Refactor increment/decrement tests for parsers (#1786) 2018-09-24 12:29:30 -04:00
prefix-decrement Refactor increment/decrement tests for parsers (#1786) 2018-09-24 12:29:30 -04:00
prefix-increment Refactor increment/decrement tests for parsers (#1786) 2018-09-24 12:29:30 -04:00
property-accessors
relational
right-shift
strict-does-not-equals
strict-equals
subtraction
super
tagged-template
template-literal
this
typeof
unary-minus
unary-plus
unsigned-right-shift
void
yield
tco-pos.js