Bug 152272 - js/regress/generator-with-several-types.html is flaky on mac-wk1 debug
Summary: js/regress/generator-with-several-types.html is flaky on mac-wk1 debug
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-14 14:23 PST by Ryan Haddad
Modified: 2016-08-25 17:52 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2015-12-14 14:23:56 PST
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>
Comment 1 Ryan Haddad 2015-12-14 14:27:39 PST
Marked as flaky on mac-wk1 debug with <http://trac.webkit.org/changeset/194061>
Comment 2 Yusuke Suzuki 2015-12-14 16:03:58 PST
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
Comment 3 Simon Fraser (smfr) 2016-08-25 10:49:59 PDT
js/regress/generator-with-several-types.html doesn't exist now.
Comment 4 Yusuke Suzuki 2016-08-25 17:52:44 PDT
I think the recent generator patch fixes this performance issue[1].

[1]: https://trac.webkit.org/changeset/204994