forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IndexedDB: Speed up and refactor IDBIndex get all WPTs
Brings the `IDBObjectStore` get all WPT improvements to `IBDIndex` https://chromium-review.googlesource.com/c/chromium/src/+/6098322 1. Updates test setup skip creating unused `IDBObjectStores` and `IDBIndexes`. 2. Adds `META: timeout=long`. 3. Refactors the tests to use the `get_all_test()` helper function, which eliminates duplicated boilerplate code. Bug: 378869818,383436041,379457908,379479285 Change-Id: I6a3b0413801512efeefa1e7905851c32d345fe56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6098818 Reviewed-by: Rahul Singh <rahsin@microsoft.com> Reviewed-by: Evan Stade <estade@chromium.org> Commit-Queue: Steve Becker <stevebe@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1397470}
- Loading branch information
1 parent
810cb30
commit bc8ab39
Showing
5 changed files
with
265 additions
and
714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.