test262/test/language/statements/async-function
Mike Pennisi 136110378b Rename negative test "phase" for parsing
Early errors may result from parsing the source text of a test file, but
they may also result from parsing some other source text as referenced
through the ES2015 module syntax. The latter form of early error is not
necessarily detectable by ECMAScript parsers, however. Because of this,
the label "early" is not sufficiently precise for all Test262 consumers
to correctly interpret all tests.

Update the "phase" name of "early" to "parse" for all those negative
tests that describe errors resulting from parsing of the file's source
text directly. A forthcoming commit will update the remaining tests to
use a "phase" name that is more specific to module resolution.
2018-01-05 15:17:50 -05:00
..
await-as-binding-identifier-escaped.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
await-as-binding-identifier.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
await-as-identifier-reference-escaped.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
await-as-identifier-reference.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
await-as-label-identifier-escaped.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
await-as-label-identifier.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
cptn-decl.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
declaration-returns-promise.js Add tests for async functions 2016-07-28 15:11:28 -07:00
dflt-params-abrupt.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-arg-val-not-undefined.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-arg-val-undefined.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-duplicates.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dflt-params-ref-later.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-ref-prior.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-ref-self.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-rest.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dflt-params-trailing-comma.js Generate tests 2017-04-21 15:26:46 -04:00
early-errors-declaration-NSPL-with-USD.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-arguments-in-formal-parameters.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-await-in-formals-default.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-await-in-formals.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-binding-identifier-arguments.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-binding-identifier-eval.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-body-contains-super-call.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-body-contains-super-property.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-duplicate-parameters.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-eval-in-formal-parameters.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-formals-body-duplicate.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-formals-contains-super-call.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
early-errors-declaration-formals-contains-super-property.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
escaped-async.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
evaluation-body-that-returns-after-await.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-body-that-returns.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-body-that-throws-after-await.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-body-that-throws.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-body.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-default-that-throws.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
evaluation-mapped-arguments.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-this-value-global.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-this-value-passed.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-unmapped-arguments.js Add tests for async functions 2016-07-28 15:11:28 -07:00
let-newline-await-in-async-function.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
params-trailing-comma-multiple.js Generate tests 2017-04-21 15:26:46 -04:00
params-trailing-comma-single.js Generate tests 2017-04-21 15:26:46 -04:00
rest-params-trailing-comma-early-error.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
syntax-declaration-line-terminators-allowed.js Add tests for async functions 2016-07-28 15:11:28 -07:00
syntax-declaration-no-line-terminator.js Add tests for async functions 2016-07-28 15:11:28 -07:00
syntax-declaration.js Add tests for async functions 2016-07-28 15:11:28 -07: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