Bug 202238
| Summary: | [GTK] Several cache-storage tests failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=210106 | ||
Alicia Boya García
http/tests/cache-storage/cache-clearing-all.https.html
http/tests/cache-storage/cache-clearing-origin.https.html
http/tests/cache-storage/cache-origins.https.html
Failing since r249530:r249620
http/tests/cache-storage/cache-persistency.https.html
Failing since r249709:r249813
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache-storage/cache-clearing-origin.https-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache-storage/cache-clearing-origin.https-actual.txt
@@ -1,7 +1,7 @@
PASS Create a cache storage from localhost and clear it
-PASS Clearing disk cache of a given origin
+FAIL Clearing disk cache of a given origin assert_true: hasDOMCache with actual origin expected true got false
PASS Validating cache representation before clearing
-PASS Validating cache representation after clearing
+FAIL Validating cache representation after clearing assert_array_equals: lengths differ, expected 0 got 1
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache-storage/cache-persistency.https-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache-storage/cache-persistency.https-actual.txt
@@ -1,8 +1,8 @@
PASS Cleaning existing caches
-PASS Clear memory representation but keep disk persistency
+FAIL Clear memory representation but keep disk persistency assert_true: A cache object should be found expected true got false
PASS Cleaning added caches from previous test
-PASS Adding/Removing caches and clearing in memory representation at various times
+FAIL Adding/Removing caches and clearing in memory representation at various times assert_array_equals: lengths differ, expected 2 got 3
PASS Cleaning added caches
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
These are passing since r259705.