Bug 37237 - [Qt] Update layoutTestController.DumpResourceLoadCallbacks to match other ports.
Summary: [Qt] Update layoutTestController.DumpResourceLoadCallbacks to match other ports.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Robert Hogan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-07 15:36 PDT by Robert Hogan
Modified: 2010-04-11 05:11 PDT (History)
1 user (show)

See Also:


Attachments
Patch (25.64 KB, patch)
2010-04-07 15:43 PDT, Robert Hogan
hausmann: review+
robert: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Hogan 2010-04-07 15:36:07 PDT
Unskip  http/tests/xmlhttprequest/abort-should-cancel-load.html
        http/tests/misc/will-send-request-returns-null-on-redirect.html
        fast/loader/user-style-sheet-resource-load-callbacks.html
        http/tests/misc/window-dot-stop.html
        http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html
        http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html
        http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html
        http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html
        http/tests/security/XFrameOptions/x-frame-options-deny.html
        http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow.html
        http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html
        http/tests/xmlhttprequest/abort-should-cancel-load.html

QNetworkReply::OperationCanceledError has a value of 5, so update expected results accordingly.


The following tests using DumpResourceLoadCallBacks still fail:

fast/loader/main-document-url-for-non-http-loads.html -> Qt returns full file path url instead of relative url, can't figure this one out.
http/tests/loading/307-after-303-after-post.html -> Think there's a network bug here.
http/tests/loading/redirect-methods.html -> Think there's a network bug here.                                          
http/tests/misc/favicon-loads-with-images-disabled.html -> setIconDatabaseEnabled not supported.
Comment 1 Robert Hogan 2010-04-07 15:43:03 PDT
Created attachment 52793 [details]
Patch
Comment 2 Robert Hogan 2010-04-11 05:11:58 PDT
Landed manually: r57416