RESOLVED FIXED 150293
[ES6] Handle asynchronous tests in tests/es6
https://bugs.webkit.org/show_bug.cgi?id=150293
Summary [ES6] Handle asynchronous tests in tests/es6
Yusuke Suzuki
Reported 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.
Attachments
Patch (8.66 KB, patch)
2015-10-17 18:19 PDT, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2015-10-17 18:14:51 PDT
While setTimeout cannot be handled in JSC shell, microtasks can be handled. :)
Yusuke Suzuki
Comment 2 2015-10-17 18:19:03 PDT
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2015-10-18 17:37:33 PDT
All reviewed patches have been landed. Closing bug.
Yusuke Suzuki
Comment 5 2015-10-18 21:03:18 PDT
Note You need to log in before you can comment on or make changes to this bug.