Skip to content
Snippets Groups Projects
Unverified Commit 6330eccf authored by Daniel Ehrenberg's avatar Daniel Ehrenberg Committed by Leo Balter
Browse files

Add feature flags for various tests

parent 2878106c
Branches
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ info: |
"suspendedYield", and generator is resumed within a try-block with an
associated catch block, resume execution within catch-block.
flags: [async]
features: [async-iteration]
---*/
var error = new Error('boop');
......
......@@ -13,6 +13,7 @@ info: |
"suspendedYield", and generator is resumed within a try-block with an
associated finally block, resume execution within finally.
flags: [async]
features: [async-iteration]
---*/
class Err extends Error {};
......
......@@ -14,6 +14,7 @@ info: |
"suspendedYield", and generator is resumed within a try-block with an
associated finally block, resume execution within finally.
flags: [async]
features: [async-iteration]
---*/
var error = new Error('boop');
......
......@@ -13,6 +13,7 @@ info: |
"suspendedYield", and generator is resumed within a try-block with an
associated finally block, resume execution within finally.
flags: [async]
features: [async-iteration]
---*/
var error = new Error('boop');
......
......@@ -12,6 +12,7 @@ info: |
"suspendedYield", generator is resumed and immediately and
closes the generator and returns completion.
flags: [async]
features: [async-iteration]
---*/
var error = new Error('boop');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment