NEW 157140
REGRESSION(r200171?, r200164?) animations/animation-events-not-cancelable.html is flaky on Mac/iOS
https://bugs.webkit.org/show_bug.cgi?id=157140
Summary REGRESSION(r200171?, r200164?) animations/animation-events-not-cancelable.htm...
Ryan Haddad
Reported 2016-04-28 10:17:43 PDT
LayoutTest animations/animation-events-not-cancelable.html has become flaky on Mac and iOS as of r200171. Since it is a flaky failure, I am not sure if that change is directly related. Example failure: <https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Debug%20WK2%20(Tests)/r200191%20(1438)/results.html> Flakiness dashboard: <http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=animations%2Fanimation-events-not-cancelable.html> --- /Volumes/Data/slave/ios-simulator-9-debug-tests-wk2/build/layout-test-results/animations/animation-events-not-cancelable-expected.txt +++ /Volumes/Data/slave/ios-simulator-9-debug-tests-wk2/build/layout-test-results/animations/animation-events-not-cancelable-actual.txt @@ -5,8 +5,6 @@ animationstart: PASS event.cancelable is false -animationiteration: -PASS event.cancelable is false animationend: PASS event.cancelable is false PASS successfullyParsed is true
Attachments
Simon Fraser (smfr)
Comment 1 2016-04-28 15:55:32 PDT
Attempted improvement in https://trac.webkit.org/r200213
Alexey Proskuryakov
Comment 2 2016-04-29 16:34:27 PDT
This made it much, much better. But I still found one failure on iOS (WK1 production, same diff).
Simon Fraser (smfr)
Comment 3 2016-04-29 16:40:06 PDT
Yeah. On a loaded bot, the animation won't get serviced frequently enough to fire the iteration event. I don't know how to fix this.
Alexey Proskuryakov
Comment 4 2016-04-29 16:48:09 PDT
This particular test seems like it would be nearly as good if it didn't log anything on success. There is the risk it will somehow never fire the animationiteration at some point in the future and thus stop testing it, but that seems unlikely. Also, perhaps it's a bug that we allow skipping an iteration?
Note You need to log in before you can comment on or make changes to this bug.