Title: [182181] trunk/LayoutTests
- Revision
- 182181
- Author
- [email protected]
- Date
- 2015-03-31 03:59:24 -0700 (Tue, 31 Mar 2015)
Log Message
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
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.
* platform/mac-mavericks/TestExpectations: Added.
Skip the test on Mavericks.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (182180 => 182181)
--- trunk/LayoutTests/ChangeLog 2015-03-31 10:09:56 UTC (rev 182180)
+++ trunk/LayoutTests/ChangeLog 2015-03-31 10:59:24 UTC (rev 182181)
@@ -1,3 +1,18 @@
+2015-03-31 Antti Koivisto <[email protected]>
+
+ 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
+
+ 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.
+
+ * platform/mac-mavericks/TestExpectations: Added.
+
+ Skip the test on Mavericks.
+
2015-03-31 Xabier Rodriguez Calvar <[email protected]> and Youenn Fablet <[email protected]>
[Streams API] Implement a barebone ReadableStreamReader interface
Added: trunk/LayoutTests/platform/mac-mavericks/TestExpectations (0 => 182181)
--- trunk/LayoutTests/platform/mac-mavericks/TestExpectations (rev 0)
+++ trunk/LayoutTests/platform/mac-mavericks/TestExpectations 2015-03-31 10:59:24 UTC (rev 182181)
@@ -0,0 +1,2 @@
+# https://bugs.webkit.org/show_bug.cgi?id=143258
+http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes