haikuwebkit/LayoutTests/storage
Sihui Liu bb1e5be917 [ macOS wk2 ARM 64 ] storage/indexeddb/IDBObject-leak.html is a flakey text failure
https://bugs.webkit.org/show_bug.cgi?id=223453
<rdar://problem/75580609>

Reviewed by Youenn Fablet.

As JavaScriptCore uses conservative GC, transaction may be still be alive after one gc call, so we should invoke
gc multiple times.

Also, this patch renames IDBObject-leak.html to database-transaction-cycle.html to better indicate what it is
testing.

* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/wk2/TestExpectations:
* storage/indexeddb/IDBObject-leak-expected.txt: Removed.
* storage/indexeddb/IDBObject-leak.html: Removed.
* storage/indexeddb/database-transaction-cycle-expected.txt: Added.
* storage/indexeddb/database-transaction-cycle.html: Added.
* storage/indexeddb/resources/database-transaction-cycle-iframe.html: Added.


Canonical link: https://commits.webkit.org/240142@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280510 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-07-31 06:41:34 +00:00
..
domstorage Enforce a quota in window.sessionStorage 2021-06-04 21:21:48 +00:00
indexeddb [ macOS wk2 ARM 64 ] storage/indexeddb/IDBObject-leak.html is a flakey text failure 2021-07-31 06:41:34 +00:00
resources
websql Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
storageinfo-missing-arguments-expected.txt
storageinfo-missing-arguments.html
storageinfo-no-callbacks-expected.txt
storageinfo-no-callbacks.html
storageinfo-query-usage-expected.txt
storageinfo-query-usage.html
storageinfo-request-quota-expected.txt
storageinfo-request-quota.html
storagequota-query-usage-expected.txt
storagequota-query-usage.html
storagequota-request-quota-expected.txt
storagequota-request-quota.html