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
|
Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears as
|
||||||
the LeftHandSideExpression (PrimaryExpression) of simple assignment(=).
|
the LeftHandSideExpression (PrimaryExpression) of simple assignment(=).
|
||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -6,7 +6,7 @@ description: >
|
||||||
Strict Mode - SyntaxError is thrown if the identifier 'eval' appears as the
|
Strict Mode - SyntaxError is thrown if the identifier 'eval' appears as the
|
||||||
LeftHandSideExpression (PrimaryExpression) of simple assignment(=).
|
LeftHandSideExpression (PrimaryExpression) of simple assignment(=).
|
||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -12,7 +12,7 @@ description: >
|
||||||
|
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
phase: early
|
phase: parse
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
|
|
@ -8,7 +8,7 @@ info: |
|
||||||
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
|
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
phase: early
|
phase: parse
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
|
|
@ -8,7 +8,7 @@ info: |
|
||||||
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
|
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
phase: early
|
phase: parse
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
|
|
@ -8,7 +8,7 @@ info: |
|
||||||
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
|
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
phase: early
|
phase: parse
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
|
|
@ -8,7 +8,7 @@ info: |
|
||||||
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
|
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
phase: early
|
phase: parse
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
|
|
@ -6,7 +6,7 @@ description: >
|
||||||
Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears
|
Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears
|
||||||
as the LeftHandSideExpression of simple assignment(=) under strict mode
|
as the LeftHandSideExpression of simple assignment(=) under strict mode
|
||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -6,7 +6,7 @@ description: >
|
||||||
Strict Mode - SyntaxError is thrown if the identifier 'eval' appears as the
|
Strict Mode - SyntaxError is thrown if the identifier 'eval' appears as the
|
||||||
LeftHandSideExpression of simple assignment(=) under strict mode
|
LeftHandSideExpression of simple assignment(=) under strict mode
|
||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [onlyStrict]
|
flags: [onlyStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
Loading…
Reference in New Issue