NEW 183902
[GTK] Some tests failing after r229831 "Make policy decisions asynchronous"
https://bugs.webkit.org/show_bug.cgi?id=183902
Summary [GTK] Some tests failing after r229831 "Make policy decisions asynchronous"
Miguel Gomez
Reported 2018-03-22 07:56:58 PDT
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
Chris Dumez
Comment 1 2018-03-22 08:45:09 PDT
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
Note You need to log in before you can comment on or make changes to this bug.