Bug 179784
| Summary: | Layout Test svg/in-html/by-reference.html is timing out on iOS. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Lewis <jlewis3> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, ryanhaddad, sabouhallawa |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=175781 | ||
Matt Lewis
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Marked test as flaky in https://trac.webkit.org/r224999