[Webkit-unassigned] [Bug 202234] New: [GTK] IndexedDB storage limit tests fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 25 13:36:36 PDT 2019


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

            Bug ID: 202234
           Summary: [GTK] IndexedDB storage limit tests fail
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

http/tests/IndexedDB/storage-limit-1.https.html
http/tests/IndexedDB/storage-limit-2.https.html
http/tests/IndexedDB/storage-limit.https.html

Failing since r249530:r249620

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/IndexedDB/storage-limit-1.https-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/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.

 TEST COMPLETE

-- 
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/20190925/4cb16d6d/attachment.html>


More information about the webkit-unassigned mailing list