Bug 202234 - [GTK] IndexedDB storage limit tests fail
Summary: [GTK] IndexedDB storage limit tests fail
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 13:36 PDT by Alicia Boya García
Modified: 2020-04-08 02:29 PDT (History)
4 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 13:36:36 PDT
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
Comment 1 Adrian Perez 2019-09-25 14:09:55 PDT
This looks very likely related to bug #166428 and it seems we
have some bug that results in disk quotas not being enforced.
Comment 2 Michael Catanzaro 2019-09-25 14:54:33 PDT
It cannot be related because r249530 is newer than 2.26, and my bug is several years old anyway.
Comment 3 Carlos Garcia Campos 2020-04-08 02:29:56 PDT
These are passing since r259705.