Bug 204062 - iOS: fast/scrolling/ios/scrollTo-at-page-load.html is flaky
Summary: iOS: fast/scrolling/ios/scrollTo-at-page-load.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-11-10 23:43 PST by Ryosuke Niwa
Modified: 2019-11-13 14:07 PST (History)
5 users (show)

See Also:


Attachments
Fixes the test (1.43 KB, patch)
2019-11-10 23:44 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2019-11-10 23:43:09 PST
fast/scrolling/ios/scrollTo-at-page-load.html has become flaky:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fscrolling%2Fios%2FscrollTo-at-page-load.html

It probably started happening after r252205.
Comment 1 Ryosuke Niwa 2019-11-10 23:44:46 PST
Created attachment 383255 [details]
Fixes the test
Comment 2 Simon Fraser (smfr) 2019-11-11 11:41:32 PST
Comment on attachment 383255 [details]
Fixes the test

Shouldn't we run the script parts of the "update the rendering" when a test completes?
Comment 3 Ryosuke Niwa 2019-11-11 17:47:51 PST
Comment on attachment 383255 [details]
Fixes the test

Clearing flags on attachment: 383255

Committed r252350: <https://trac.webkit.org/changeset/252350>
Comment 4 Ryosuke Niwa 2019-11-11 17:47:53 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-11-11 17:48:17 PST
<rdar://problem/57100819>
Comment 6 Ryosuke Niwa 2019-11-13 14:07:59 PST
Woot, the flakiness is fixed.