This test introduced in http://trac.webkit.org/changeset/105294, but fails on Qt-WK2. I don't know if it is Qt specific bug or WK2 specific bug, because the Apple SL WK2 tester doesn't work long long time ago. --- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/url/degenerate-file-base-expected.txt +++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/url/degenerate-file-base-actual.txt @@ -1,2 +1,2 @@ Base URL: file:/// -Should say PASS: PASS +Should say PASS:
I skipped it: http://trac.webkit.org/changeset/105405/trunk/LayoutTests/platform/qt-wk2/Skipped
It also fails on Mac WK2. Looking into this.
This is caused by a bug in WebKitTestRunner - it creates a wrong URL for UNIX style paths. Note the two slashes after localhost: file://localhost//Users/ap/Safari/OpenSource/LayoutTests/fast/url/degenerate-file-base.html
Created attachment 123149 [details] proposed fix There is a good chance that this will change many other WK2 test results. I didn't check locally, because I'm getting way too much noise from already failing tests.
Comment on attachment 123149 [details] proposed fix Clearing flags on attachment: 123149 Committed r105461: <http://trac.webkit.org/changeset/105461>
All reviewed patches have been landed. Closing bug.