Bug 37237

Summary: [Qt] Update layoutTestController.DumpResourceLoadCallbacks to match other ports.
Product: WebKit Reporter: Robert Hogan <robert>
Component: Tools / TestsAssignee: Robert Hogan <robert>
Status: RESOLVED FIXED    
Severity: Normal CC: kenneth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch hausmann: review+, robert: commit-queue-

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