RESOLVED FIXED 143258
http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html failing on Mavericks wk2 debug
https://bugs.webkit.org/show_bug.cgi?id=143258
Summary http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html...
Attachments
Antti Koivisto
Comment 1 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.
Antti Koivisto
Comment 2 2015-03-31 04:09:51 PDT
Myles C. Maxfield
Comment 3 2015-12-07 16:05:47 PST
Removing Mavericks-specific lines from platform/mac/TestExpecations due to no longer supporting Mavericks.
Myles C. Maxfield
Comment 4 2015-12-07 16:10:52 PST
Note You need to log in before you can comment on or make changes to this bug.