[Webkit-unassigned] [Bug 196199] New: [GTK] [WPE] Regression in http/tests/IndexedDB/storage-limit-1.https.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 03:40:45 PDT 2019


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

            Bug ID: 196199
           Summary: [GTK] [WPE] Regression in
                    http/tests/IndexedDB/storage-limit-1.https.html
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

Likely this regression was introduced in r243339 (Cache API and IDB space usages should be initialized on first quota check https://bugs.webkit.org/show_bug.cgi?id=195707). It has been failing since then onwards.

--- /WebKit/WebKitBuild/Release/layout-test-results/http/tests/IndexedDB/storage-limit-1.https-expected.txt
+++ /WebKit/WebKitBuild/Release/layout-test-results/http/tests/IndexedDB/storage-limit-1.https-actual.txt
@@ -12,10 +12,9 @@
 db = event.target.result
 store = db.transaction('store', 'readwrite').objectStore('store')
 request = store.add(new Uint8Array(300 * 1024), 'key')
-PASS 'error' in request is true
-PASS request.error.code is DOMException.QUOTA_EXCEEDED_ERR
-PASS request.error.name is "QuotaExceededError"
+FAIL Add operation should fail because storage limit is reached, but succeeded.
 PASS successfullyParsed is true
+Some tests failed.

-- 
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/20190325/0ebd2532/attachment.html>


More information about the webkit-unassigned mailing list