test262/test/language/expressions
Caio Lima 442c3539a3 Added generated tests 2019-02-06 17:18:13 -02:00
..
addition BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
array Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
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 BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
bitwise-not BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
bitwise-or BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
bitwise-xor BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
call Merge pull request #1801 from mathiasbynens/issue-1634 2018-11-13 17:23:09 -05:00
class Added generated tests 2019-02-06 17:18:13 -02:00
comma Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00
compound-assignment Rebase, regenerate, and update tests 2018-10-23 13:51:17 +02:00
concatenation Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
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 BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
does-not-equals BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
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 BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
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 Adding prefixed string to compare with BigInt 2018-05-20 20:24:13 -03:00
greater-than-or-equal BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
grouping Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
import.meta Update tests with DONOTEVALUATE 2018-11-14 09:19:15 -05:00
in Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
instanceof Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
left-shift BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
less-than Adding prefixed string to compare with BigInt 2018-05-20 20:24:13 -03:00
less-than-or-equal BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
logical-and Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00
logical-not Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
logical-or Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00
modulus BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
multiplication BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
new Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
new.target Merge pull request #1801 from mathiasbynens/issue-1634 2018-11-13 17:23:09 -05:00
object Add test for ({* identifier}) (#2060) 2019-02-04 12:03:14 -07:00
postfix-decrement Global 'arguments' binding is not present in all runtime environments 2019-01-30 06:53:46 -08:00
postfix-increment Global 'arguments' binding is not present in all runtime environments 2019-01-30 06:53:46 -08:00
prefix-decrement Global 'arguments' binding is not present in all runtime environments 2019-01-30 06:53:46 -08:00
prefix-increment Global 'arguments' binding is not present in all runtime environments 2019-01-30 06:53:46 -08:00
property-accessors Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
relational Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
right-shift BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
strict-does-not-equals BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
strict-equals BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
subtraction BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
super Features: run feature detector to verify newly added feature flags 2018-07-25 12:16:49 -04:00
tagged-template TemplateMap: split TemplateMap cache test into own file 2018-06-07 23:12:16 -04:00
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 Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
unary-minus BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
unary-plus BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
unsigned-right-shift BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
void Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
yield Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
tco-pos.js Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00