Skip to content
Snippets Groups Projects
Unverified Commit c7a1edb0 authored by Leo Balter's avatar Leo Balter Committed by GitHub
Browse files

Merge pull request #1948 from leobalter/fix-test-gen

Update generated tests
parents 238c88d4 028d76e5
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
...@@ -25,6 +25,6 @@ negative: ...@@ -25,6 +25,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
with (/*{ import }*/) {} with (/*{ import }*/) {}
...@@ -30,6 +30,6 @@ negative: ...@@ -30,6 +30,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
im\u0070ort('./empty_FIXTURE.js'); im\u0070ort('./empty_FIXTURE.js');
...@@ -41,6 +41,6 @@ negative: ...@@ -41,6 +41,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('')++ import('')++
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') -= 1; import('') -= 1;
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') <<= 1; import('') <<= 1;
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') >>= 1; import('') >>= 1;
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') >>>= 1; import('') >>>= 1;
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') &= 1; import('') &= 1;
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') ^= 1; import('') ^= 1;
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') |= 1; import('') |= 1;
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') **= 1; import('') **= 1;
...@@ -41,6 +41,6 @@ negative: ...@@ -41,6 +41,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('')-- import('')--
...@@ -41,6 +41,6 @@ negative: ...@@ -41,6 +41,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
++import('') ++import('')
...@@ -41,6 +41,6 @@ negative: ...@@ -41,6 +41,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
--import('') --import('')
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') = 1; import('') = 1;
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') *= 1; import('') *= 1;
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') /= 1; import('') /= 1;
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') %= 1; import('') %= 1;
...@@ -43,6 +43,6 @@ negative: ...@@ -43,6 +43,6 @@ negative:
features: [dynamic-import] features: [dynamic-import]
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
import('') += 1; import('') += 1;
...@@ -28,7 +28,7 @@ info: | ...@@ -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()) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment