Bug 137787

Summary: [Win] Update DRT to match Mac Logic
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch dino: review+

Description Brent Fulgham 2014-10-16 13:46:50 PDT
The Windows port doesn't mimic the logic used in Mac DRT in a few places:

1. printf output during certain delegate operations do not match.
2. Certain 'error' categories of URL used in some HTTP/HTTPS tests are not implemented properly in Windows DRT.

This patch corrects both of these problems. Once it is integrated, we can begin turning some of these HTTP tests back on.
Comment 1 Brent Fulgham 2014-10-16 13:56:45 PDT
Created attachment 239963 [details]
Patch
Comment 2 Brent Fulgham 2014-10-16 15:08:15 PDT
Committed r174796: <http://trac.webkit.org/changeset/174796>