animations/unprefixed-events.html Is failing on iOS Simulator Debug. History: https://results.webkit.org/?suite=layout-tests&test=animations%2Funprefixed-events.html Diff: --- /Volumes/Data/worker/ios-simulator-14-debug-tests-wk2/build/layout-test-results/animations/unprefixed-events-expected.txt +++ /Volumes/Data/worker/ios-simulator-14-debug-tests-wk2/build/layout-test-results/animations/unprefixed-events-actual.txt @@ -1,5 +1,4 @@ This test performs two iterations of an animation. The animation should fire all three events (start, iteration, end). animationstart: move -animationiteration: move animationend: move Result page: https://build.webkit.org/results/Apple-iOS-14-Simulator-Debug-WK2-Tests/r281160%20(2341)/results.html
<rdar://problem/82171765>
Updated test expectations https://trac.webkit.org/changeset/281320/webkit
I wasn’t able to reproduce the failure locally on iOS 14 simulator using run-webkit-tests --debug --iterations 500 --exit-after-n-failures 1 --ios-simulator animations/unprefixed-events.html --clobber-old-results When I tried reproduction on Release, the test timed out at TOT and the oldest revision available (r266320) on iOS 14 simulator (run-webkit-tests using --iterations 500 --exit-after-n-failures 1 --ios-simulator animations/unprefixed-events.html --clobber-old-results)
Used --force flag but the test timed out on debug this time.