Bug 137787 - [Win] Update DRT to match Mac Logic
Summary: [Win] Update DRT to match Mac Logic
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-16 13:46 PDT by Brent Fulgham
Modified: 2014-10-16 15:08 PDT (History)
1 user (show)

See Also:


Attachments
Patch (13.25 KB, patch)
2014-10-16 13:56 PDT, Brent Fulgham
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>