test262/test/language/expressions
Robin Templeton 34e7102b78 bigint comparison tests (#1513)
* relational comparison of bigint and string values

* additional tests for strings converted to NaN
2018-04-18 15:33:00 -04:00
..
addition remove unnecessary method syntax 2018-01-25 14:00:43 -05:00
array
arrow-function Fix typo intialize(r) -> initialize(r) 2018-02-12 10:05:52 -05:00
assignment Update remaining tests to use 'parse' instead of 'early' error phase 2018-01-25 13:59:37 -05:00
async-arrow-function Fix typo intialize(r) -> initialize(r) 2018-02-12 10:05:52 -05:00
async-function Fix typo intialize(r) -> initialize(r) 2018-02-12 10:05:52 -05:00
async-generator async-iteration: move existing throw/return tests to AsyncGeneratorPrototype dir 2018-02-22 13:34:08 -05:00
await Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
bitwise-and remove unnecessary method syntax 2018-01-25 14:00:43 -05:00
bitwise-not
bitwise-or remove unnecessary method syntax 2018-01-25 14:00:43 -05:00
bitwise-xor remove unnecessary method syntax 2018-01-25 14:00:43 -05:00
call Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00
class Add test for double super for proposal-class-fields#92 2018-04-09 12:02:22 -07:00
comma Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00
compound-assignment Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
concatenation
conditional Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00
delete Rename sec-delete-operator test, mark non-obvious syntax 2018-01-17 12:47:44 -05:00
division remove unnecessary method syntax 2018-01-25 14:00:43 -05:00
does-not-equals
equals
exponentiation Add tests for the behavior of INT32_MIN (-2147483648) as exponent with the exponentiation operator and with Math.pow (which shares the same core algorithm in the spec, but might be differently implemented in actual implementations). (#1445) 2018-02-14 17:02:39 -05:00
function Fix typo intialize(r) -> initialize(r) 2018-02-12 10:05:52 -05:00
generators Fix typo intialize(r) -> initialize(r) 2018-02-12 10:05:52 -05:00
greater-than bigint comparison tests (#1513) 2018-04-18 15:33:00 -04:00
greater-than-or-equal bigint comparison tests (#1513) 2018-04-18 15:33:00 -04:00
grouping
in
instanceof
left-shift remove unnecessary method syntax 2018-01-25 14:00:43 -05:00
less-than bigint comparison tests (#1513) 2018-04-18 15:33:00 -04:00
less-than-or-equal bigint comparison tests (#1513) 2018-04-18 15:33:00 -04:00
logical-and Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00
logical-not
logical-or Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00
modulus remove unnecessary method syntax 2018-01-25 14:00:43 -05:00
multiplication remove unnecessary method syntax 2018-01-25 14:00:43 -05:00
new
new.target Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
object Fix typo intialize(r) -> initialize(r) 2018-02-12 10:05:52 -05:00
postfix-decrement Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
postfix-increment Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
prefix-decrement Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
prefix-increment Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
property-accessors Update remaining tests to use 'parse' instead of 'early' error phase 2018-01-25 13:59:37 -05:00
relational
right-shift remove unnecessary method syntax 2018-01-25 14:00:43 -05:00
strict-does-not-equals
strict-equals
subtraction remove unnecessary method syntax 2018-01-25 14:00:43 -05:00
super
tagged-template Add test for eval-in-function template tags (#1457) 2018-02-27 17:46:44 -05:00
template-literal numeric literal seperators: test change in CodePoint production (#1464) 2018-02-28 13:58:22 -05:00
this Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
typeof
unary-minus
unary-plus
unsigned-right-shift remove unnecessary method syntax 2018-01-25 14:00:43 -05:00
void
yield Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
tco-pos.js Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00