Bug 25790 - REGRESSION (r43518): Multiple XHR tests asserting in createCFURLResponseWithDefaultMIMEType on Windows
Summary: REGRESSION (r43518): Multiple XHR tests asserting in createCFURLResponseWithD...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/Windo...
Keywords: InRadar, LayoutTestFailure, PlatformOnly, Regression
Depends on:
Blocks:
 
Reported: 2009-05-14 08:12 PDT by Adam Roben (:aroben)
Modified: 2009-05-14 11:58 PDT (History)
1 user (show)

See Also:


Attachments
Make a good assert and reenable the layout tests (4.71 KB, patch)
2009-05-14 11:48 PDT, Brady Eidson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2009-05-14 08:12:01 PDT
Several XHR tests, such as http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html, are failing an assertion in createCFURLResponseWithDefaultMIMEType. The assertion is:

    // We should never be applying the default MIMEType if we told the networking layer to do content sniffing for this URL.
    ASSERT(!ResourceHandle::shouldContentSniffURL(CFURLResponseGetURL(response)));
Comment 1 Adam Roben (:aroben) 2009-05-14 08:21:39 PDT
I don't know the effect in a Release build, but Brady probably does.
Comment 2 Adam Roben (:aroben) 2009-05-14 08:23:52 PDT
Added the tests to the Skipped file in r43702
Comment 3 Adam Roben (:aroben) 2009-05-14 08:24:22 PDT
<rdar://problem/6887762>
Comment 4 Brady Eidson 2009-05-14 11:48:14 PDT
Created attachment 30346 [details]
Make a good assert and reenable the layout tests
Comment 5 Brady Eidson 2009-05-14 11:58:43 PDT
http://trac.webkit.org/changeset/43716