summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Pennisi <mike@mikepennisi.com>2017-12-03 00:06:42 -0500
committerRick Waldron <waldron.rick@gmail.com>2018-01-05 15:17:50 -0500
commit136110378bb62fefb5a9a69080067e6f126f9dae (patch)
tree90b8d7ba0f9f1162b2edd0e74afb87382fc6f195 /src
parent66df349af32c3f293936f7a947ac18bfb1ecda5c (diff)
downloadqtdeclarative-testsuites-136110378bb62fefb5a9a69080067e6f126f9dae.tar.gz
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.
Diffstat (limited to 'src')
-rw-r--r--src/async-functions/await-as-binding-identifier-escaped.case2
-rw-r--r--src/async-functions/await-as-binding-identifier.case2
-rw-r--r--src/async-functions/await-as-identifier-reference-escaped.case2
-rw-r--r--src/async-functions/await-as-identifier-reference.case2
-rw-r--r--src/async-functions/await-as-label-identifier-escaped.case2
-rw-r--r--src/async-functions/await-as-label-identifier.case2
-rw-r--r--src/async-generators/await-as-binding-identifier-escaped.case2
-rw-r--r--src/async-generators/await-as-binding-identifier.case2
-rw-r--r--src/async-generators/await-as-identifier-reference-escaped.case2
-rw-r--r--src/async-generators/await-as-identifier-reference.case2
-rw-r--r--src/async-generators/await-as-label-identifier-escaped.case2
-rw-r--r--src/async-generators/await-as-label-identifier.case2
-rw-r--r--src/async-generators/yield-as-binding-identifier-escaped.case2
-rw-r--r--src/async-generators/yield-as-binding-identifier.case2
-rw-r--r--src/async-generators/yield-as-identifier-reference-escaped.case2
-rw-r--r--src/async-generators/yield-as-identifier-reference.case2
-rw-r--r--src/async-generators/yield-as-label-identifier-escaped.case2
-rw-r--r--src/async-generators/yield-as-label-identifier.case2
-rw-r--r--src/async-generators/yield-identifier-spread-strict.case2
-rw-r--r--src/async-generators/yield-identifier-strict.case2
-rw-r--r--src/class-fields/delete-error/cls-decl-field-delete-covered.template2
-rw-r--r--src/class-fields/delete-error/cls-decl-field-delete-twice-covered.template2
-rw-r--r--src/class-fields/delete-error/cls-decl-field-delete.template2
-rw-r--r--src/class-fields/delete-error/cls-decl-method-delete-covered.template2
-rw-r--r--src/class-fields/delete-error/cls-decl-method-delete-twice-covered.template2
-rw-r--r--src/class-fields/delete-error/cls-decl-method-delete.template2
-rw-r--r--src/class-fields/delete-error/cls-expr-field-delete-covered.template2
-rw-r--r--src/class-fields/delete-error/cls-expr-field-delete-twice-covered.template2
-rw-r--r--src/class-fields/delete-error/cls-expr-field-delete.template2
-rw-r--r--src/class-fields/delete-error/cls-expr-method-delete-covered.template2
-rw-r--r--src/class-fields/delete-error/cls-expr-method-delete-twice-covered.template2
-rw-r--r--src/class-fields/delete-error/cls-expr-method-delete.template2
-rw-r--r--src/class-fields/init-err-contains-arguments.case2
-rw-r--r--src/class-fields/init-err-contains-super.case2
-rw-r--r--src/class-fields/propname-error-static/cls-decl-static-literal-name.template11
-rw-r--r--src/class-fields/propname-error-static/cls-expr-static-literal-name.template11
-rw-r--r--src/class-fields/propname-error/cls-decl-literal-name.template2
-rw-r--r--src/class-fields/propname-error/cls-decl-string-name.template2
-rw-r--r--src/class-fields/propname-error/cls-expr-literal-name.template2
-rw-r--r--src/class-fields/propname-error/cls-expr-string-name.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-function-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-generator-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-class-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-const-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-function-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-generator-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-let-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-function-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-generator-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-class-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-const-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-function-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-generator-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-let-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-var-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-function-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-generator-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/block-attempt-to-redeclare-class-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/block-attempt-to-redeclare-const-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/block-attempt-to-redeclare-function-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/block-attempt-to-redeclare-generator-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/block-attempt-to-redeclare-let-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-function-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-generator-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-class-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-const-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-function-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-generator-declaration.template2
-rw-r--r--src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template2
-rw-r--r--src/declarations/redeclare/block-attempt-to-redeclare-async-function-declaration.template2
-rw-r--r--src/declarations/redeclare/block-attempt-to-redeclare-async-generator-declaration.template2
-rw-r--r--src/declarations/redeclare/block-attempt-to-redeclare-class-declaration.template2
-rw-r--r--src/declarations/redeclare/block-attempt-to-redeclare-const-declaration.template2
-rw-r--r--src/declarations/redeclare/block-attempt-to-redeclare-function-declaration.template2
-rw-r--r--src/declarations/redeclare/block-attempt-to-redeclare-generator-declaration.template2
-rw-r--r--src/declarations/redeclare/block-attempt-to-redeclare-let-declaration.template2
-rw-r--r--src/declarations/redeclare/block-attempt-to-redeclare-var-declaration.template2
-rw-r--r--src/declarations/redeclare/switch-attempt-to-redeclare-async-function-declaration.template2
-rw-r--r--src/declarations/redeclare/switch-attempt-to-redeclare-async-generator-declaration.template2
-rw-r--r--src/declarations/redeclare/switch-attempt-to-redeclare-class-declaration.template2
-rw-r--r--src/declarations/redeclare/switch-attempt-to-redeclare-const-declaration.template2
-rw-r--r--src/declarations/redeclare/switch-attempt-to-redeclare-function-declaration.template2
-rw-r--r--src/declarations/redeclare/switch-attempt-to-redeclare-generator-declaration.template2
-rw-r--r--src/declarations/redeclare/switch-attempt-to-redeclare-let-declaration.template2
-rw-r--r--src/declarations/redeclare/switch-attempt-to-redeclare-var-declaration.template2
-rw-r--r--src/dstr-assignment-for-await/array-elem-init-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment-for-await/array-elem-nested-array-invalid.case2
-rw-r--r--src/dstr-assignment-for-await/array-elem-nested-array-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment-for-await/array-elem-nested-obj-invalid.case2
-rw-r--r--src/dstr-assignment-for-await/array-elem-nested-obj-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment-for-await/array-elem-target-simple-strict.case2
-rw-r--r--src/dstr-assignment-for-await/array-elem-target-yield-invalid.case2
-rw-r--r--src/dstr-assignment/array-elem-init-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/array-elem-nested-array-invalid.case2
-rw-r--r--src/dstr-assignment/array-elem-nested-array-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/array-elem-nested-obj-invalid.case2
-rw-r--r--src/dstr-assignment/array-elem-nested-obj-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/array-elem-target-simple-strict.case2
-rw-r--r--src/dstr-assignment/array-elem-target-yield-invalid.case2
-rw-r--r--src/dstr-assignment/array-rest-before-element.case2
-rw-r--r--src/dstr-assignment/array-rest-before-elision.case2
-rw-r--r--src/dstr-assignment/array-rest-before-rest.case2
-rw-r--r--src/dstr-assignment/array-rest-elision-invalid.case2
-rw-r--r--src/dstr-assignment/array-rest-init.case2
-rw-r--r--src/dstr-assignment/array-rest-nested-array-invalid.case2
-rw-r--r--src/dstr-assignment/array-rest-nested-array-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/array-rest-nested-obj-invalid.case2
-rw-r--r--src/dstr-assignment/array-rest-nested-obj-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/array-rest-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/obj-id-identifier-yield-expr.case2
-rw-r--r--src/dstr-assignment/obj-id-identifier-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/obj-id-init-simple-strict.case2
-rw-r--r--src/dstr-assignment/obj-id-init-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/obj-id-simple-strict.case2
-rw-r--r--src/dstr-assignment/obj-prop-elem-init-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/obj-prop-elem-target-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/obj-prop-nested-array-invalid.case2
-rw-r--r--src/dstr-assignment/obj-prop-nested-array-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/obj-prop-nested-obj-invalid.case2
-rw-r--r--src/dstr-assignment/obj-prop-nested-obj-yield-ident-invalid.case2
-rw-r--r--src/dstr-assignment/obj-rest-not-last-element-invalid.case2
-rw-r--r--src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case2
-rw-r--r--src/dstr-binding-for-await/ary-ptrn-rest-init-id.case2
-rw-r--r--src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case2
-rw-r--r--src/dstr-binding-for-await/ary-ptrn-rest-not-final-ary.case2
-rw-r--r--src/dstr-binding-for-await/ary-ptrn-rest-not-final-id.case2
-rw-r--r--src/dstr-binding-for-await/ary-ptrn-rest-not-final-obj.case2
-rw-r--r--src/dstr-binding/ary-ptrn-rest-init-ary.case2
-rw-r--r--src/dstr-binding/ary-ptrn-rest-init-id.case2
-rw-r--r--src/dstr-binding/ary-ptrn-rest-init-obj.case2
-rw-r--r--src/dstr-binding/ary-ptrn-rest-not-final-ary.case2
-rw-r--r--src/dstr-binding/ary-ptrn-rest-not-final-id.case2
-rw-r--r--src/dstr-binding/ary-ptrn-rest-not-final-obj.case2
-rw-r--r--src/function-forms/dflt-params-duplicates.case2
-rw-r--r--src/function-forms/dflt-params-rest.case2
-rw-r--r--src/function-forms/rest-params-trailing-comma-early-error.case2
-rw-r--r--src/generators/yield-as-binding-identifier-escaped.case2
-rw-r--r--src/generators/yield-as-binding-identifier.case2
-rw-r--r--src/generators/yield-as-identifier-reference-escaped.case2
-rw-r--r--src/generators/yield-as-identifier-reference.case2
-rw-r--r--src/generators/yield-as-label-identifier-escaped.case2
-rw-r--r--src/generators/yield-as-label-identifier.case2
-rw-r--r--src/generators/yield-identifier-spread-strict.case2
-rw-r--r--src/generators/yield-identifier-strict.case2
145 files changed, 159 insertions, 149 deletions
diff --git a/src/async-functions/await-as-binding-identifier-escaped.case b/src/async-functions/await-as-binding-identifier-escaped.case
index b5bf6b9d6..9480a19ae 100644
--- a/src/async-functions/await-as-binding-identifier-escaped.case
+++ b/src/async-functions/await-as-binding-identifier-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-functions/await-as-binding-identifier.case b/src/async-functions/await-as-binding-identifier.case
index 00217b7f8..3b7bee687 100644
--- a/src/async-functions/await-as-binding-identifier.case
+++ b/src/async-functions/await-as-binding-identifier.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-functions/await-as-identifier-reference-escaped.case b/src/async-functions/await-as-identifier-reference-escaped.case
index bcb931f20..27946a55c 100644
--- a/src/async-functions/await-as-identifier-reference-escaped.case
+++ b/src/async-functions/await-as-identifier-reference-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-functions/await-as-identifier-reference.case b/src/async-functions/await-as-identifier-reference.case
index fd9e1a71b..77245a310 100644
--- a/src/async-functions/await-as-identifier-reference.case
+++ b/src/async-functions/await-as-identifier-reference.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-functions/await-as-label-identifier-escaped.case b/src/async-functions/await-as-label-identifier-escaped.case
index 0f2a6bea3..b9044b507 100644
--- a/src/async-functions/await-as-label-identifier-escaped.case
+++ b/src/async-functions/await-as-label-identifier-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-functions/await-as-label-identifier.case b/src/async-functions/await-as-label-identifier.case
index b7ef8214a..652b6068a 100644
--- a/src/async-functions/await-as-label-identifier.case
+++ b/src/async-functions/await-as-label-identifier.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/await-as-binding-identifier-escaped.case b/src/async-generators/await-as-binding-identifier-escaped.case
index b5bf6b9d6..9480a19ae 100644
--- a/src/async-generators/await-as-binding-identifier-escaped.case
+++ b/src/async-generators/await-as-binding-identifier-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/await-as-binding-identifier.case b/src/async-generators/await-as-binding-identifier.case
index 00217b7f8..3b7bee687 100644
--- a/src/async-generators/await-as-binding-identifier.case
+++ b/src/async-generators/await-as-binding-identifier.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/await-as-identifier-reference-escaped.case b/src/async-generators/await-as-identifier-reference-escaped.case
index bcb931f20..27946a55c 100644
--- a/src/async-generators/await-as-identifier-reference-escaped.case
+++ b/src/async-generators/await-as-identifier-reference-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/await-as-identifier-reference.case b/src/async-generators/await-as-identifier-reference.case
index fd9e1a71b..77245a310 100644
--- a/src/async-generators/await-as-identifier-reference.case
+++ b/src/async-generators/await-as-identifier-reference.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/await-as-label-identifier-escaped.case b/src/async-generators/await-as-label-identifier-escaped.case
index 0f2a6bea3..b9044b507 100644
--- a/src/async-generators/await-as-label-identifier-escaped.case
+++ b/src/async-generators/await-as-label-identifier-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/await-as-label-identifier.case b/src/async-generators/await-as-label-identifier.case
index b7ef8214a..652b6068a 100644
--- a/src/async-generators/await-as-label-identifier.case
+++ b/src/async-generators/await-as-label-identifier.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Await] parameter and
StringValue of Identifier is "await".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/yield-as-binding-identifier-escaped.case b/src/async-generators/yield-as-binding-identifier-escaped.case
index 147ca4c7c..f480afadf 100644
--- a/src/async-generators/yield-as-binding-identifier-escaped.case
+++ b/src/async-generators/yield-as-binding-identifier-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/yield-as-binding-identifier.case b/src/async-generators/yield-as-binding-identifier.case
index d8cc3e40b..cfa6eeff8 100644
--- a/src/async-generators/yield-as-binding-identifier.case
+++ b/src/async-generators/yield-as-binding-identifier.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/yield-as-identifier-reference-escaped.case b/src/async-generators/yield-as-identifier-reference-escaped.case
index f7dcf3aa5..25715acaa 100644
--- a/src/async-generators/yield-as-identifier-reference-escaped.case
+++ b/src/async-generators/yield-as-identifier-reference-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/yield-as-identifier-reference.case b/src/async-generators/yield-as-identifier-reference.case
index c3653ed95..db0578099 100644
--- a/src/async-generators/yield-as-identifier-reference.case
+++ b/src/async-generators/yield-as-identifier-reference.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/yield-as-label-identifier-escaped.case b/src/async-generators/yield-as-label-identifier-escaped.case
index a2fcf4146..a688854a7 100644
--- a/src/async-generators/yield-as-label-identifier-escaped.case
+++ b/src/async-generators/yield-as-label-identifier-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/yield-as-label-identifier.case b/src/async-generators/yield-as-label-identifier.case
index ef33cc9cc..0fc69be89 100644
--- a/src/async-generators/yield-as-label-identifier.case
+++ b/src/async-generators/yield-as-label-identifier.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/async-generators/yield-identifier-spread-strict.case b/src/async-generators/yield-identifier-spread-strict.case
index 75042b63f..be6b64529 100644
--- a/src/async-generators/yield-identifier-spread-strict.case
+++ b/src/async-generators/yield-identifier-spread-strict.case
@@ -15,7 +15,7 @@ info: |
features: [object-spread]
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/async-generators/yield-identifier-strict.case b/src/async-generators/yield-identifier-strict.case
index 685af4984..9565ad82c 100644
--- a/src/async-generators/yield-identifier-strict.case
+++ b/src/async-generators/yield-identifier-strict.case
@@ -8,7 +8,7 @@ desc: >
template: default
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/class-fields/delete-error/cls-decl-field-delete-covered.template b/src/class-fields/delete-error/cls-decl-field-delete-covered.template
index a0d256ac3..1935a4e32 100644
--- a/src/class-fields/delete-error/cls-decl-field-delete-covered.template
+++ b/src/class-fields/delete-error/cls-decl-field-delete-covered.template
@@ -16,7 +16,7 @@ info: |
features: [class, class-fields-private, class-fields-public]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/delete-error/cls-decl-field-delete-twice-covered.template b/src/class-fields/delete-error/cls-decl-field-delete-twice-covered.template
index 7c6d808cf..38ae34098 100644
--- a/src/class-fields/delete-error/cls-decl-field-delete-twice-covered.template
+++ b/src/class-fields/delete-error/cls-decl-field-delete-twice-covered.template
@@ -16,7 +16,7 @@ info: |
features: [class, class-fields-private, class-fields-public]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/delete-error/cls-decl-field-delete.template b/src/class-fields/delete-error/cls-decl-field-delete.template
index 0d50f06d4..d19c3886d 100644
--- a/src/class-fields/delete-error/cls-decl-field-delete.template
+++ b/src/class-fields/delete-error/cls-decl-field-delete.template
@@ -14,7 +14,7 @@ info: |
features: [class, class-fields-private, class-fields-public]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/delete-error/cls-decl-method-delete-covered.template b/src/class-fields/delete-error/cls-decl-method-delete-covered.template
index 1c9e08940..b4682c77e 100644
--- a/src/class-fields/delete-error/cls-decl-method-delete-covered.template
+++ b/src/class-fields/delete-error/cls-decl-method-delete-covered.template
@@ -16,7 +16,7 @@ info: |
features: [class, class-fields-private]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/delete-error/cls-decl-method-delete-twice-covered.template b/src/class-fields/delete-error/cls-decl-method-delete-twice-covered.template
index 838d046b9..d3a120aee 100644
--- a/src/class-fields/delete-error/cls-decl-method-delete-twice-covered.template
+++ b/src/class-fields/delete-error/cls-decl-method-delete-twice-covered.template
@@ -16,7 +16,7 @@ info: |
features: [class, class-fields-private]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/delete-error/cls-decl-method-delete.template b/src/class-fields/delete-error/cls-decl-method-delete.template
index 30fabc7ae..593fb9908 100644
--- a/src/class-fields/delete-error/cls-decl-method-delete.template
+++ b/src/class-fields/delete-error/cls-decl-method-delete.template
@@ -14,7 +14,7 @@ info: |
features: [class, class-fields-private]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/delete-error/cls-expr-field-delete-covered.template b/src/class-fields/delete-error/cls-expr-field-delete-covered.template
index e67a113fb..776e068cb 100644
--- a/src/class-fields/delete-error/cls-expr-field-delete-covered.template
+++ b/src/class-fields/delete-error/cls-expr-field-delete-covered.template
@@ -16,7 +16,7 @@ info: |
features: [class, class-fields-private]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/delete-error/cls-expr-field-delete-twice-covered.template b/src/class-fields/delete-error/cls-expr-field-delete-twice-covered.template
index 1373b63ed..2cc225bc9 100644
--- a/src/class-fields/delete-error/cls-expr-field-delete-twice-covered.template
+++ b/src/class-fields/delete-error/cls-expr-field-delete-twice-covered.template
@@ -16,7 +16,7 @@ info: |
features: [class, class-fields-private, class-fields-public]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/delete-error/cls-expr-field-delete.template b/src/class-fields/delete-error/cls-expr-field-delete.template
index 9b9e2982c..5118dbb37 100644
--- a/src/class-fields/delete-error/cls-expr-field-delete.template
+++ b/src/class-fields/delete-error/cls-expr-field-delete.template
@@ -14,7 +14,7 @@ info: |
features: [class, class-fields-private, class-fields-public]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/delete-error/cls-expr-method-delete-covered.template b/src/class-fields/delete-error/cls-expr-method-delete-covered.template
index cc3757715..a06aeb6fa 100644
--- a/src/class-fields/delete-error/cls-expr-method-delete-covered.template
+++ b/src/class-fields/delete-error/cls-expr-method-delete-covered.template
@@ -16,7 +16,7 @@ info: |
features: [class, class-fields-private]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/delete-error/cls-expr-method-delete-twice-covered.template b/src/class-fields/delete-error/cls-expr-method-delete-twice-covered.template
index ad5f46f20..c21926cbe 100644
--- a/src/class-fields/delete-error/cls-expr-method-delete-twice-covered.template
+++ b/src/class-fields/delete-error/cls-expr-method-delete-twice-covered.template
@@ -16,7 +16,7 @@ info: |
features: [class, class-fields-private]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/delete-error/cls-expr-method-delete.template b/src/class-fields/delete-error/cls-expr-method-delete.template
index c6f3b9abc..94c32044d 100644
--- a/src/class-fields/delete-error/cls-expr-method-delete.template
+++ b/src/class-fields/delete-error/cls-expr-method-delete.template
@@ -14,7 +14,7 @@ info: |
features: [class, class-fields-private]
negative:
type: SyntaxError
- phase: early
+ phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/init-err-contains-arguments.case b/src/class-fields/init-err-contains-arguments.case
index d6c2b6d7e..f27326b26 100644
--- a/src/class-fields/init-err-contains-arguments.case
+++ b/src/class-fields/init-err-contains-arguments.case
@@ -20,7 +20,7 @@ info: |
features: [class, class-fields-public]
negative:
type: SyntaxError
- phase: early
+ phase: parse
template: initializer-error
---*/
diff --git a/src/class-fields/init-err-contains-super.case b/src/class-fields/init-err-contains-super.case
index 29a141ef2..78de1c53b 100644
--- a/src/class-fields/init-err-contains-super.case
+++ b/src/class-fields/init-err-contains-super.case
@@ -13,7 +13,7 @@ info: |
features: [class, class-fields-public]
negative:
type: SyntaxError
- phase: early
+ phase: parse
template: initializer-error
---*/
diff --git a/src/class-fields/propname-error-static/cls-decl-static-literal-name.template b/src/class-fields/propname-error-static/cls-decl-static-literal-name.template
index bba9b7d15..e6dbcd3ee 100644
--- a/src/class-fields/propname-error-static/cls-decl-static-literal-name.template
+++ b/src/class-fields/propname-error-static/cls-decl-static-literal-name.template
@@ -2,11 +2,16 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-path: language/statements/class/fields-prop-name-
-name: early error -- static ClassElementName
+esid: sec-class-definitions-static-semantics-early-errors
+path: language/statements/class/fields-literal-name-
+name: early error -- PropName of IdentifierName is forbidden value
negative:
type: SyntaxError
- phase: early
+ phase: parse
+info: |
+ Static Semantics: PropName
+ LiteralPropertyName : IdentifierName
+ Return StringValue of IdentifierName.
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/propname-error-static/cls-expr-static-literal-name.template b/src/class-fields/propname-error-static/cls-expr-static-literal-name.template
index e83ef26a3..a4a020067 100644
--- a/src/class-fields/propname-error-static/cls-expr-static-literal-name.template
+++ b/src/class-fields/propname-error-static/cls-expr-static-literal-name.template
@@ -2,11 +2,16 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-path: language/expressions/class/fields-prop-name-
-name: early error -- static ClassElementName
+esid: sec-class-definitions-static-semantics-early-errors
+path: language/expressions/class/fields-literal-name-
+name: early error -- PropName of IdentifierName is forbidden
negative:
type: SyntaxError
- phase: early
+ phase: parse
+info: |
+ Static Semantics: PropName
+ LiteralPropertyName : IdentifierName
+ Return StringValue of IdentifierName.
---*/
throw "Test262: This statement should not be evaluated.";
diff --git a/src/class-fields/propname-error/cls-decl-literal-name.template b/src/class-fields/propname-error/cls-decl-literal-name.template
index 4428fec10..2d5b35592 100644
--- a/src/class-fields/propname-error/cls-decl-literal-name.template
+++ b/src/class-fields/propname-error/cls-decl-literal-name.template
@@ -7,7 +7,7 @@ path: language/statements/class/fields-literal-name-
name: early error -- PropName of IdentifierName is forbidden value
negative:
type: SyntaxError
- phase: early
+ phase: parse
info: |
Static Semantics: PropName
LiteralPropertyName : IdentifierName
diff --git a/src/class-fields/propname-error/cls-decl-string-name.template b/src/class-fields/propname-error/cls-decl-string-name.template
index 85f116bc1..a18b8dd13 100644
--- a/src/class-fields/propname-error/cls-decl-string-name.template
+++ b/src/class-fields/propname-error/cls-decl-string-name.template
@@ -7,7 +7,7 @@ path: language/statements/class/fields-string-name-
name: early error -- PropName of StringLiteral is forbidden value
negative:
type: SyntaxError
- phase: early
+ phase: parse
info: |
Static Semantics: PropName
...
diff --git a/src/class-fields/propname-error/cls-expr-literal-name.template b/src/class-fields/propname-error/cls-expr-literal-name.template
index 1051b99e3..6ef427ebd 100644
--- a/src/class-fields/propname-error/cls-expr-literal-name.template
+++ b/src/class-fields/propname-error/cls-expr-literal-name.template
@@ -7,7 +7,7 @@ path: language/expressions/class/fields-literal-name-
name: early error -- PropName of IdentifierName is forbidden
negative:
type: SyntaxError
- phase: early
+ phase: parse
info: |
Static Semantics: PropName
LiteralPropertyName : IdentifierName
diff --git a/src/class-fields/propname-error/cls-expr-string-name.template b/src/class-fields/propname-error/cls-expr-string-name.template
index 91da7e5fd..3cb9c2728 100644
--- a/src/class-fields/propname-error/cls-expr-string-name.template
+++ b/src/class-fields/propname-error/cls-expr-string-name.template
@@ -7,7 +7,7 @@ path: language/expressions/class/fields-string-name-
name: early error -- PropName of StringLiteral is forbidden
negative:
type: SyntaxError
- phase: early
+ phase: parse
info: |
Static Semantics: PropName
...
diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-function-declaration.template
index a0e90feb3..6180ab59a 100644
--- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-function-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-functions]
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-generator-declaration.template
index c8a64a2d7..b8484adef 100644
--- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-generator-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-iteration]
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-class-declaration.template
index 140806a66..475e72f98 100644
--- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-class-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-class-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-const-declaration.template
index 5fff047ee..b54ec317c 100644
--- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-const-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-const-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-function-declaration.template
index 32d3b9d74..83126658f 100644
--- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-function-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
flags: [onlyStrict]
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-generator-declaration.template
index 8f740055a..dcddfa84d 100644
--- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-generator-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [generators]
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-let-declaration.template
index 5398a7c12..1f3564dd4 100644
--- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-let-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-let-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration.template
index ea7e46c37..80fa36fef 100644
--- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
StatementList also occurs in the VarDeclaredNames of StatementList.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-function-declaration.template
index f8a67ab1f..56a3344c1 100644
--- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-function-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-functions]
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-generator-declaration.template
index fd49f18ba..9fdc72beb 100644
--- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-generator-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-iteration]
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-class-declaration.template
index ad666954a..8f68b72a1 100644
--- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-class-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-class-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-const-declaration.template
index d167fab3c..aff253d04 100644
--- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-const-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-const-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-function-declaration.template
index 9c2dce3e4..81788f69b 100644
--- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-function-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
flags: [onlyStrict]
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-generator-declaration.template
index 683123be5..560e9a2ce 100644
--- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-generator-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [generators]
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-let-declaration.template
index 291054eba..9abc40fec 100644
--- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-let-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-let-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-var-declaration.template
index 3fbf919f2..d4d01b732 100644
--- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-var-declaration.template
+++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-var-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
CaseBlock also occurs in the VarDeclaredNames of CaseBlock.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-function-declaration.template
index 6629461c8..5fde4fc47 100644
--- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-function-declaration.template
+++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
StatementList also occurs in the VarDeclaredNames of StatementList.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-functions]
---*/
diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-generator-declaration.template
index 9e1b9b02b..c5476baec 100644
--- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-generator-declaration.template
+++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
StatementList also occurs in the VarDeclaredNames of StatementList.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-iteration]
---*/
diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-class-declaration.template
index 1993a5be7..b1bf78daa 100644
--- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-class-declaration.template
+++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-class-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
StatementList also occurs in the VarDeclaredNames of StatementList.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-const-declaration.template
index c8447c0ec..adb359443 100644
--- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-const-declaration.template
+++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-const-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
StatementList also occurs in the VarDeclaredNames of StatementList.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-function-declaration.template
index e95e9c050..f4d4f705d 100644
--- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-function-declaration.template
+++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
StatementList also occurs in the VarDeclaredNames of StatementList.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-generator-declaration.template
index ccf57caee..87f11baa5 100644
--- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-generator-declaration.template
+++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
StatementList also occurs in the VarDeclaredNames of StatementList.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [generators]
---*/
diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-let-declaration.template
index bdfbcdbe1..58d12b08d 100644
--- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-let-declaration.template
+++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-let-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
StatementList also occurs in the VarDeclaredNames of StatementList.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-function-declaration.template
index 324776953..121f94881 100644
--- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-function-declaration.template
+++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
CaseBlock also occurs in the VarDeclaredNames of CaseBlock.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-functions]
---*/
diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-generator-declaration.template
index b67ff4f6b..2a7424bd9 100644
--- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-generator-declaration.template
+++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
CaseBlock also occurs in the VarDeclaredNames of CaseBlock.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-iteration]
---*/
diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-class-declaration.template
index cbc24ee61..79b192aa7 100644
--- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-class-declaration.template
+++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-class-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
CaseBlock also occurs in the VarDeclaredNames of CaseBlock.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-const-declaration.template
index f8a297809..ec5c4d319 100644
--- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-const-declaration.template
+++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-const-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
CaseBlock also occurs in the VarDeclaredNames of CaseBlock.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-function-declaration.template
index 358c216ae..3d4908f54 100644
--- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-function-declaration.template
+++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
CaseBlock also occurs in the VarDeclaredNames of CaseBlock.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-generator-declaration.template
index cf14e0f29..3df8584ce 100644
--- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-generator-declaration.template
+++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
CaseBlock also occurs in the VarDeclaredNames of CaseBlock.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [generators]
---*/
diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template
index 971f916cf..cb7c78938 100644
--- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template
+++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
CaseBlock also occurs in the VarDeclaredNames of CaseBlock.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-async-function-declaration.template
index a0e90feb3..6180ab59a 100644
--- a/src/declarations/redeclare/block-attempt-to-redeclare-async-function-declaration.template
+++ b/src/declarations/redeclare/block-attempt-to-redeclare-async-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-functions]
---*/
diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-async-generator-declaration.template
index c8a64a2d7..b8484adef 100644
--- a/src/declarations/redeclare/block-attempt-to-redeclare-async-generator-declaration.template
+++ b/src/declarations/redeclare/block-attempt-to-redeclare-async-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-iteration]
---*/
diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-class-declaration.template
index 140806a66..475e72f98 100644
--- a/src/declarations/redeclare/block-attempt-to-redeclare-class-declaration.template
+++ b/src/declarations/redeclare/block-attempt-to-redeclare-class-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-const-declaration.template
index 5fff047ee..b54ec317c 100644
--- a/src/declarations/redeclare/block-attempt-to-redeclare-const-declaration.template
+++ b/src/declarations/redeclare/block-attempt-to-redeclare-const-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-function-declaration.template
index b7266f98f..98deef989 100644
--- a/src/declarations/redeclare/block-attempt-to-redeclare-function-declaration.template
+++ b/src/declarations/redeclare/block-attempt-to-redeclare-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-generator-declaration.template
index 8f740055a..dcddfa84d 100644
--- a/src/declarations/redeclare/block-attempt-to-redeclare-generator-declaration.template
+++ b/src/declarations/redeclare/block-attempt-to-redeclare-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [generators]
---*/
diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-let-declaration.template
index 5398a7c12..1f3564dd4 100644
--- a/src/declarations/redeclare/block-attempt-to-redeclare-let-declaration.template
+++ b/src/declarations/redeclare/block-attempt-to-redeclare-let-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of StatementList contains
any duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration.template
index ea7e46c37..80fa36fef 100644
--- a/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration.template
+++ b/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
StatementList also occurs in the VarDeclaredNames of StatementList.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-async-function-declaration.template
index f8a67ab1f..56a3344c1 100644
--- a/src/declarations/redeclare/switch-attempt-to-redeclare-async-function-declaration.template
+++ b/src/declarations/redeclare/switch-attempt-to-redeclare-async-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-functions]
---*/
diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-async-generator-declaration.template
index fd49f18ba..9fdc72beb 100644
--- a/src/declarations/redeclare/switch-attempt-to-redeclare-async-generator-declaration.template
+++ b/src/declarations/redeclare/switch-attempt-to-redeclare-async-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [async-iteration]
---*/
diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-class-declaration.template
index ad666954a..8f68b72a1 100644
--- a/src/declarations/redeclare/switch-attempt-to-redeclare-class-declaration.template
+++ b/src/declarations/redeclare/switch-attempt-to-redeclare-class-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-const-declaration.template
index d167fab3c..aff253d04 100644
--- a/src/declarations/redeclare/switch-attempt-to-redeclare-const-declaration.template
+++ b/src/declarations/redeclare/switch-attempt-to-redeclare-const-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-function-declaration.template
index 6e4c169ab..c0b0aea94 100644
--- a/src/declarations/redeclare/switch-attempt-to-redeclare-function-declaration.template
+++ b/src/declarations/redeclare/switch-attempt-to-redeclare-function-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-generator-declaration.template
index 683123be5..560e9a2ce 100644
--- a/src/declarations/redeclare/switch-attempt-to-redeclare-generator-declaration.template
+++ b/src/declarations/redeclare/switch-attempt-to-redeclare-generator-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [generators]
---*/
diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-let-declaration.template
index 291054eba..9abc40fec 100644
--- a/src/declarations/redeclare/switch-attempt-to-redeclare-let-declaration.template
+++ b/src/declarations/redeclare/switch-attempt-to-redeclare-let-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if the LexicallyDeclaredNames of CaseBlock contains any
duplicate entries.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-var-declaration.template
index 3fbf919f2..d4d01b732 100644
--- a/src/declarations/redeclare/switch-attempt-to-redeclare-var-declaration.template
+++ b/src/declarations/redeclare/switch-attempt-to-redeclare-var-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
CaseBlock also occurs in the VarDeclaredNames of CaseBlock.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment-for-await/array-elem-init-yield-ident-invalid.case b/src/dstr-assignment-for-await/array-elem-init-yield-ident-invalid.case
index d3fdb10f1..0619e17ad 100644
--- a/src/dstr-assignment-for-await/array-elem-init-yield-ident-invalid.case
+++ b/src/dstr-assignment-for-await/array-elem-init-yield-ident-invalid.case
@@ -9,7 +9,7 @@ template: error-async-function-syntax
es6id: 12.14.5.4
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment-for-await/array-elem-nested-array-invalid.case b/src/dstr-assignment-for-await/array-elem-nested-array-invalid.case
index 9b556c2f3..b14a46fe2 100644
--- a/src/dstr-assignment-for-await/array-elem-nested-array-invalid.case
+++ b/src/dstr-assignment-for-await/array-elem-nested-array-invalid.case
@@ -10,7 +10,7 @@ desc: >
template: error-async-function-syntax
es6id: 12.14.5.1
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment-for-await/array-elem-nested-array-yield-ident-invalid.case b/src/dstr-assignment-for-await/array-elem-nested-array-yield-ident-invalid.case
index 28c48f83d..458980268 100644
--- a/src/dstr-assignment-for-await/array-elem-nested-array-yield-ident-invalid.case
+++ b/src/dstr-assignment-for-await/array-elem-nested-array-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: error-async-function-syntax
es6id: 12.14.5.3
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment-for-await/array-elem-nested-obj-invalid.case b/src/dstr-assignment-for-await/array-elem-nested-obj-invalid.case
index bb008d7e3..ecac3f051 100644
--- a/src/dstr-assignment-for-await/array-elem-nested-obj-invalid.case
+++ b/src/dstr-assignment-for-await/array-elem-nested-obj-invalid.case
@@ -10,7 +10,7 @@ desc: >
template: error-async-function-syntax
es6id: 12.14.5.1
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment-for-await/array-elem-nested-obj-yield-ident-invalid.case b/src/dstr-assignment-for-await/array-elem-nested-obj-yield-ident-invalid.case
index a9a80684f..11b7f0649 100644
--- a/src/dstr-assignment-for-await/array-elem-nested-obj-yield-ident-invalid.case
+++ b/src/dstr-assignment-for-await/array-elem-nested-obj-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: error-async-function-syntax
es6id: 12.14.5.3
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment-for-await/array-elem-target-simple-strict.case b/src/dstr-assignment-for-await/array-elem-target-simple-strict.case
index d65263e6a..6c360298a 100644
--- a/src/dstr-assignment-for-await/array-elem-target-simple-strict.case
+++ b/src/dstr-assignment-for-await/array-elem-target-simple-strict.case
@@ -11,7 +11,7 @@ template: error-async-function-syntax
es6id: 12.14.5.1
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment-for-await/array-elem-target-yield-invalid.case b/src/dstr-assignment-for-await/array-elem-target-yield-invalid.case
index 52730c3a1..27db99303 100644
--- a/src/dstr-assignment-for-await/array-elem-target-yield-invalid.case
+++ b/src/dstr-assignment-for-await/array-elem-target-yield-invalid.case
@@ -10,7 +10,7 @@ template: error-async-function-syntax
es6id: 12.14.5.4
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-elem-init-yield-ident-invalid.case b/src/dstr-assignment/array-elem-init-yield-ident-invalid.case
index 507132957..53e116076 100644
--- a/src/dstr-assignment/array-elem-init-yield-ident-invalid.case
+++ b/src/dstr-assignment/array-elem-init-yield-ident-invalid.case
@@ -9,7 +9,7 @@ template: syntax
es6id: 12.14.5.4
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-elem-nested-array-invalid.case b/src/dstr-assignment/array-elem-nested-array-invalid.case
index 65a09d90f..b5ce499ba 100644
--- a/src/dstr-assignment/array-elem-nested-array-invalid.case
+++ b/src/dstr-assignment/array-elem-nested-array-invalid.case
@@ -10,7 +10,7 @@ desc: >
template: syntax
es6id: 12.14.5.1
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-elem-nested-array-yield-ident-invalid.case b/src/dstr-assignment/array-elem-nested-array-yield-ident-invalid.case
index 302ab495f..e902e27cb 100644
--- a/src/dstr-assignment/array-elem-nested-array-yield-ident-invalid.case
+++ b/src/dstr-assignment/array-elem-nested-array-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: syntax
es6id: 12.14.5.3
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-elem-nested-obj-invalid.case b/src/dstr-assignment/array-elem-nested-obj-invalid.case
index 45c1526bf..89f56f274 100644
--- a/src/dstr-assignment/array-elem-nested-obj-invalid.case
+++ b/src/dstr-assignment/array-elem-nested-obj-invalid.case
@@ -10,7 +10,7 @@ desc: >
template: syntax
es6id: 12.14.5.1
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-elem-nested-obj-yield-ident-invalid.case b/src/dstr-assignment/array-elem-nested-obj-yield-ident-invalid.case
index 549af19c4..6ab62cf74 100644
--- a/src/dstr-assignment/array-elem-nested-obj-yield-ident-invalid.case
+++ b/src/dstr-assignment/array-elem-nested-obj-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: syntax
es6id: 12.14.5.3
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-elem-target-simple-strict.case b/src/dstr-assignment/array-elem-target-simple-strict.case
index c76bb36f8..716aad6c8 100644
--- a/src/dstr-assignment/array-elem-target-simple-strict.case
+++ b/src/dstr-assignment/array-elem-target-simple-strict.case
@@ -11,7 +11,7 @@ template: syntax
es6id: 12.14.5.1
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-elem-target-yield-invalid.case b/src/dstr-assignment/array-elem-target-yield-invalid.case
index 7962148db..f36de054b 100644
--- a/src/dstr-assignment/array-elem-target-yield-invalid.case
+++ b/src/dstr-assignment/array-elem-target-yield-invalid.case
@@ -10,7 +10,7 @@ template: syntax
es6id: 12.14.5.4
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-rest-before-element.case b/src/dstr-assignment/array-rest-before-element.case
index 80959d2b2..01316db60 100644
--- a/src/dstr-assignment/array-rest-before-element.case
+++ b/src/dstr-assignment/array-rest-before-element.case
@@ -8,7 +8,7 @@ desc: >
template: syntax
es6id: 12.14.5
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-rest-before-elision.case b/src/dstr-assignment/array-rest-before-elision.case
index a7508bd19..fb730c881 100644
--- a/src/dstr-assignment/array-rest-before-elision.case
+++ b/src/dstr-assignment/array-rest-before-elision.case
@@ -8,7 +8,7 @@ desc: >
template: syntax
es6id: 12.14.5
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-rest-before-rest.case b/src/dstr-assignment/array-rest-before-rest.case
index 1f2da3859..f0a8ff580 100644
--- a/src/dstr-assignment/array-rest-before-rest.case
+++ b/src/dstr-assignment/array-rest-before-rest.case
@@ -8,7 +8,7 @@ desc: >
template: syntax
es6id: 12.14.5
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-rest-elision-invalid.case b/src/dstr-assignment/array-rest-elision-invalid.case
index 8cc5b534e..59469380a 100644
--- a/src/dstr-assignment/array-rest-elision-invalid.case
+++ b/src/dstr-assignment/array-rest-elision-invalid.case
@@ -8,7 +8,7 @@ desc: >
template: syntax
es6id: 12.14.5
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-rest-init.case b/src/dstr-assignment/array-rest-init.case
index ef4a9c99a..57f56d336 100644
--- a/src/dstr-assignment/array-rest-init.case
+++ b/src/dstr-assignment/array-rest-init.case
@@ -7,7 +7,7 @@ desc: >
template: syntax
es6id: 12.14.5
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-rest-nested-array-invalid.case b/src/dstr-assignment/array-rest-nested-array-invalid.case
index 68ef352a7..bf457d755 100644
--- a/src/dstr-assignment/array-rest-nested-array-invalid.case
+++ b/src/dstr-assignment/array-rest-nested-array-invalid.case
@@ -10,7 +10,7 @@ desc: >
template: syntax
es6id: 12.14.5.1
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-rest-nested-array-yield-ident-invalid.case b/src/dstr-assignment/array-rest-nested-array-yield-ident-invalid.case
index 9a05d7695..df5cb5ca5 100644
--- a/src/dstr-assignment/array-rest-nested-array-yield-ident-invalid.case
+++ b/src/dstr-assignment/array-rest-nested-array-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: syntax
es6id: 12.14.5.3
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-rest-nested-obj-invalid.case b/src/dstr-assignment/array-rest-nested-obj-invalid.case
index f306e4e0f..f0bd49ebe 100644
--- a/src/dstr-assignment/array-rest-nested-obj-invalid.case
+++ b/src/dstr-assignment/array-rest-nested-obj-invalid.case
@@ -10,7 +10,7 @@ desc: >
template: syntax
es6id: 12.14.5.1
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-rest-nested-obj-yield-ident-invalid.case b/src/dstr-assignment/array-rest-nested-obj-yield-ident-invalid.case
index 8351f99f7..1736567bd 100644
--- a/src/dstr-assignment/array-rest-nested-obj-yield-ident-invalid.case
+++ b/src/dstr-assignment/array-rest-nested-obj-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: syntax
es6id: 12.14.5.3
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/array-rest-yield-ident-invalid.case b/src/dstr-assignment/array-rest-yield-ident-invalid.case
index e47a8ab22..7ea0aaa60 100644
--- a/src/dstr-assignment/array-rest-yield-ident-invalid.case
+++ b/src/dstr-assignment/array-rest-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: syntax
es6id: 12.14.5
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-id-identifier-yield-expr.case b/src/dstr-assignment/obj-id-identifier-yield-expr.case
index c070ab49f..02fd3cdd2 100644
--- a/src/dstr-assignment/obj-id-identifier-yield-expr.case
+++ b/src/dstr-assignment/obj-id-identifier-yield-expr.case
@@ -10,7 +10,7 @@ es6id: 12.14.5
flags: [noStrict]
features: [generators]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-id-identifier-yield-ident-invalid.case b/src/dstr-assignment/obj-id-identifier-yield-ident-invalid.case
index c0c05007b..e54da4032 100644
--- a/src/dstr-assignment/obj-id-identifier-yield-ident-invalid.case
+++ b/src/dstr-assignment/obj-id-identifier-yield-ident-invalid.case
@@ -9,7 +9,7 @@ template: syntax
es6id: 12.14.5
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-id-init-simple-strict.case b/src/dstr-assignment/obj-id-init-simple-strict.case
index 29759d148..74b3c067a 100644
--- a/src/dstr-assignment/obj-id-init-simple-strict.case
+++ b/src/dstr-assignment/obj-id-init-simple-strict.case
@@ -9,7 +9,7 @@ template: syntax
es6id: 12.14.5.1
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-id-init-yield-ident-invalid.case b/src/dstr-assignment/obj-id-init-yield-ident-invalid.case
index ad4e779c3..a50529aaf 100644
--- a/src/dstr-assignment/obj-id-init-yield-ident-invalid.case
+++ b/src/dstr-assignment/obj-id-init-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: syntax
es6id: 12.14.5
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-id-simple-strict.case b/src/dstr-assignment/obj-id-simple-strict.case
index 11d516fec..3585102e8 100644
--- a/src/dstr-assignment/obj-id-simple-strict.case
+++ b/src/dstr-assignment/obj-id-simple-strict.case
@@ -9,7 +9,7 @@ template: syntax
es6id: 12.14.5.1
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-prop-elem-init-yield-ident-invalid.case b/src/dstr-assignment/obj-prop-elem-init-yield-ident-invalid.case
index 8f5194be7..8890f9c6c 100644
--- a/src/dstr-assignment/obj-prop-elem-init-yield-ident-invalid.case
+++ b/src/dstr-assignment/obj-prop-elem-init-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: syntax
es6id: 12.14.5.4
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-prop-elem-target-yield-ident-invalid.case b/src/dstr-assignment/obj-prop-elem-target-yield-ident-invalid.case
index 4a2b52230..0594f13b6 100644
--- a/src/dstr-assignment/obj-prop-elem-target-yield-ident-invalid.case
+++ b/src/dstr-assignment/obj-prop-elem-target-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: syntax
es6id: 12.14.5.4
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-prop-nested-array-invalid.case b/src/dstr-assignment/obj-prop-nested-array-invalid.case
index 0357aee51..8a305198d 100644
--- a/src/dstr-assignment/obj-prop-nested-array-invalid.case
+++ b/src/dstr-assignment/obj-prop-nested-array-invalid.case
@@ -10,7 +10,7 @@ desc: >
template: syntax
es6id: 12.14.5.1
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-prop-nested-array-yield-ident-invalid.case b/src/dstr-assignment/obj-prop-nested-array-yield-ident-invalid.case
index b70af5351..52c693757 100644
--- a/src/dstr-assignment/obj-prop-nested-array-yield-ident-invalid.case
+++ b/src/dstr-assignment/obj-prop-nested-array-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: syntax
es6id: 12.14.5.4
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-prop-nested-obj-invalid.case b/src/dstr-assignment/obj-prop-nested-obj-invalid.case
index aa48b84e7..b425ad0d4 100644
--- a/src/dstr-assignment/obj-prop-nested-obj-invalid.case
+++ b/src/dstr-assignment/obj-prop-nested-obj-invalid.case
@@ -11,7 +11,7 @@ desc: >
template: syntax
es6id: 12.14.5.1
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-prop-nested-obj-yield-ident-invalid.case b/src/dstr-assignment/obj-prop-nested-obj-yield-ident-invalid.case
index 13b411c3f..ec095567e 100644
--- a/src/dstr-assignment/obj-prop-nested-obj-yield-ident-invalid.case
+++ b/src/dstr-assignment/obj-prop-nested-obj-yield-ident-invalid.case
@@ -10,7 +10,7 @@ template: syntax
es6id: 12.14.5.4
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/dstr-assignment/obj-rest-not-last-element-invalid.case b/src/dstr-assignment/obj-rest-not-last-element-invalid.case
index 83ec1dfd8..a38b18f5f 100644
--- a/src/dstr-assignment/obj-rest-not-last-element-invalid.case
+++ b/src/dstr-assignment/obj-rest-not-last-element-invalid.case
@@ -8,7 +8,7 @@ desc: >
template: syntax
esid: pending
negative:
- phase: early
+ phase: parse
type: SyntaxError
features: [object-rest]
---*/
diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case b/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case
index f4d19eca7..2f2b25c6e 100644
--- a/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case
+++ b/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case
@@ -4,7 +4,7 @@
template: default
desc: Reset element (nested array pattern) does not support initializer
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case b/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case
index 518a5b320..aca68a903 100644
--- a/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case
+++ b/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case
@@ -4,7 +4,7 @@
template: default
desc: Reset element (identifier) does not support initializer
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case b/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case
index 0dbe74cd2..6a9eb1e8f 100644
--- a/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case
+++ b/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case
@@ -4,7 +4,7 @@
template: default
desc: Reset element (nested object pattern) does not support initializer
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-not-final-ary.case b/src/dstr-binding-for-await/ary-ptrn-rest-not-final-ary.case
index 8b3f55115..67f981d06 100644
--- a/src/dstr-binding-for-await/ary-ptrn-rest-not-final-ary.case
+++ b/src/dstr-binding-for-await/ary-ptrn-rest-not-final-ary.case
@@ -4,7 +4,7 @@
template: default
desc: Rest element (array binding pattern) may not be followed by any element
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-not-final-id.case b/src/dstr-binding-for-await/ary-ptrn-rest-not-final-id.case
index 026e7a4a8..83a95d9e7 100644
--- a/src/dstr-binding-for-await/ary-ptrn-rest-not-final-id.case
+++ b/src/dstr-binding-for-await/ary-ptrn-rest-not-final-id.case
@@ -4,7 +4,7 @@
template: default
desc: Rest element (identifier) may not be followed by any element
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-not-final-obj.case b/src/dstr-binding-for-await/ary-ptrn-rest-not-final-obj.case
index 630e67a07..af8ca5d85 100644
--- a/src/dstr-binding-for-await/ary-ptrn-rest-not-final-obj.case
+++ b/src/dstr-binding-for-await/ary-ptrn-rest-not-final-obj.case
@@ -4,7 +4,7 @@
template: default
desc: Rest element (object binding pattern) may not be followed by any element
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/dstr-binding/ary-ptrn-rest-init-ary.case b/src/dstr-binding/ary-ptrn-rest-init-ary.case
index f2d11f41b..57f8d9ed6 100644
--- a/src/dstr-binding/ary-ptrn-rest-init-ary.case
+++ b/src/dstr-binding/ary-ptrn-rest-init-ary.case
@@ -4,7 +4,7 @@
template: default
desc: Reset element (nested array pattern) does not support initializer
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/dstr-binding/ary-ptrn-rest-init-id.case b/src/dstr-binding/ary-ptrn-rest-init-id.case
index d3e5e3fa7..7116a5932 100644
--- a/src/dstr-binding/ary-ptrn-rest-init-id.case
+++ b/src/dstr-binding/ary-ptrn-rest-init-id.case
@@ -4,7 +4,7 @@
template: default
desc: Reset element (identifier) does not support initializer
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/dstr-binding/ary-ptrn-rest-init-obj.case b/src/dstr-binding/ary-ptrn-rest-init-obj.case
index 9a05a4bdd..5a5f9cba2 100644
--- a/src/dstr-binding/ary-ptrn-rest-init-obj.case
+++ b/src/dstr-binding/ary-ptrn-rest-init-obj.case
@@ -4,7 +4,7 @@
template: default
desc: Reset element (nested object pattern) does not support initializer
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/dstr-binding/ary-ptrn-rest-not-final-ary.case b/src/dstr-binding/ary-ptrn-rest-not-final-ary.case
index ad081d2b6..567040a08 100644
--- a/src/dstr-binding/ary-ptrn-rest-not-final-ary.case
+++ b/src/dstr-binding/ary-ptrn-rest-not-final-ary.case
@@ -4,7 +4,7 @@
template: default
desc: Rest element (array binding pattern) may not be followed by any element
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/dstr-binding/ary-ptrn-rest-not-final-id.case b/src/dstr-binding/ary-ptrn-rest-not-final-id.case
index 6a8b4fd86..2c31367dc 100644
--- a/src/dstr-binding/ary-ptrn-rest-not-final-id.case
+++ b/src/dstr-binding/ary-ptrn-rest-not-final-id.case
@@ -4,7 +4,7 @@
template: default
desc: Rest element (identifier) may not be followed by any element
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/dstr-binding/ary-ptrn-rest-not-final-obj.case b/src/dstr-binding/ary-ptrn-rest-not-final-obj.case
index 89650fa49..6fc12538f 100644
--- a/src/dstr-binding/ary-ptrn-rest-not-final-obj.case
+++ b/src/dstr-binding/ary-ptrn-rest-not-final-obj.case
@@ -4,7 +4,7 @@
template: default
desc: Rest element (object binding pattern) may not be followed by any element
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: >
13.3.3 Destructuring Binding Patterns
diff --git a/src/function-forms/dflt-params-duplicates.case b/src/function-forms/dflt-params-duplicates.case
index 35a49a20a..ad5dbf58a 100644
--- a/src/function-forms/dflt-params-duplicates.case
+++ b/src/function-forms/dflt-params-duplicates.case
@@ -6,7 +6,7 @@ desc: >
elements.
template: syntax
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: |
14.1.2 Static Semantics: Early Errors
diff --git a/src/function-forms/dflt-params-rest.case b/src/function-forms/dflt-params-rest.case
index 6b591bc1f..46096a65f 100644
--- a/src/function-forms/dflt-params-rest.case
+++ b/src/function-forms/dflt-params-rest.case
@@ -22,7 +22,7 @@ info: |
...BindingPattern[?Yield]
features: [default-parameters]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/function-forms/rest-params-trailing-comma-early-error.case b/src/function-forms/rest-params-trailing-comma-early-error.case
index ab2ad22c3..6f285b52d 100644
--- a/src/function-forms/rest-params-trailing-comma-early-error.case
+++ b/src/function-forms/rest-params-trailing-comma-early-error.case
@@ -5,7 +5,7 @@
desc: It's a syntax error if a FunctionRestParameter is followed by a trailing comma
template: syntax
negative:
- phase: early
+ phase: parse
type: SyntaxError
info: |
Trailing comma in the parameters list
diff --git a/src/generators/yield-as-binding-identifier-escaped.case b/src/generators/yield-as-binding-identifier-escaped.case
index 147ca4c7c..f480afadf 100644
--- a/src/generators/yield-as-binding-identifier-escaped.case
+++ b/src/generators/yield-as-binding-identifier-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/generators/yield-as-binding-identifier.case b/src/generators/yield-as-binding-identifier.case
index d8cc3e40b..cfa6eeff8 100644
--- a/src/generators/yield-as-binding-identifier.case
+++ b/src/generators/yield-as-binding-identifier.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/generators/yield-as-identifier-reference-escaped.case b/src/generators/yield-as-identifier-reference-escaped.case
index f7dcf3aa5..25715acaa 100644
--- a/src/generators/yield-as-identifier-reference-escaped.case
+++ b/src/generators/yield-as-identifier-reference-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/generators/yield-as-identifier-reference.case b/src/generators/yield-as-identifier-reference.case
index c3653ed95..db0578099 100644
--- a/src/generators/yield-as-identifier-reference.case
+++ b/src/generators/yield-as-identifier-reference.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/generators/yield-as-label-identifier-escaped.case b/src/generators/yield-as-label-identifier-escaped.case
index a2fcf4146..a688854a7 100644
--- a/src/generators/yield-as-label-identifier-escaped.case
+++ b/src/generators/yield-as-label-identifier-escaped.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/generators/yield-as-label-identifier.case b/src/generators/yield-as-label-identifier.case
index ef33cc9cc..0fc69be89 100644
--- a/src/generators/yield-as-label-identifier.case
+++ b/src/generators/yield-as-label-identifier.case
@@ -12,7 +12,7 @@ info: |
It is a Syntax Error if this production has a [Yield] parameter and
StringValue of Identifier is "yield".
negative:
- phase: early
+ phase: parse
type: SyntaxError
template: syntax
---*/
diff --git a/src/generators/yield-identifier-spread-strict.case b/src/generators/yield-identifier-spread-strict.case
index 75042b63f..be6b64529 100644
--- a/src/generators/yield-identifier-spread-strict.case
+++ b/src/generators/yield-identifier-spread-strict.case
@@ -15,7 +15,7 @@ info: |
features: [object-spread]
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/
diff --git a/src/generators/yield-identifier-strict.case b/src/generators/yield-identifier-strict.case
index 685af4984..9565ad82c 100644
--- a/src/generators/yield-identifier-strict.case
+++ b/src/generators/yield-identifier-strict.case
@@ -8,7 +8,7 @@ desc: >
template: default
flags: [onlyStrict]
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/