Bug 143258

Summary: http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html failing on Mavericks wk2 debug
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mark.lam, mmaxfield
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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>