Bug 144575
Summary: | [GTK] Layout Test http/tests/loading/promote-img-preload-priority.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marcos Chavarría Teijeiro (irc: chavaone) <chavarria1991> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Marcos Chavarría Teijeiro (irc: chavaone)
The http/tests/loading/promote-img-preload-priority.html layout test is failing on GTK+ since revision r183681 (http://trac.webkit.org/changeset/183681).
This revision updates the expected file.
The diff is the following:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/loading/promote-img-preload-priority-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/loading/promote-img-preload-priority-actual.txt
@@ -1,9 +1,6 @@
main frame - didStartProvisionalLoadForFrame
main frame - didCommitLoadForFrame
-http://127.0.0.1:8000/resources/js-test-pre.js has priority Medium
-http://127.0.0.1:8000/misc/resources/image-slow.pl has priority VeryLow
-http://127.0.0.1:8000/resources/js-test-post.js has priority Medium
-http://127.0.0.1:8000/misc/resources/image-slow.pl changed priority to Low
+CONSOLE MESSAGE: line 5: TypeError: testRunner.dumpResourceRequestPriorities is not a function. (In 'testRunner.dumpResourceRequestPriorities()', 'testRunner.dumpResourceRequestPriorities' is undefined)
main frame - didFinishDocumentLoadForFrame
main frame - didHandleOnloadEventsForFrame
main frame - didFinishLoadForFrame
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Marcos Chavarría Teijeiro (irc: chavaone)
The test is failing since it was added not since revision r183681. The problem seems to be that dumpResourceRequestPriorities testRunner method doesn't seem to be implemented.