Bug 150293 - [ES6] Handle asynchronous tests in tests/es6
Summary: [ES6] Handle asynchronous tests in tests/es6
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-17 17:39 PDT by Yusuke Suzuki
Modified: 2015-10-18 21:03 PDT (History)
8 users (show)

See Also:


Attachments
Patch (8.66 KB, patch)
2015-10-17 18:19 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2015-10-17 17:39:55 PDT
Currently, asynchronous tests like Promise_* are treated as it fails.
Since JSC shell has microtasks, we can handle these tests.
Comment 1 Yusuke Suzuki 2015-10-17 18:14:51 PDT
While setTimeout cannot be handled in JSC shell, microtasks can be handled. :)
Comment 2 Yusuke Suzuki 2015-10-17 18:19:03 PDT
Created attachment 263396 [details]
Patch
Comment 3 WebKit Commit Bot 2015-10-18 17:37:29 PDT
Comment on attachment 263396 [details]
Patch

Clearing flags on attachment: 263396

Committed r191275: <http://trac.webkit.org/changeset/191275>
Comment 4 WebKit Commit Bot 2015-10-18 17:37:33 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Yusuke Suzuki 2015-10-18 21:03:18 PDT
JSC test failure is fixed by https://bugs.webkit.org/show_bug.cgi?id=149380.