Bug 144575 - [GTK] Layout Test http/tests/loading/promote-img-preload-priority.html is failing
Summary: [GTK] Layout Test http/tests/loading/promote-img-preload-priority.html is fai...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-04 08:42 PDT by Marcos Chavarría Teijeiro (irc: chavaone)
Modified: 2017-03-11 10:59 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcos Chavarría Teijeiro (irc: chavaone) 2015-05-04 08:42:48 PDT
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
Comment 1 Marcos Chavarría Teijeiro (irc: chavaone) 2015-05-22 04:27:53 PDT
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.