NEW 155174
[iOS Simulator] svg/animations/animate-marker-orient-from-angle-to-autostartreverse.html times out
https://bugs.webkit.org/show_bug.cgi?id=155174
Summary [iOS Simulator] svg/animations/animate-marker-orient-from-angle-to-autostartr...
Ryan Haddad
Reported 2016-03-08 10:50:42 PST
This test was added with <http://trac.webkit.org/changeset/197738> and it seems to be timing out on every run on ios-simulator <https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r197776%20(3762)/results.html> <http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=svg%2Fanimations%2Fanimate-marker-orient-from-angle-to-autostartreverse.html> --- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/svg/animations/animate-marker-orient-from-angle-to-autostartreverse-expected.txt +++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/svg/animations/animate-marker-orient-from-angle-to-autostartreverse-actual.txt @@ -1,37 +1,2 @@ -SVG 2 dynamic animation tests +FAIL: Timed out waiting for notifyDone to be called -Animate SVGMarkerElement orientAttr from an angle to auto-start-reverse. - -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - - -PASS SVGMarkerElement.SVG_MARKER_ORIENT_AUTOSTARTREVERSE is undefined -PASS marker.orientType.baseVal = 3 threw exception Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1. -PASS marker.orientAngle.animVal.value is 0 -PASS marker.orientAngle.baseVal.value is 0 -PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE -PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE -PASS marker.orientAngle.animVal.value is 90 -PASS marker.orientAngle.baseVal.value is 0 -PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE -PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE -PASS marker.orientAngle.animVal.value is 90 -PASS marker.orientAngle.baseVal.value is 0 -PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE -PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE -PASS marker.orientAngle.animVal.value is 0 -PASS marker.orientAngle.baseVal.value is 0 -PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN -PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE -PASS marker.orientAngle.animVal.value is 0 -PASS marker.orientAngle.baseVal.value is 0 -PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN -PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE -PASS marker.orientAngle.animVal.value is 0 -PASS marker.orientAngle.baseVal.value is 0 -PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN -PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE -PASS successfullyParsed is true - -TEST COMPLETE -
Attachments
Ryan Haddad
Comment 1 2016-03-08 11:02:47 PST
Skipped test on ios-simulator with <http://trac.webkit.org/projects/webkit/changeset/197786>
Nikos Andronikos
Comment 2 2016-03-08 19:20:21 PST
That's weird. The test isn't doing anything tricky. It's very very similar to these two other tests LayoutTests/svg/animations/script-tests/animate-marker-orient-from-angle-to-angle.html LayoutTests/svg/animations/script-tests/animate-marker-orient-from-angle-to-auto.html The only difference is that the new test also checks an exception is thrown when the DOM property is set to a particular value. My tests here (not on the iOS sim) are showing that notifyDone() is being called.
Note You need to log in before you can comment on or make changes to this bug.