Skip to content
Snippets Groups Projects
Commit f3911d7a authored by André Bargull's avatar André Bargull Committed by Rick Waldron
Browse files

Update remaining tests to use 'parse' instead of 'early' error phase

parent 0ec5b02a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ description: >
Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears as
the LeftHandSideExpression (PrimaryExpression) of simple assignment(=).
negative:
phase: early
phase: parse
type: SyntaxError
flags: [onlyStrict]
---*/
......
......@@ -6,7 +6,7 @@ description: >
Strict Mode - SyntaxError is thrown if the identifier 'eval' appears as the
LeftHandSideExpression (PrimaryExpression) of simple assignment(=).
negative:
phase: early
phase: parse
type: SyntaxError
flags: [onlyStrict]
---*/
......
......@@ -12,7 +12,7 @@ description: >
negative:
type: SyntaxError
phase: early
phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -8,7 +8,7 @@ info: |
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative:
type: SyntaxError
phase: early
phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -8,7 +8,7 @@ info: |
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative:
type: SyntaxError
phase: early
phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -8,7 +8,7 @@ info: |
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative:
type: SyntaxError
phase: early
phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -8,7 +8,7 @@ info: |
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative:
type: SyntaxError
phase: early
phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -6,7 +6,7 @@ description: >
Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears
as the LeftHandSideExpression of simple assignment(=) under strict mode
negative:
phase: early
phase: parse
type: SyntaxError
flags: [onlyStrict]
---*/
......
......@@ -6,7 +6,7 @@ description: >
Strict Mode - SyntaxError is thrown if the identifier 'eval' appears as the
LeftHandSideExpression of simple assignment(=) under strict mode
negative:
phase: early
phase: parse
type: SyntaxError
flags: [onlyStrict]
---*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment