..
arrow-returns-promise.js
Add tests for async functions
2016-07-28 15:11:28 -07:00
async-lineterminator-identifier-throws.js
Add info
2017-04-06 17:50:59 -04:00
await-as-binding-identifier-escaped.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
await-as-binding-identifier.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
await-as-identifier-reference-escaped.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
await-as-identifier-reference.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
await-as-label-identifier-escaped.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
await-as-label-identifier.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
await-as-param-ident-nested-arrow-parameter-position.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
await-as-param-nested-arrow-body-position.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
await-as-param-nested-arrow-parameter-position.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
await-as-param-rest-nested-arrow-parameter-position.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
dflt-params-abrupt.js
Add async-functions feature to more files ( #1830 )
2018-10-05 10:37:21 -04:00
dflt-params-arg-val-not-undefined.js
Add async-functions feature to more files ( #1830 )
2018-10-05 10:37:21 -04:00
dflt-params-arg-val-undefined.js
Add async-functions feature to more files ( #1830 )
2018-10-05 10:37:21 -04:00
dflt-params-duplicates.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
dflt-params-ref-later.js
Add async-functions feature to more files ( #1830 )
2018-10-05 10:37:21 -04:00
dflt-params-ref-prior.js
Add async-functions feature to more files ( #1830 )
2018-10-05 10:37:21 -04:00
dflt-params-ref-self.js
Add async-functions feature to more files ( #1830 )
2018-10-05 10:37:21 -04:00
dflt-params-rest.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
dflt-params-trailing-comma.js
Add async-functions feature to more files ( #1830 )
2018-10-05 10:37:21 -04:00
early-errors-arrow-NSPL-with-USD.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
early-errors-arrow-arguments-in-formal-parameters.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
early-errors-arrow-await-in-formals-default.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
early-errors-arrow-await-in-formals.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
early-errors-arrow-body-contains-super-call.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
early-errors-arrow-body-contains-super-property.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
early-errors-arrow-duplicate-parameters.js
Improve coverage for UniqueFormalParameters ( #2043 )
2019-01-23 14:07:19 -02:00
early-errors-arrow-eval-in-formal-parameters.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
early-errors-arrow-formals-body-duplicate.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
early-errors-arrow-formals-contains-super-call.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
early-errors-arrow-formals-contains-super-property.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
early-errors-arrow-formals-lineterminator.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
escaped-async-line-terminator.js
Various test cases for cross-browser compliance bugs
2018-05-03 09:27:27 -07:00
escaped-async.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
params-trailing-comma-multiple.js
Add async-functions feature to more files ( #1830 )
2018-10-05 10:37:21 -04:00
params-trailing-comma-single.js
Add async-functions feature to more files ( #1830 )
2018-10-05 10:37:21 -04:00
rest-params-trailing-comma-early-error.js
Rename to $DONOTEVALUATE per @leobalter's suggestion
2018-10-23 13:51:17 +02:00
try-reject-finally-reject.js
Add tests for try/finally in async functions
2017-02-17 19:29:21 -05:00
try-reject-finally-return.js
Add tests for try/finally in async functions
2017-02-17 19:29:21 -05:00
try-reject-finally-throw.js
Add tests for try/finally in async functions
2017-02-17 19:29:21 -05:00
try-return-finally-reject.js
Add tests for try/finally in async functions
2017-02-17 19:29:21 -05:00
try-return-finally-return.js
Add tests for try/finally in async functions
2017-02-17 19:29:21 -05:00
try-return-finally-throw.js
Add tests for try/finally in async functions
2017-02-17 19:29:21 -05:00
try-throw-finally-reject.js
Add tests for try/finally in async functions
2017-02-17 19:29:21 -05:00
try-throw-finally-return.js
Add tests for try/finally in async functions
2017-02-17 19:29:21 -05:00
try-throw-finally-throw.js
Add tests for try/finally in async functions
2017-02-17 19:29:21 -05:00