Bug 143258 - http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html failing on Mavericks wk2 debug
Summary: http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-31 03:50 PDT by Antti Koivisto
Modified: 2015-12-07 16:10 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Antti Koivisto 2015-03-31 03:56:02 PDT
The test relies on resource priorities. Those don't roundtrip when serializing via NSURLRequest on Mavericks due to ResourceRequest::resourcePrioritiesEnabled() returning false.

It is bit surprising it works on release but not on debug. I suspect some debug code forces NSURLRequest construction and so we end up on the roundtrip code path.
Comment 2 Antti Koivisto 2015-03-31 04:09:51 PDT
Skipped on Maveriks: http://trac.webkit.org/changeset/182181
Comment 3 Myles C. Maxfield 2015-12-07 16:05:47 PST
Removing Mavericks-specific lines from platform/mac/TestExpecations due to no longer supporting Mavericks.
Comment 4 Myles C. Maxfield 2015-12-07 16:10:52 PST
Committed r193663: <http://trac.webkit.org/changeset/193663>