Bug 152272

Summary: js/regress/generator-with-several-types.html is flaky on mac-wk1 debug
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: simon.fraser, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Mac   
OS: Unspecified   

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