test262/test/language/expressions/await
Mike Pennisi a6834093aa Improve coverage by invoking functions as intended
Some tests which include function declarations designed to verify
behavior do not reference those functions. Insert the references
necessary for those functions to serve their intended purpose.
2021-10-05 16:22:56 -04:00
..
async-await-interleaved.js Add missing includes for await tests (#1874) 2018-10-18 12:02:25 -04:00
async-generator-interleaved.js add async-iteration flag (#1942) 2018-11-08 15:32:40 -05:00
await-BindingIdentifier-in-global.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-BindingIdentifier-nested.js Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
await-awaits-thenable-not-callable.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-awaits-thenables-that-throw.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-awaits-thenables.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-in-function.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-in-generator.js Add missing generators flags 2017-10-26 19:04:57 -04:00
await-in-global.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-in-nested-function.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-in-nested-generator.js Add missing generators flags 2017-10-26 19:04:57 -04:00
await-monkey-patched-promise.js Add missing includes for await tests (#1874) 2018-10-18 12:02:25 -04:00
await-non-promise-thenable.js Add missing includes for await tests (#1874) 2018-10-18 12:02:25 -04:00
await-non-promise.js Add missing includes for await tests (#1874) 2018-10-18 12:02:25 -04:00
await-throws-rejections.js Improve coverage by invoking functions as intended 2021-10-05 16:22:56 -04:00
early-errors-await-not-simple-assignment-target.js Test update for letting all early errors be SyntaxErrors 2019-06-12 14:09:03 -04:00
for-await-of-interleaved.js Fix some generators feature flags (#1933) 2018-11-07 17:51:23 -05:00
no-operand.js Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
syntax-await-has-UnaryExpression-with-MultiplicativeExpression.js Add tests for async functions 2016-07-28 15:11:28 -07:00
syntax-await-has-UnaryExpression.js Add tests for async functions 2016-07-28 15:11:28 -07:00