Bug 142818 - [GTK] Layout Test http/tests/cache/disk-cache-vary-cookie.html is failing
Summary: [GTK] Layout Test http/tests/cache/disk-cache-vary-cookie.html is failing
Status: RESOLVED DUPLICATE of bug 142821
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-18 03:50 PDT by Marcos Chavarría Teijeiro (irc: chavaone)
Modified: 2015-03-23 14:18 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***