[Webkit-unassigned] [Bug 202736] [WPE] Several appcache and cache-storage tests are failing or flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 02:56:15 PDT 2019


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

--- Comment #1 from Miguel Gomez <magomez at igalia.com> ---
We have more tests failing due to r249614:

http/tests/IndexedDB/storage-limit-2.https.html [ Failure ]
http/tests/IndexedDB/storage-limit.https.html [ Failure ]
storage/indexeddb/storage-limit.html [ Failure ]
storage/indexeddb/modern/handle-user-delete.html [ Timeout ]
storage/indexeddb/modern/new-database-after-user-delete.html [ Timeout ]

and these are the diffs for the non timeout cases:

http/tests/IndexedDB/storage-limit-2.https.html [ Failure ]
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/http/tests/IndexedDB/storage-limit-2.https-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/http/tests/IndexedDB/storage-limit-2.https-actual.txt
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: Cache API operation failed: Quota exceeded
 This test makes sure that storage of indexedDB and Cache API do not grow unboundedly.

 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -14,8 +13,9 @@
 store = db.transaction('store', 'readwrite').objectStore('store')
 request = store.add(new Uint8Array(204800), 'key')
 finished idb processing
-Cache API store operation failed: QuotaExceededError: Quota exceeded
+FAIL Cache API store operation succeeded
 PASS successfullyParsed is true
+Some tests failed.

 TEST COMPLETE



http/tests/IndexedDB/storage-limit.https.html [ Failure ]
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/http/tests/IndexedDB/storage-limit.https-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/http/tests/IndexedDB/storage-limit.https-actual.txt
@@ -12,10 +12,9 @@
 db = event.target.result
 store = db.transaction('store', 'readwrite').objectStore('store')
 request = store.add(new Uint8Array(204800), '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



storage/indexeddb/storage-limit.html [ Failure ]
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/indexeddb/storage-limit-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/indexeddb/storage-limit-actual.txt
@@ -27,11 +27,9 @@
 store.add(new Uint8Array(1), 9).onsuccess = ()=> { ++addCount; }
 store.add(new Uint8Array(1), 10).onsuccess = ()=> { ++addCount; }
 request = store.add(new Uint8Array(409601), 0)
-PASS addCount is 10
-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/20191009/8e7b68f5/attachment-0001.html>


More information about the webkit-unassigned mailing list