RESOLVED FIXED295993
[ iOS ] http/tests/IndexedDB/storage-limit-1.https.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=295993
Summary [ iOS ] http/tests/IndexedDB/storage-limit-1.https.html is a flakey text failure
Bryan Medina
Reported 2025-07-15 10:41:01 PDT
http/tests/IndexedDB/storage-limit-1.https.html is a flakey text failure occurring on iOS HISTORY: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2FIndexedDB%2Fstorage-limit-1.https.html TEXT DIFF: --- /Volumes/Data/worker/Apple-iOS-18-Simulator-Release-WK2-Tests/build/layout-test-results/http/tests/IndexedDB/storage-limit-1.https-expected.txt +++ /Volumes/Data/worker/Apple-iOS-18-Simulator-Release-WK2-Tests/build/layout-test-results/http/tests/IndexedDB/storage-limit-1.https-actual.txt @@ -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 TEXT DIFF URL: https://build.webkit.org/results/Apple-iOS-18-Simulator-Release-WK2-Tests/297396@main%20(2607)/http/tests/IndexedDB/storage-limit-1.https-diff.txt
Attachments
Radar WebKit Bug Importer
Comment 1 2025-07-15 10:41:59 PDT
Bryan Medina
Comment 2 2025-07-15 18:26:52 PDT
I was able to reproduce this text failure locally on my device with iOS 18 Simulator Release ToT using this command: run-webkit-tests http/tests/IndexedDB/storage-limit-1.https.html --ios-simulator --iterations=1000 -f --child-processes=1 --no-retry-failures
EWS
Comment 3 2025-07-15 18:46:39 PDT
Test gardening commit 297431@main (9fd72fb6a130): <https://commits.webkit.org/297431@main> Reviewed commits have been landed. Closing PR #48096 and removing active labels.
Sihui Liu
Comment 4 2025-10-27 22:08:18 PDT
EWS
Comment 5 2025-10-28 10:54:28 PDT
Committed 302244@main (c4802933f09a): <https://commits.webkit.org/302244@main> Reviewed commits have been landed. Closing PR #53072 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.