test262/test/language/expressions
jugglinmike 9fccd9852e Improve coverage for UniqueFormalParameters (#2043)
Previously, the early error prohibiting duplicate entries in
UniqueFormalParameters was only tested in terms of async functions. In
one case, this was misattributed to UniqeFormalParameters and only
enforced for strict mode code.

Extend coverage to the other function-creating productions which include
UniqueFormalParameters (i.e. method definitions and non-async arrow
functions), and update the existing tests to more accurately describe
the source of the error.
2019-01-23 14:07:19 -02:00
..
addition
array
arrow-function Improve coverage for UniqueFormalParameters (#2043) 2019-01-23 14:07:19 -02:00
assignment Generate tests 2018-12-21 15:47:01 -05:00
async-arrow-function Improve coverage for UniqueFormalParameters (#2043) 2019-01-23 14:07:19 -02:00
async-function Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
async-generator Generate tests 2018-12-21 15:47:01 -05:00
await Merge pull request #1801 from mathiasbynens/issue-1634 2018-11-13 17:23:09 -05:00
bitwise-and
bitwise-not
bitwise-or
bitwise-xor
call Merge pull request #1801 from mathiasbynens/issue-1634 2018-11-13 17:23:09 -05:00
class Regenerate tests 2019-01-17 21:40:39 +01:00
comma
compound-assignment Rebase, regenerate, and update tests 2018-10-23 13:51:17 +02:00
concatenation
conditional Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
delete Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
division
does-not-equals
dynamic-import Simplify default-property-not-set-own.js test by making it not import itself 2018-11-23 11:58:46 +00:00
equals
exponentiation Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
function Generate tests 2018-12-21 15:47:01 -05:00
generators Generate tests 2018-12-21 15:47:01 -05:00
greater-than
greater-than-or-equal
grouping
import.meta Update tests with DONOTEVALUATE 2018-11-14 09:19:15 -05:00
in
instanceof
left-shift
less-than
less-than-or-equal
logical-and
logical-not
logical-or
modulus
multiplication
new
new.target Merge pull request #1801 from mathiasbynens/issue-1634 2018-11-13 17:23:09 -05:00
object Improve coverage for UniqueFormalParameters (#2043) 2019-01-23 14:07:19 -02:00
postfix-decrement UpdateExpressions: add necessary changes to tests to reflect latest specification. 2018-12-20 12:48:59 -05:00
postfix-increment UpdateExpressions: add necessary changes to tests to reflect latest specification. 2018-12-20 12:48:59 -05:00
prefix-decrement UpdateExpressions: add necessary changes to tests to reflect latest specification. 2018-12-20 12:48:59 -05:00
prefix-increment UpdateExpressions: add necessary changes to tests to reflect latest specification. 2018-12-20 12:48:59 -05:00
property-accessors Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
relational
right-shift
strict-does-not-equals
strict-equals
subtraction
super
tagged-template
template-literal Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
this Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
typeof
unary-minus
unary-plus
unsigned-right-shift
void
yield Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
tco-pos.js