Bug 141701
| Summary: | [GTK] Layout Test http/tests/cache/disk-cache-disable.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcos Chavarría Teijeiro (irc: chavaone) <chavarria1991> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marcos Chavarría Teijeiro (irc: chavaone)
The http/tests/cache/disk-cache-disable.html layout test is failing since it was added on r180148(https://trac.webkit.org/changeset/180148).
Disk Cache seems not to be working.
The diff is the following:
--- /home/ch01/wk-tools/layout-test-results/http/tests/cache/disk-cache-disable-expected.txt
+++ /home/ch01/wk-tools/layout-test-results/http/tests/cache/disk-cache-disable-actual.txt
@@ -5,7 +5,7 @@
Default (cache enabled)
response headers: {"Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
Disabling cache
response headers: {"Cache-control":"max-age=100"}
@@ -13,7 +13,7 @@
Re-enabling cache
response headers: {"Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
PASS successfullyParsed is true
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Marcos Chavarría Teijeiro (irc: chavaone)
*** This bug has been marked as a duplicate of bug 141702 ***