RESOLVED FIXED291278
REGRESSION(iOS 18): [ iOS ] http/tests/IndexedDB/storage-limit-1.https.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=291278
Summary REGRESSION(iOS 18): [ iOS ] http/tests/IndexedDB/storage-limit-1.https.html i...
Yasmin Karimi
Reported 2025-04-08 11:27:21 PDT
http/tests/IndexedDB/storage-limit-1.https.html This test is a flaky failure on iOS. HISTORY: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2FIndexedDB%2Fstorage-limit-1.https.html TEXT DIFF: @@ -13,9 +13,10 @@ 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 request.error.code should be 22. Was 0. +FAIL request.error.name should be QuotaExceededError. Was UnknownError. PASS successfullyParsed is true +Some tests failed. TEST COMPLETE DIFF URL: https://build.webkit.org/results/Apple-iPadOS-18-Simulator-Release-WK2-Tests/293420@main%20(725)/http/tests/IndexedDB/storage-limit-1.https-pretty-diff.html REPRODUCIBILITY: I was unable to reproduce on the iOS 18.2 simulator. REGRESSION: This test appears to have began failing when moved from iOS 17 to iOS 18. This shows the regression more clearly: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2FIndexedDB%2Fstorage-limit-1.https.html&recent=false&version_name=iOS%2018&version_name=iOS%2017
Attachments
Radar WebKit Bug Importer
Comment 1 2025-04-08 11:27:31 PDT
EWS
Comment 2 2025-04-08 11:35:51 PDT
Test gardening commit 293425@main (5d9ff8626251): <https://commits.webkit.org/293425@main> Reviewed commits have been landed. Closing PR #43803 and removing active labels.
rupin
Comment 3 2025-06-06 11:44:07 PDT
EWS
Comment 4 2025-06-06 17:36:28 PDT
Committed 295952@main (b40bb117e94a): <https://commits.webkit.org/295952@main> Reviewed commits have been landed. Closing PR #46429 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.