mirror of https://github.com/tc39/test262.git
Generate tests
This commit is contained in:
parent
0e4310fc45
commit
f1b337cf55
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion during module evaluation precludes further evaluation (nested in async generator, returns awaited)
|
description: Abrupt completion during module evaluation precludes further evaluation (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt completion during module evaluation precludes further evaluation (nested in async generator, returns awaited)
|
description: Abrupt completion during module evaluation precludes further evaluation (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: import() from a module code can load a file with script code, but the target is resolved into a Module Record (nested in async generator, returns awaited)
|
description: import() from a module code can load a file with script code, but the target is resolved into a Module Record (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, module, async]
|
flags: [generated, module, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Non existent file can't resolve to a Script or Module Record (nested in async generator, returns awaited)
|
description: Non existent file can't resolve to a Script or Module Record (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: IndirectExportEntries validation - ambiguous imported bindings (nested in async generator, returns awaited)
|
description: IndirectExportEntries validation - ambiguous imported bindings (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: IndirectExportEntries validation - circular imported bindings (nested in async generator, returns awaited)
|
description: IndirectExportEntries validation - circular imported bindings (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Abrupt from ToString(specifier) rejects the promise (nested in async generator, returns awaited)
|
description: Abrupt from ToString(specifier) rejects the promise (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Modifications to default binding that occur after dependency has been evaluated are reflected in local binding (nested in async generator, returns awaited)
|
description: Modifications to default binding that occur after dependency has been evaluated are reflected in local binding (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested in async generator, returns awaited)
|
description: Modifications to named bindings that occur after dependency has been evaluated are reflected in local binding (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
includes: [fnGlobalObject.js]
|
includes: [fnGlobalObject.js]
|
||||||
info: |
|
info: |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: import() from a ascript code can load a file with module code (nested in async generator, returns awaited)
|
description: import() from a ascript code can load a file with module code (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: ImportCall is a CallExpression, it can be followed by square brackets (nested in async generator, returns awaited)
|
description: ImportCall is a CallExpression, it can be followed by square brackets (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Dynamic import() returns a thenable object. (nested in async generator, returns awaited)
|
description: Dynamic import() returns a thenable object. (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: ToString value of specifier (nested in async generator, returns awaited)
|
description: ToString value of specifier (nested in async generator, returns awaited)
|
||||||
esid: sec-import-call-runtime-semantics-evaluation
|
esid: sec-import-call-runtime-semantics-evaluation
|
||||||
features: [dynamic-import, async iteration]
|
features: [dynamic-import, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ImportCall :
|
ImportCall :
|
||||||
|
|
Loading…
Reference in New Issue