Rebase, regenerate, and update tests

This commit is contained in:
Mathias Bynens 2018-10-19 11:09:40 +02:00
parent c59f671bda
commit 8869799c6d
105 changed files with 104 additions and 104 deletions

View File

@ -24,6 +24,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
let f = () => /*{ import }*/; let f = () => /*{ import }*/;

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
let f = () => { let f = () => {
/*{ import }*/; /*{ import }*/;

View File

@ -23,7 +23,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
(async () => { (async () => {
await /*{ import }*/ await /*{ import }*/

View File

@ -23,6 +23,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
(async () => await /*{ import }*/) (async () => await /*{ import }*/)

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
await /*{ import }*/; await /*{ import }*/;

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
return await /*{ import }*/; return await /*{ import }*/;

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
/*{ import }*/; /*{ import }*/;

View File

@ -23,7 +23,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function * f() { async function * f() {
await /*{ import }*/ await /*{ import }*/

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
label: { label: {
/*{ import }*/; /*{ import }*/;

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
{ {
/*{ import }*/; /*{ import }*/;

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
do { do {
/*{ import }*/; /*{ import }*/;

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (false) { if (false) {

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (false) { if (false) {

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
function fn() { function fn() {
return /*{ import }*/; return /*{ import }*/;

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
function fn() { function fn() {
/*{ import }*/; /*{ import }*/;

View File

@ -24,6 +24,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (true) /*{ import }*/; if (true) /*{ import }*/;

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (true) { if (true) {
/*{ import }*/; /*{ import }*/;

View File

@ -24,7 +24,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
let x = 0; let x = 0;
while (!x) { while (!x) {

View File

@ -25,7 +25,7 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
with ({}) { with ({}) {
/*{ import }*/; /*{ import }*/;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
/*{ import }*/; /*{ import }*/;

View File

@ -24,7 +24,7 @@ info: |
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
var C = class extends B var C = class extends B
{ {

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
arguments += 20; arguments += 20;

View File

@ -13,6 +13,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
eval += 20; eval += 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
arguments &= 20; arguments &= 20;

View File

@ -13,6 +13,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
eval &= 20; eval &= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
arguments /= 20; arguments /= 20;

View File

@ -13,6 +13,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
eval /= 20; eval /= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
arguments <<= 20; arguments <<= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
eval <<= 20; eval <<= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
arguments %= 20; arguments %= 20;

View File

@ -13,6 +13,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
eval %= 20; eval %= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
arguments *= 20; arguments *= 20;

View File

@ -13,6 +13,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
eval *= 20; eval *= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
arguments |= 20; arguments |= 20;

View File

@ -13,6 +13,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
eval |= 20; eval |= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
arguments >>= 20; arguments >>= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
eval >>= 20; eval >>= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
arguments -= 20; arguments -= 20;

View File

@ -13,6 +13,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
eval -= 20; eval -= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
arguments >>>= 20; arguments >>>= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
eval >>>= 20; eval >>>= 20;

View File

@ -14,6 +14,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
arguments ^= 20; arguments ^= 20;

View File

@ -13,6 +13,6 @@ negative:
type: SyntaxError type: SyntaxError
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
eval ^= 20; eval ^= 20;

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
let f = () => { let f = () => {
import(); import();

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
let f = () => import(); let f = () => 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();
let f = () => import('', ''); let f = () => 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();
let f = () => import('',); let f = () => import('',);

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
let f = () => { let f = () => {
import('', ''); import('', '');

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
let f = () => { let f = () => {
import('',); import('',);

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
(async () => { (async () => {
await import() await import()

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
(async () => { (async () => {
await import('', '') await import('', '')

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
(async () => { (async () => {
await import('',) await import('',)

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
(async () => await import()) (async () => await 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();
(async () => await import('', '')) (async () => await 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();
(async () => await import('',)) (async () => await import('',))

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
import(); import();

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
await import(); await import();

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
await import('', ''); await import('', '');

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
await import('',); await import('',);

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
import('', ''); import('', '');

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
import('',); import('',);

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
return await import(); return await import();

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
return await import('', ''); return await import('', '');

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function f() { async function f() {
return await import('',); return await import('',);

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function * f() { async function * f() {
await import() await import()

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function * f() { async function * f() {
await import('', '') await import('', '')

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
async function * f() { async function * f() {
await import('',) await import('',)

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
{ {
import(); import();

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
label: { label: {
import(); import();

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
label: { label: {
import('', ''); import('', '');

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
label: { label: {
import('',); import('',);

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
{ {
import('', ''); import('', '');

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
{ {
import('',); import('',);

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
do { do {
import(); import();

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
do { do {
import('', ''); import('', '');

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
do { do {
import('',); import('',);

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (false) { if (false) {

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (false) { if (false) {

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (false) { if (false) {

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (false) { if (false) {

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (false) { if (false) {

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (false) { if (false) {

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
function fn() { function fn() {
import(); import();

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
function fn() { function fn() {
import('', ''); import('', '');

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
function fn() { function fn() {
import('',); import('',);

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
function fn() { function fn() {
return import(); return import();

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
function fn() { function fn() {
return import('', ''); return import('', '');

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
function fn() { function fn() {
return import('',); return import('',);

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (true) { if (true) {
import(); import();

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (true) import(); if (true) 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();
if (true) import('', ''); if (true) 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();
if (true) import('',); if (true) import('',);

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (true) { if (true) {
import('', ''); import('', '');

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
if (true) { if (true) {
import('',); import('',);

View File

@ -28,7 +28,7 @@ info: |
import( AssignmentExpression[+In, ?Yield] ) import( AssignmentExpression[+In, ?Yield] )
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
let x = 0; let x = 0;
while (!x) { while (!x) {

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
let x = 0; let x = 0;
while (!x) { while (!x) {

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
let x = 0; let x = 0;
while (!x) { while (!x) {

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 ({}) { with ({}) {
import(); import();

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
with ({}) { with ({}) {
import('', ''); import('', '');

View File

@ -32,7 +32,7 @@ info: |
- ImportCall must not be extended. - ImportCall must not be extended.
---*/ ---*/
throw "Test262: This statement should not be evaluated."; $DONOTEVALUATE();
with ({}) { with ({}) {
import('',); import('',);

Some files were not shown because too many files have changed in this diff Show More