Bug 126166

Summary: REGRESSION: fast/js/dfg-* typed array tests frequently time out on debug bots
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: REOPENED    
Severity: Normal CC: barraclough, fpizlo, ggaren, jbedard, koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Alexey Proskuryakov
Reported 2013-12-23 10:52:45 PST
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=js%2Fdfg-.*array.html These tests were always slow, but bots very clearly claim that they became ~50% slower at around r160908 (lazy DOM tree creation patch). I know this doesn't seem related, but the numbers appear conclusive. Even if not a true regression, we should do something to make these tests not time out on bots.
Attachments
Alexey Proskuryakov
Comment 1 2014-01-22 11:50:12 PST
It appears that these tests are over 30x slower in debug than in release - they don't show up on flakiness dashboard for release builds, which I believe means that they take under 1 second. Skipped in http://trac.webkit.org/r162543 with Filip's blessing.
Radar WebKit Bug Importer
Comment 2 2014-01-22 11:50:39 PST
Alexey Proskuryakov
Comment 3 2014-12-19 11:59:19 PST
This doesn't happen any more.
Jonathan Bedard
Comment 4 2016-09-16 16:30:22 PDT
These tests remain slow, although they shouldn't time out. Another possible approach, given that all of the tests in question generate large arrays and preform computations on them, would be to simply decrease the size of the arrays the tests use.
Note You need to log in before you can comment on or make changes to this bug.