Ensure that tests calling $DONE have the async flag

This commit is contained in:
Kevin Gibbons 2016-11-20 21:46:08 -08:00 committed by Mike Pennisi
parent ffd8039386
commit e6abf652d9
8 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,7 @@ info: >
8. If S is either undefined or null, return defaultConstructor.
9. If IsConstructor(S) is true, return S.
10. Throw a TypeError exception.
flags: [async]
---*/
var callCount = 0;

View File

@ -25,6 +25,7 @@ info: >
[...]
12. Perform EnqueueJob ("PromiseJobs", PromiseResolveThenableJob,
«promise, resolution, thenAction»)
flags: [async]
---*/
var value = {};

View File

@ -26,6 +26,7 @@ info: >
[...]
12. Perform EnqueueJob ("PromiseJobs", PromiseResolveThenableJob,
«promise, resolution, thenAction»)
flags: [async]
---*/
var value = {};

View File

@ -32,6 +32,7 @@ info: >
[...]
12. Perform EnqueueJob ("PromiseJobs", PromiseResolveThenableJob,
«promise, resolution, thenAction»)
flags: [async]
---*/
var value = {};

View File

@ -32,6 +32,7 @@ info: >
[...]
12. Perform EnqueueJob ("PromiseJobs", PromiseResolveThenableJob,
«promise, resolution, thenAction»)
flags: [async]
---*/
var value = {};

View File

@ -26,6 +26,7 @@ info: >
[...]
12. Perform EnqueueJob ("PromiseJobs", PromiseResolveThenableJob,
«promise, resolution, thenAction»)
flags: [async]
---*/
var value = {};

View File

@ -21,6 +21,7 @@ info: >
[...]
12. Perform EnqueueJob ("PromiseJobs", PromiseResolveThenableJob,
«promise, resolution, thenAction»)
flags: [async]
---*/
var returnValue = null;

View File

@ -21,6 +21,7 @@ info: >
[...]
12. Perform EnqueueJob ("PromiseJobs", PromiseResolveThenableJob,
«promise, resolution, thenAction»)
flags: [async]
---*/
var returnValue = null;