diff --git a/src/class-fields/propname-error-static/cls-decl-static-field-initializer.template b/src/class-fields/propname-error-static/cls-decl-static-field-initializer.template
index f51bd6b3fa6786bd9756cdb644c37cf249db75cc..a4e42a5c2ae586a5877bce87aa27a5cebed00bcc 100644
--- a/src/class-fields/propname-error-static/cls-decl-static-field-initializer.template
+++ b/src/class-fields/propname-error-static/cls-decl-static-field-initializer.template
@@ -6,7 +6,7 @@ path: language/statements/class/fields-initializer-
 name: early error -- static ClassElementName Initializer
 negative:
   type: SyntaxError
-  phase: early
+  phase: parse
 ---*/
 
 throw "Test262: This statement should not be evaluated.";
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 e6dbcd3ee7623737abd76cd50c7fe3d05cddc9db..bc7b6a7e0357ed114e673c61c6097b52679782f1 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
@@ -8,10 +8,6 @@ name: early error -- PropName of IdentifierName is forbidden value
 negative:
   type: SyntaxError
   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-field-initializer.template b/src/class-fields/propname-error-static/cls-expr-static-field-initializer.template
index c59ae1a643a8faada0ed93a9c5f5efb6ecaf4331..94e6c53f2147233a7996b3c4fc633c81fdb34a0c 100644
--- a/src/class-fields/propname-error-static/cls-expr-static-field-initializer.template
+++ b/src/class-fields/propname-error-static/cls-expr-static-field-initializer.template
@@ -6,7 +6,7 @@ path: language/expressions/class/fields-initializer-
 name: early error -- static ClassElementName Initializer
 negative:
   type: SyntaxError
-  phase: early
+  phase: parse
 ---*/
 
 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 a4a020067c6aed24813b2a31acc2a6555109066a..873519d580ca6b7097c84d62905cb1c9dd8c9b2a 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
@@ -8,10 +8,6 @@ name: early error -- PropName of IdentifierName is forbidden
 negative:
   type: SyntaxError
   phase: parse
-info: |
-  Static Semantics: PropName
-  LiteralPropertyName : IdentifierName
-    Return StringValue of IdentifierName.
 ---*/
 
 throw "Test262: This statement should not be evaluated.";