Bug 202238 - [GTK] Several cache-storage tests failing
Summary: [GTK] Several cache-storage tests failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-25 14:17 PDT by Alicia Boya García
Modified: 2020-04-08 02:26 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2019-09-25 14:17:20 PDT
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
Comment 1 Carlos Garcia Campos 2020-04-08 02:26:59 PDT
These are passing since r259705.