test262/test/language/expressions
Caio Lima 432adbb61e Adding case where 'static' is used as a field name 2020-03-28 16:47:44 -04:00
..
addition add missing newlines in tests 2019-11-10 20:18:56 -08:00
array Regenerate tests 2019-08-05 10:54:37 -04:00
arrow-function Generate tests 2020-01-08 09:30:47 -08:00
assignment Remove incorrect optional chaining tests. (#2411) 2019-11-01 14:05:31 -04:00
async-arrow-function Generate tests 2020-01-08 09:30:47 -08:00
async-function Generate tests 2020-01-08 09:30:47 -08:00
async-generator Generate tests 2020-01-08 09:30:47 -08:00
await Test update for letting all early errors be SyntaxErrors 2019-06-12 14:09:03 -04:00
bitwise-and add missing newlines in tests 2019-11-10 20:18:56 -08:00
bitwise-not add missing newlines in tests 2019-11-10 20:18:56 -08:00
bitwise-or add missing newlines in tests 2019-11-10 20:18:56 -08:00
bitwise-xor add missing newlines in tests 2019-11-10 20:18:56 -08:00
call Add missing features for tests using cross-realm (#2328) 2019-09-04 16:27:20 -03:00
class Adding case where 'static' is used as a field name 2020-03-28 16:47:44 -04:00
coalesce Fix failure phase in coalesce tests (#2415) 2019-11-11 14:38:26 -05:00
comma
compound-assignment Remove duplicate tests (#2377) 2019-09-27 16:31:44 -04:00
concatenation
conditional Add tests for Nullish Coalesce Expression 2019-10-09 21:52:52 -04:00
delete fix delete test, add error tests, fix lint (#2453) 2019-12-21 16:57:41 -05:00
division add missing newlines in tests 2019-11-10 20:18:56 -08:00
does-not-equals add missing newlines in tests 2019-11-10 20:18:56 -08:00
dynamic-import Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
equals add missing newlines in tests 2019-11-10 20:18:56 -08:00
exponentiation add missing newlines in tests 2019-11-10 20:18:56 -08:00
function Generate tests 2020-01-08 09:30:47 -08:00
generators Generate tests 2020-01-08 09:30:47 -08:00
greater-than add missing newlines in tests 2019-11-10 20:18:56 -08:00
greater-than-or-equal add missing newlines in tests 2019-11-10 20:18:56 -08:00
grouping
import.meta Test update for letting all early errors be SyntaxErrors 2019-06-12 14:09:03 -04:00
in
instanceof
left-shift add missing newlines in tests 2019-11-10 20:18:56 -08:00
less-than add missing newlines in tests 2019-11-10 20:18:56 -08:00
less-than-or-equal add missing newlines in tests 2019-11-10 20:18:56 -08:00
logical-and
logical-not
logical-or
modulus add missing newlines in tests 2019-11-10 20:18:56 -08:00
multiplication add missing newlines in tests 2019-11-10 20:18:56 -08:00
new Add coverage for EvaluateNew 2020-03-18 09:42:26 -04:00
new.target Add unary operators with NewTarget test (#2199) 2019-06-24 16:45:13 -04:00
object update tests to follow review 2020-02-20 12:16:43 -05:00
optional-chaining Add missing `?` in unit test (#2477) 2020-01-24 14:22:34 -05:00
postfix-decrement Test update for letting all early errors be SyntaxErrors 2019-06-12 14:09:03 -04:00
postfix-increment Improve coverage 2019-09-27 15:39:10 -04:00
prefix-decrement Test update for letting all early errors be SyntaxErrors 2019-06-12 14:09:03 -04:00
prefix-increment Test update for letting all early errors be SyntaxErrors 2019-06-12 14:09:03 -04:00
property-accessors Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
relational
right-shift add missing newlines in tests 2019-11-10 20:18:56 -08:00
strict-does-not-equals add missing newlines in tests 2019-11-10 20:18:56 -08:00
strict-equals add missing newlines in tests 2019-11-10 20:18:56 -08:00
subtraction add missing newlines in tests 2019-11-10 20:18:56 -08:00
super Update call-proto-not-ctor.js 2020-02-20 12:37:03 -05:00
tagged-template Remove other leading empty lines in info blocks 2019-02-25 16:14:22 -05:00
template-literal Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
this Improve coverage 2019-09-27 15:39:10 -04:00
typeof add test for typeof proxy (#2438) 2019-12-02 10:42:08 -05:00
unary-minus add missing newlines in tests 2019-11-10 20:18:56 -08:00
unary-plus add missing newlines in tests 2019-11-10 20:18:56 -08:00
unsigned-right-shift add missing newlines in tests 2019-11-10 20:18:56 -08:00
void
yield Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
tco-pos.js