Bug 179784 - Layout Test svg/in-html/by-reference.html is timing out on iOS.
Summary: Layout Test svg/in-html/by-reference.html is timing out on iOS.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 10:29 PST by Matt Lewis
Modified: 2023-12-20 10:45 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lewis 2017-11-16 10:29:48 PST
Layout Test svg/in-html/by-reference.html is timing out intermittently on iOS according to the flakiness dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=svg%2Fin-html%2Fby-reference.html

The test appears to have been failing up until this build:
https://build.webkit.org/builders/Apple%20iOS%2011%20Simulator%20Debug%20WK2%20(Tests)/builds/753

Looks like it may have started with:
https://trac.webkit.org/changeset/224269/webkit

Diff:
--- /Volumes/Data/slave/ios-simulator-11-release-tests-wk2/build/layout-test-results/svg/in-html/by-reference-expected.txt
+++ /Volumes/Data/slave/ios-simulator-11-release-tests-wk2/build/layout-test-results/svg/in-html/by-reference-actual.txt
@@ -1,39 +1,5 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x400
-  RenderBlock {HTML} at (0,0) size 800x400
-    RenderBody {BODY} at (0,0) size 800x400
-      RenderBlock {DIV} at (0,0) size 400x400 [bgcolor=#00FF00]
-        RenderEmbeddedObject {OBJECT} at (0,50) size 50x50
-          layer at (0,0) size 50x50
-            RenderView at (0,0) size 50x50
-          layer at (0,0) size 50x50
-            RenderSVGRoot {svg} at (0,0) size 0x0
-        RenderText {#text} at (50,86) size 4x17
-          text run at (50,86) width 4: " "
-        RenderEmbeddedObject {EMBED} at (54,50) size 50x50
-          layer at (0,0) size 50x50
-            RenderView at (0,0) size 50x50
-          layer at (0,0) size 50x50
-            RenderSVGRoot {svg} at (0,0) size 0x0
-        RenderText {#text} at (104,86) size 4x17
-          text run at (104,86) width 4: " "
-        RenderIFrame {IFRAME} at (108,0) size 100x100
-          layer at (0,0) size 100x100
-            RenderView at (0,0) size 100x100
-          layer at (0,0) size 100x100
-            RenderSVGRoot {svg} at (0,0) size 0x0
-        RenderText {#text} at (208,86) size 4x17
-          text run at (208,86) width 4: " "
-        RenderEmbeddedObject {OBJECT} at (212,50) size 50x50
-          layer at (0,0) size 50x50
-            RenderView at (0,0) size 50x50
-          layer at (0,0) size 50x50
-            RenderSVGRoot {svg} at (0,0) size 0x0
-        RenderText {#text} at (262,86) size 4x17
-          text run at (262,86) width 4: " "
-        RenderEmbeddedObject {OBJECT} at (266,50) size 50x50
-          layer at (0,0) size 50x50
-            RenderView at (0,0) size 50x50
-          layer at (0,0) size 50x50
-            RenderSVGRoot {svg} at (0,0) size 0x0
+#PID UNRESPONSIVE - com.apple.WebKit.WebContent.Development (pid 84685)
+FAIL: Timed out waiting for notifyDone to be called
+
+#EOF
+#EOF
Comment 1 Ryan Haddad 2017-11-17 16:23:11 PST
Marked test as flaky in https://trac.webkit.org/r224999