RESOLVED FIXED 185698
Layout Test svg/dom/animated-tearoff-list-remove-target.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=185698
Summary Layout Test svg/dom/animated-tearoff-list-remove-target.html is a flaky timeout
Ryan Haddad
Reported 2018-05-16 15:11:02 PDT
Layout Test svg/dom/animated-tearoff-list-remove-target.html is a flaky timeout on macOS Debug WK1 and iOS Simulator Debug WK2 Probable cause: Unknown. Flakiness Dashboard: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=svg%2Fdom%2Fanimated-tearoff-list-remove-target.html
Attachments
Patch (3.91 KB, patch)
2018-06-08 11:45 PDT, Said Abou-Hallawa
no flags
Archive of layout-test-results from ews106 for mac-sierra-wk2 (3.32 MB, application/zip)
2018-06-08 14:26 PDT, EWS Watchlist
no flags
Patch (3.79 KB, patch)
2018-06-08 17:19 PDT, Said Abou-Hallawa
no flags
Patch (3.75 KB, patch)
2018-06-11 13:46 PDT, Said Abou-Hallawa
no flags
Patch (3.75 KB, patch)
2018-06-11 15:05 PDT, Said Abou-Hallawa
no flags
Patch (3.75 KB, patch)
2018-06-11 16:43 PDT, Said Abou-Hallawa
no flags
Ryan Haddad
Comment 1 2018-05-16 15:12:26 PDT
Radar WebKit Bug Importer
Comment 2 2018-05-17 12:54:40 PDT
Said Abou-Hallawa
Comment 3 2018-06-08 11:45:59 PDT
EWS Watchlist
Comment 4 2018-06-08 14:26:51 PDT
Comment on attachment 342301 [details] Patch Attachment 342301 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/8087634 New failing tests: accessibility/smart-invert-reference.html
EWS Watchlist
Comment 5 2018-06-08 14:26:53 PDT
Created attachment 342331 [details] Archive of layout-test-results from ews106 for mac-sierra-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews106 Port: mac-sierra-wk2 Platform: Mac OS X 10.12.6
Ryosuke Niwa
Comment 6 2018-06-08 14:29:44 PDT
Comment on attachment 342301 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=342301&action=review > LayoutTests/svg/dom/animated-tearoff-list-remove-target.html:54 > + }, 50); Are we waiting for the animation to occur? If so, can we make this more deterministic by using requestAnimationFrame instead?
Said Abou-Hallawa
Comment 7 2018-06-08 17:19:52 PDT
Said Abou-Hallawa
Comment 8 2018-06-08 17:20:22 PDT
Comment on attachment 342301 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=342301&action=review >> LayoutTests/svg/dom/animated-tearoff-list-remove-target.html:54 >> + }, 50); > > Are we waiting for the animation to occur? If so, can we make this more deterministic by using requestAnimationFrame instead? Yes. Done.
Daniel Bates
Comment 9 2018-06-11 13:36:56 PDT
Comment on attachment 342349 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=342349&action=review > LayoutTests/ChangeLog:22 > + Reviewed by NOBODY (OOPS!). This line should be before the description (line 7).
Said Abou-Hallawa
Comment 10 2018-06-11 13:46:42 PDT
Said Abou-Hallawa
Comment 11 2018-06-11 15:05:20 PDT
Said Abou-Hallawa
Comment 12 2018-06-11 16:43:24 PDT
WebKit Commit Bot
Comment 13 2018-06-11 17:11:09 PDT
Comment on attachment 342482 [details] Patch Clearing flags on attachment: 342482 Committed r232736: <https://trac.webkit.org/changeset/232736>
WebKit Commit Bot
Comment 14 2018-06-11 17:11:10 PDT
All reviewed patches have been landed. Closing bug.
Ryan Haddad
Comment 15 2018-06-12 14:19:41 PDT
The test is no longer a flaky timeout, but now it is a flaky failure on iOS and macOS :( --- /Volumes/Data/slave/highsierra-leaks/build/layout-test-results/svg/dom/animated-tearoff-list-remove-target-expected.txt +++ /Volumes/Data/slave/highsierra-leaks/build/layout-test-results/svg/dom/animated-tearoff-list-remove-target-actual.txt @@ -1,4 +1,4 @@ Removing the target of an animate element should detach the wrappers of the attributes from their animated properties. +First tspan. +Second tspan -PASS. - https://build.webkit.org/results/Apple%20Sierra%20Release%20WK1%20(Tests)/r232770%20(10781)/results.html
Said Abou-Hallawa
Comment 16 2018-06-12 15:30:27 PDT
I think the issue is fixed by the followup patch: <https://trac.webkit.org/changeset/232780>.
Note You need to log in before you can comment on or make changes to this bug.