Generate tests

This commit is contained in:
Leo Balter 2018-11-14 09:37:26 -05:00
parent 8b597d4550
commit 028d76e551
5 changed files with 5 additions and 5 deletions

View File

@ -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()) {}

View File

@ -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('')) {}

View File

@ -36,6 +36,6 @@ info: |
... AssignmentExpression ... AssignmentExpression
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
with (import(...[''])) {} with (import(...[''])) {}

View File

@ -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('', '')) {}

View File

@ -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('',)) {}