[Webkit-unassigned] [Bug 193633] New: Need cross-platform implementation of TestController::allowCacheStorageQuotaIncrease

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 20 15:07:18 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=193633

            Bug ID: 193633
           Summary: Need cross-platform implementation of
                    TestController::allowCacheStorageQuotaIncrease
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

Layout test http/wpt/cache-storage/cache-quota.any.html has been failing for GTK since r240156 "Add a new SPI to request for cache storage quota increase":

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/wpt/cache-storage/cache-quota.any-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/wpt/cache-storage/cache-quota.any-actual.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: Cache API operation failed: Quota exceeded
 CONSOLE MESSAGE: Cache API operation failed: Quota exceeded
 CONSOLE MESSAGE: Cache API operation failed: Quota exceeded

@@ -5,5 +6,5 @@
 PASS Testing non opaque response body size padding 
 PASS Testing opaque response body size padding 
 PASS Hitting cache quota for non opaque responses 
-PASS Hitting cache quota for padded responses 
+FAIL Hitting cache quota for padded responses promise_test: Unhandled rejection with value: object "QuotaExceededError: Quota exceeded"

We need to add a cross-platform implementation of TestController::allowCacheStorageQuotaIncrease using a new C API.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190120/65f071e7/attachment.html>


More information about the webkit-unassigned mailing list