Bug 183902
Summary: | [GTK] Some tests failing after r229831 "Make policy decisions asynchronous" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, cdumez |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=183460 |
Miguel Gomez
Three tests started to fail after this change:
http/tests/loading/simple-subframe.html [ Failure ]
http/tests/navigation/redirect-to-fragment2.html [ Failure ]
fast/dom/frame-loading-via-document-write.html [ Failure ]
The two first ones look like we need to rebaseline the expectations (a small change in the order of events). I'll update them.
But the third one doesn't like that simple, seems that something is really failing. This is the diff:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/frame-loading-via-document-write-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/frame-loading-via-document-write-actual.txt
@@ -3,10 +3,7 @@
--------
Frame: 'topRow'
--------
-This page was successfully loaded.
-My protocol is file:
-My referrer is blank
-
+Click me. If nothing loads above we have a problem.
--------
Frame: 'middleRow'
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
Looks like I did not see this because this test is already marked as timing out on Mac WK2.
The fast test likely needs the same fixes as its http counterpart:
https://bugs.webkit.org/show_bug.cgi?id=183460