mirror of https://github.com/tc39/test262.git
Update remaining tests to use 'parse' instead of 'early' error phase
This commit is contained in:
parent
0ec5b02ac6
commit
f3911d7ae4
|
@ -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]
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue