WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
202234
[GTK] IndexedDB storage limit tests fail
https://bugs.webkit.org/show_bug.cgi?id=202234
Summary
[GTK] IndexedDB storage limit tests fail
Alicia Boya García
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Adrian Perez
Comment 1
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.
Michael Catanzaro
Comment 2
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.
Carlos Garcia Campos
Comment 3
2020-04-08 02:29:56 PDT
These are passing since
r259705
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug