mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 13:34:38 +02:00
Generate tests
This commit is contained in:
parent
db618e202b
commit
362d7af20f
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -137,7 +137,7 @@ C.m().next().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -137,7 +137,7 @@ C.m().next().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -137,7 +137,7 @@ C.m().next().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -137,7 +137,7 @@ C.m().next().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -136,7 +136,7 @@ C.m().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -136,7 +136,7 @@ C.m().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -136,7 +136,7 @@ C.m().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -136,7 +136,7 @@ C.m().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -163,4 +163,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -163,5 +163,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -163,4 +163,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -163,5 +163,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -141,4 +141,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -141,5 +141,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -141,4 +141,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -141,5 +141,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -128,4 +128,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -128,5 +128,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -128,4 +128,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -128,5 +128,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -128,4 +128,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -128,5 +128,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -128,4 +128,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -128,5 +128,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -128,4 +128,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -128,5 +128,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -128,4 +128,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -128,5 +128,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -131,4 +131,4 @@ ctorPromise.then(() => {
|
||||
assert.sameValue(value, 42, 'return from generator method');
|
||||
assert.sameValue(done, true, 'iterator is done');
|
||||
});
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -126,4 +126,4 @@ ctorPromise.then(() => {
|
||||
return c.ref().then(value => {
|
||||
assert.sameValue(value, 42, 'function return');
|
||||
});
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -116,4 +116,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -116,5 +116,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -116,4 +116,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -116,5 +116,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -137,7 +137,7 @@ c.m().next().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -137,7 +137,7 @@ c.m().next().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -137,7 +137,7 @@ c.m().next().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -137,7 +137,7 @@ c.m().next().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -136,7 +136,7 @@ c.m().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -136,7 +136,7 @@ c.m().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -136,7 +136,7 @@ c.m().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -136,7 +136,7 @@ c.m().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -118,4 +118,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -118,5 +118,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -118,4 +118,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -118,5 +118,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -137,7 +137,7 @@ C.m().next().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -137,7 +137,7 @@ C.m().next().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -137,7 +137,7 @@ C.m().next().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -137,7 +137,7 @@ C.m().next().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -136,7 +136,7 @@ C.m().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -136,7 +136,7 @@ C.m().then(function(v) {
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -136,7 +136,7 @@ C.m().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
}
|
||||
|
||||
return Promise.resolve(assertions());
|
||||
|
@ -136,7 +136,7 @@ C.m().then(function(v) {
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
}
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -127,4 +127,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -127,5 +127,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -163,4 +163,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -163,5 +163,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -163,4 +163,4 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -163,5 +163,5 @@ Promise.all([
|
||||
assert.sameValue(results[4], 1);
|
||||
assert.sameValue(results[5], 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
@ -141,4 +141,4 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
@ -141,5 +141,5 @@ Promise.all([
|
||||
assert.sameValue(results[4].value, 1);
|
||||
assert.sameValue(results[5].value, 1);
|
||||
|
||||
}, $DONE).then($DONE, $DONE);
|
||||
}).then($DONE, $DONE);
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user