mirror of https://github.com/tc39/test262.git
update pending esids in AsyncFunction tests
This commit is contained in:
parent
8b3dddc570
commit
af8ec67363
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-constructor
|
||||
description: >
|
||||
%AsyncFunction% creates functions with or without new and handles arguments
|
||||
similarly to functions.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-constructor
|
||||
description: >
|
||||
%AsyncFunction% is a subclass of Function
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-constructor-length
|
||||
description: >
|
||||
%AsyncFunction% has a length of 1 with writable false, enumerable false, configurable true.
|
||||
includes: [propertyHelper.js]
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-constructor-properties
|
||||
description: >
|
||||
%AsyncFunction% has a name of "AsyncFunction".
|
||||
includes: [propertyHelper.js]
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-constructor-prototype
|
||||
description: AsyncFunction has a prototype property with writable false, enumerable false, configurable false.
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-objects
|
||||
description: >
|
||||
%AsyncFunction% exists and is a function
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-sync-function-prototype-properties
|
||||
description: >
|
||||
%AsyncFunctionPrototype% has a [[Extensible]] of true
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-sync-function-prototype-properties
|
||||
description: AsyncFunction.prototype has a [[prototype]] of Function.prototype
|
||||
---*/
|
||||
var AsyncFunction = async function foo() { }.constructor;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-prototype-properties-toStringTag
|
||||
description: >
|
||||
%AsyncFunctionPrototype% has a Symbol.toStringTag property of "AsyncFunction"
|
||||
includes: [propertyHelper.js]
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-instances
|
||||
description: >
|
||||
Async function instances are not constructors and do not have a
|
||||
[[Construct]] slot.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-instances-name
|
||||
description: Async function declarations have a name property
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-instances-length
|
||||
description: >
|
||||
Async functions have a length property that is the number of expected
|
||||
arguments.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-instances
|
||||
description: >
|
||||
Async function instances do not have a prototype property.
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Brian Terlson <brian.terlson@microsoft.com>
|
||||
esid: pending
|
||||
esid: sec-async-function-constructor-properties
|
||||
description: >
|
||||
%AsyncFunction% is not exposed as a global
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue