mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 13:04:39 +02:00
Remove invalid async-flag from syntax error tests (#959)
This commit is contained in:
parent
3c79e9dbac
commit
faaa4685e4
@ -13,7 +13,6 @@ info: |
|
|||||||
7. Let closure be ! AsyncGeneratorFunctionCreate(Normal, FormalParameters,
|
7. Let closure be ! AsyncGeneratorFunctionCreate(Normal, FormalParameters,
|
||||||
AsyncGeneratorBody, funcEnv, strict).
|
AsyncGeneratorBody, funcEnv, strict).
|
||||||
[...]
|
[...]
|
||||||
flags: [async]
|
|
||||||
features: [async-iteration]
|
features: [async-iteration]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (async generator named function expression)
|
description: It is a Syntax Error if BoundNames of FormalParameters contains any duplicate elements. (async generator named function expression)
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [default-parameters, async-iteration]
|
features: [default-parameters, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated]
|
||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: RestParameter does not support an initializer (async generator named function expression)
|
description: RestParameter does not support an initializer (async generator named function expression)
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [default-parameters, async-iteration]
|
features: [default-parameters, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated]
|
||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: It's a syntax error if a FunctionRestParameter is followed by a trailing comma (async generator named function expression)
|
description: It's a syntax error if a FunctionRestParameter is followed by a trailing comma (async generator named function expression)
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [async-iteration]
|
features: [async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated]
|
||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user