Bug 48837

Summary: REGRESSION (r71097): Many http tests failing on Windows
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jennb
Priority: P2 Keywords: InRadar, LayoutTestFailure, PlatformOnly, Regression
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://build.webkit.org/results/Windows%20Release%20(Tests)/r71097%20(5872)/results.html
Attachments:
Description Flags
Only track resource identifiers in DRT when dumpResourceLoadCallbacks is on andersca: review+

Description Adam Roben (:aroben) 2010-11-02 08:23:07 PDT
r71097 [1] changed DRT to record resource identifiers even when dumpResourceLoadCallbacks is turned off. This made Windows diverge from the expected test results by including URLs for the main resource.

1. http://trac.webkit.org/changeset/71097
Comment 1 Adam Roben (:aroben) 2010-11-02 08:25:16 PDT
<rdar://problem/8620351>
Comment 2 Adam Roben (:aroben) 2010-11-02 08:28:20 PDT
Created attachment 72670 [details]
Only track resource identifiers in DRT when dumpResourceLoadCallbacks is on
Comment 3 Anders Carlsson 2010-11-02 08:29:24 PDT
Comment on attachment 72670 [details]
Only track resource identifiers in DRT when dumpResourceLoadCallbacks is on

View in context: https://bugs.webkit.org/attachment.cgi?id=72670&action=review

> WebKitTools/ChangeLog:59
> +

This seems unrelated?
Comment 4 Adam Roben (:aroben) 2010-11-02 08:29:51 PDT
Comment on attachment 72670 [details]
Only track resource identifiers in DRT when dumpResourceLoadCallbacks is on

View in context: https://bugs.webkit.org/attachment.cgi?id=72670&action=review

>> WebKitTools/ChangeLog:59
>> +
> 
> This seems unrelated?

Yes, whoops!
Comment 5 Adam Roben (:aroben) 2010-11-02 08:38:21 PDT
Committed r71116: <http://trac.webkit.org/changeset/71116>