mirror of https://github.com/tc39/test262.git
Generate tests
This commit is contained in:
parent
8b597d4550
commit
028d76e551
|
@ -28,7 +28,7 @@ info: |
|
||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
with (import()) {}
|
with (import()) {}
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,6 @@ info: |
|
||||||
import( AssignmentExpression[+In, ?Yield] )
|
import( AssignmentExpression[+In, ?Yield] )
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
with (new import('')) {}
|
with (new import('')) {}
|
||||||
|
|
|
@ -36,6 +36,6 @@ info: |
|
||||||
... AssignmentExpression
|
... AssignmentExpression
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
with (import(...[''])) {}
|
with (import(...[''])) {}
|
||||||
|
|
|
@ -32,6 +32,6 @@ info: |
|
||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
with (import('', '')) {}
|
with (import('', '')) {}
|
||||||
|
|
|
@ -32,6 +32,6 @@ info: |
|
||||||
- ImportCall must not be extended.
|
- ImportCall must not be extended.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
with (import('',)) {}
|
with (import('',)) {}
|
||||||
|
|
Loading…
Reference in New Issue