Bug 291278
| Summary: | REGRESSION(iOS 18): [ iOS ] http/tests/IndexedDB/storage-limit-1.https.html is a flaky failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yasmin Karimi <y_karimi> |
| Component: | Website Storage | Assignee: | rupin |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | sihui_liu, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yasmin Karimi
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/148842538>
EWS
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
Pull request: https://github.com/WebKit/WebKit/pull/46429
EWS
Committed 295952@main (b40bb117e94a): <https://commits.webkit.org/295952@main>
Reviewed commits have been landed. Closing PR #46429 and removing active labels.