Bug 152272
Summary: | js/regress/generator-with-several-types.html is flaky on mac-wk1 debug | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | simon.fraser, ysuzuki |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Mac | ||
OS: | Unspecified |
Ryan Haddad
js/regress/generator-with-several-types.html is flaky on mac-wk1 debug
Ever since it was added with <http://trac.webkit.org/changeset/193907>, the test seems to time out intermittently on mac-wk1 debug testers
Flakiness dashboard:
<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=js%2Fregress%2Fgenerator-with-several-types.html>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Marked as flaky on mac-wk1 debug with <http://trac.webkit.org/changeset/194061>
Yusuke Suzuki
Thank you!! I think this is because its test takes too long time.
Currently es6 generator is not so optimized. But now I'm working on it ;)
Once it is optimized, we can remove this flaky mark :D
Simon Fraser (smfr)
js/regress/generator-with-several-types.html doesn't exist now.
Yusuke Suzuki
I think the recent generator patch fixes this performance issue[1].
[1]: https://trac.webkit.org/changeset/204994