NEW 171559
LayoutTest svg/animations/animated-svg-image-removed-from-document-paused.html is flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=171559
Summary LayoutTest svg/animations/animated-svg-image-removed-from-document-paused.htm...
Matt Lewis
Reported 2017-05-02 11:31:27 PDT
The test LayoutTest/svg/animations/animated-svg-image-removed-from-document-paused.html is a flaky failure. Build log: https://build.webkit.org/results/Apple%20iOS%2010%20Simulator%20Release%20WK2%20(Tests)/r216072%20(1102)/results.html History: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=svg%2Fanimations%2Fanimated-svg-image-removed-from-document-paused.html Diff: --- /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test-results/svg/animations/animated-svg-image-removed-from-document-paused-expected.txt +++ /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test-results/svg/animations/animated-svg-image-removed-from-document-paused-actual.txt @@ -9,8 +9,8 @@ PASS internals.isImageAnimating(imageB) is true PASS internals.isImageAnimating(imageB) is true imageB.remove() -PASS internals.isImageAnimating(imageA) is false -PASS internals.isImageAnimating(imageB) is false +FAIL internals.isImageAnimating(imageA) should be false. Was true. +FAIL internals.isImageAnimating(imageB) should be false. Was true. document.body.appendChild(imageA) PASS internals.isImageAnimating(imageA) is true document.body.appendChild(imageB)
Attachments
Mark test as flaky (1.42 KB, patch)
2017-05-02 11:39 PDT, Matt Lewis
no flags
Matt Lewis
Comment 1 2017-05-02 11:39:37 PDT
Created attachment 308839 [details] Mark test as flaky
Ryan Haddad
Comment 2 2017-05-02 11:46:43 PDT
Comment on attachment 308839 [details] Mark test as flaky Clearing flags on attachment: 308839 Committed r216082: <http://trac.webkit.org/changeset/216082>
Note You need to log in before you can comment on or make changes to this bug.