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

This commit is contained in:
André Bargull 2018-01-17 10:39:15 -08:00 committed by Rick Waldron
parent 0ec5b02ac6
commit f3911d7ae4
9 changed files with 9 additions and 9 deletions

View File

@ -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]
---*/

View File

@ -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]
---*/

View File

@ -12,7 +12,7 @@ description: >
negative:
type: SyntaxError
phase: early
phase: parse
---*/
throw "Test262: This statement should not be evaluated.";

View File

@ -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.";

View File

@ -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.";

View File

@ -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.";

View File

@ -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.";

View File

@ -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]
---*/

View File

@ -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]
---*/