RESOLVED FIXED 25790
REGRESSION (r43518): Multiple XHR tests asserting in createCFURLResponseWithDefaultMIMEType on Windows
https://bugs.webkit.org/show_bug.cgi?id=25790
Summary REGRESSION (r43518): Multiple XHR tests asserting in createCFURLResponseWithD...
Adam Roben (:aroben)
Reported 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)));
Attachments
Make a good assert and reenable the layout tests (4.71 KB, patch)
2009-05-14 11:48 PDT, Brady Eidson
darin: review+
Adam Roben (:aroben)
Comment 1 2009-05-14 08:21:39 PDT
I don't know the effect in a Release build, but Brady probably does.
Adam Roben (:aroben)
Comment 2 2009-05-14 08:23:52 PDT
Added the tests to the Skipped file in r43702
Adam Roben (:aroben)
Comment 3 2009-05-14 08:24:22 PDT
Brady Eidson
Comment 4 2009-05-14 11:48:14 PDT
Created attachment 30346 [details] Make a good assert and reenable the layout tests
Brady Eidson
Comment 5 2009-05-14 11:58:43 PDT
Note You need to log in before you can comment on or make changes to this bug.