summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2018-01-05 15:19:50 -0500
committerRick Waldron <waldron.rick@gmail.com>2018-01-05 15:19:50 -0500
commite9a187100a964c742dde5e8af96c4e8b69eb93ec (patch)
treee5688fb3b8fe9968fce1d0d00887b621019bf607 /src
parentfad683d14bf118c7ab5896fcf9613163c11095ba (diff)
downloadqtdeclarative-testsuites-e9a187100a964c742dde5e8af96c4e8b69eb93ec.tar.gz
Remove irrelevant info from src/class-fields/propname-error-static/cls-decl-static-* frontmatter
Diffstat (limited to 'src')
-rw-r--r--src/class-fields/propname-error-static/cls-decl-static-field-initializer.template2
-rw-r--r--src/class-fields/propname-error-static/cls-decl-static-literal-name.template4
-rw-r--r--src/class-fields/propname-error-static/cls-expr-static-field-initializer.template2
-rw-r--r--src/class-fields/propname-error-static/cls-expr-static-literal-name.template4
4 files changed, 2 insertions, 10 deletions
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 f51bd6b3f..a4e42a5c2 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 e6dbcd3ee..bc7b6a7e0 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 c59ae1a64..94e6c53f2 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 a4a020067..873519d58 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.";