test262/test/language/expressions
Leo Balter e2903e2648
Merge pull request #2366 from bocoup/unnecessary-includes
Remove unnecessary "includes" directives
2019-09-27 16:46:22 -04:00
..
addition
array Regenerate tests 2019-08-05 10:54:37 -04:00
arrow-function Assign "name" property to all anonymous functions (#2299) 2019-08-15 10:58:40 -04:00
assignment Avoid usage of Object.keys when asserting order of returned values (#2320) 2019-09-04 11:38:18 -03:00
async-arrow-function Assign "name" property to all anonymous functions (#2299) 2019-08-15 10:58:40 -04:00
async-function Assign "name" property to all anonymous functions (#2299) 2019-08-15 10:58:40 -04:00
async-generator Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
await Test update for letting all early errors be SyntaxErrors 2019-06-12 14:09:03 -04:00
bitwise-and
bitwise-not
bitwise-or
bitwise-xor
call Add missing features for tests using cross-realm (#2328) 2019-09-04 16:27:20 -03:00
class Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
comma
compound-assignment Remove duplicate tests (#2377) 2019-09-27 16:31:44 -04:00
concatenation
conditional
delete Correct errors in metadata (#2378) 2019-09-27 16:32:52 -04:00
division Add cases for division after a Block 2019-07-19 13:57:16 -04:00
does-not-equals
dynamic-import Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
equals
exponentiation
function Assign "name" property to all anonymous functions (#2299) 2019-08-15 10:58:40 -04:00
generators Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
greater-than
greater-than-or-equal
grouping
import.meta Test update for letting all early errors be SyntaxErrors 2019-06-12 14:09:03 -04:00
in
instanceof
left-shift
less-than
less-than-or-equal
logical-and
logical-not
logical-or
modulus Add cases for division after a Block 2019-07-19 13:57:16 -04:00
multiplication Add cases for division after a Block 2019-07-19 13:57:16 -04:00
new Regenerate tests 2019-08-05 10:54:37 -04:00
new.target Add unary operators with NewTarget test (#2199) 2019-06-24 16:45:13 -04:00
object Merge pull request #2366 from bocoup/unnecessary-includes 2019-09-27 16:46:22 -04:00
optional-chaining test: adding async optional chaining tests (#2337) 2019-09-18 13:33:29 -03: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
relational
right-shift
strict-does-not-equals
strict-equals
subtraction fix typo (#2082) 2019-02-25 11:21:04 -05:00
super Regenerate tests 2019-08-05 10:54:37 -04:00
tagged-template Remove other leading empty lines in info blocks 2019-02-25 16:14:22 -05:00
template-literal
this Improve coverage 2019-09-27 15:39:10 -04:00
typeof
unary-minus
unary-plus
unsigned-right-shift
void
yield
tco-pos.js