Bug 142818

Summary: [GTK] Layout Test http/tests/cache/disk-cache-vary-cookie.html is failing
Product: WebKit Reporter: Marcos Chavarría Teijeiro (irc: chavaone) <chavarria1991>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: andersca, cdumez, chavarria1991, clopez, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Marcos Chavarría Teijeiro (irc: chavaone) 2015-03-18 03:50:50 PDT
The http/tests/cache/disk-cache-vary-cookie.html layout test is failing on GTK since it was added on r181651.

--- /home/ch01/jhbuild/src/WebKit/WebKitBuild/Release/layout-test-results/http/tests/cache/disk-cache-vary-cookie-expected.txt
+++ /home/ch01/jhbuild/src/WebKit/WebKitBuild/Release/layout-test-results/http/tests/cache/disk-cache-vary-cookie-actual.txt
@@ -12,24 +12,24 @@
 
 Loading again
 response headers: {"Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
 
 response headers: {"Vary":"Cookie","Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
 
 Changing cookie and loading
 response headers: {"Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
 
 response headers: {"Vary":"Cookie","Cache-control":"max-age=100"}
 response source: Network
 
 Loading again
 response headers: {"Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
 
 response headers: {"Vary":"Cookie","Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
 
 PASS successfullyParsed is true

Disk cache seems not to be working on GTK.
Comment 1 Chris Dumez 2015-03-23 14:18:47 PDT

*** This bug has been marked as a duplicate of bug 142821 ***