Re-generate tests

This commit is contained in:
Mike Pennisi 2017-04-29 16:22:24 -04:00 committed by Rick Waldron
parent 81d00def42
commit ef76e548a4
954 changed files with 1080 additions and 0 deletions

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function f() {} async function f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function f() {} async function* f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function f() {} class f {}; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function f() {} const f = 0; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function f() {} function f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function f() {} function* f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function f() {} let f; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function f() {} var f; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function* f() {} async function f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function* f() {} async function* f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function* f() {} class f {}; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function* f() {} const f = 0; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function* f() {} function f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function* f() {} function* f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function* f() {} let f; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ async function* f() {} var f; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ class f {} async function f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ class f {} async function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ class f {} class f {}; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ class f {} const f = 0; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ class f {} function f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ class f {} function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ class f {} let f; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ class f {} var f; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ const f = 0; async function f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ const f = 0; async function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ const f = 0; class f {}; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ const f = 0; const f = 0; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ const f = 0; function f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ const f = 0; function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ const f = 0; let f; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ const f = 0; var f; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function f() {} async function f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function f() {} async function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function f() {} class f {}; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function f() {} const f = 0; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function f() {} function f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function f() {} function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function f() {} let f; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function f() {} var f; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function* f() {} async function f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function* f() {} async function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function* f() {} class f {}; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function* f() {} const f = 0; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function* f() {} function f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function* f() {} function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function* f() {} let f; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ function* f() {} var f; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ let f; async function f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ let f; async function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ let f; class f {}; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ let f; const f = 0; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ let f; function f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ let f; function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ let f; let f; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ let f; var f; }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ var f; async function f() {} }

View File

@ -18,4 +18,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ var f; async function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ var f; class f {}; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ var f; const f = 0; }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ var f; function f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ var f; function* f() {} }

View File

@ -17,4 +17,6 @@ info: |
---*/
throw "Test262: This statement should not be evaluated.";
{ var f; let f; }

View File

@ -53,6 +53,7 @@ info: |
elements.
---*/
throw "Test262: This statement should not be evaluated.";
0, (x = 0, x) => {

View File

@ -57,6 +57,7 @@ info: |
...BindingPattern[?Yield]
---*/
throw "Test262: This statement should not be evaluated.";
0, (...x = []) => {

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -46,6 +46,7 @@ info: |
[ BindingElementList[?Yield] ]
[ BindingElementList[?Yield] , Elisionopt BindingRestElement[?Yield]opt ]
---*/
throw "Test262: This statement should not be evaluated.";
var callCount = 0;
var f;

View File

@ -49,6 +49,7 @@ info: |
FormalParameterList[?Yield, ?Await] ,
FormalParameterList[?Yield, ?Await] , FunctionRestParameter[?Yield, ?Await]
---*/
throw "Test262: This statement should not be evaluated.";
0, (...a,) => {

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [ x = yield ] = [];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [[(x, y)]] = [[]];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [[x[yield]]] = [[]];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [{ get x() {} }] = [{}];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [{ x = yield }] = [{}];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [arguments] = [];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [ x[yield] ] = [];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [...x, y] = [];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [...x,] = [];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [...x, ...y] = [];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [...x,] = [];

View File

@ -19,6 +19,7 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
var x;
0, [...x = 1] = [];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [...[(x, y)]] = [[]];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [...[x[yield]]] = [];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [...{ get x() {} }] = [[]];

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, [...{ x = yield }] = [{}];

View File

@ -19,6 +19,7 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
var x = {};
0, [...x[yield]] = [];

View File

@ -19,6 +19,7 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
(function*() {
0, { yield } = {};

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, { yield } = {};

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, { eval = 0 } = {};

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, { x = yield } = {};

View File

@ -19,5 +19,6 @@ info: |
4. Return the result of performing BindingInitialization for
BindingPattern passing rval and undefined as arguments.
---*/
throw "Test262: This statement should not be evaluated.";
0, { eval } = {};

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