mirror of https://github.com/tc39/test262.git
Add missing includes for await tests (#1874)
This commit is contained in:
parent
cb4bc7130e
commit
100b3b4afe
|
@ -9,6 +9,7 @@ description: >
|
|||
meaning await takes only 1 tick on the microtask queue.
|
||||
flags: [async]
|
||||
features: [async-functions]
|
||||
includes: [compareArray.js]
|
||||
---*/
|
||||
|
||||
const actual = [];
|
||||
|
|
|
@ -9,6 +9,7 @@ description: >
|
|||
interleaved, meaning await takes only 1 tick on the microtask queue.
|
||||
flags: [async]
|
||||
features: [async-functions]
|
||||
includes: [compareArray.js]
|
||||
---*/
|
||||
|
||||
const actual = [];
|
||||
|
|
|
@ -10,6 +10,7 @@ description: >
|
|||
https://github.com/tc39/ecma262/pull/1250#issuecomment-401082195
|
||||
flags: [async]
|
||||
features: [async-functions]
|
||||
includes: [compareArray.js]
|
||||
---*/
|
||||
|
||||
let thenCallCount = 0;
|
||||
|
|
|
@ -9,6 +9,7 @@ description: >
|
|||
will still get called.
|
||||
flags: [async]
|
||||
features: [async-functions]
|
||||
includes: [compareArray.js]
|
||||
---*/
|
||||
|
||||
let thenCallCount = 0;
|
||||
|
|
|
@ -9,6 +9,7 @@ description: >
|
|||
will still get called.
|
||||
flags: [async]
|
||||
features: [async-functions]
|
||||
includes: [compareArray.js]
|
||||
---*/
|
||||
|
||||
const value = 1;
|
||||
|
|
|
@ -9,6 +9,7 @@ description: >
|
|||
meaning await in for-of loop takes only 1 tick on the microtask queue.
|
||||
flags: [async]
|
||||
features: [async-functions, async-iteration]
|
||||
includes: [compareArray.js]
|
||||
---*/
|
||||
|
||||
const actual = [];
|
||||
|
|
Loading…
Reference in New Issue