Disable tests for IDBTransaction.commit to avoid intermittent timeouts.
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Branch
- default
| Time | Test | |
|---|---|---|
| 32,358 ms | code-review::mercurial WARNING: The code review bot failed to apply your patch.
unable to find 'testing/web-platform/meta/IndexedDB/idb-explicit-commit.any.js.ini' for patching (use '--prefix' to apply patch relative to the current directory) 1 out of 1 hunks FAILED -- saving rejects to file testing/web-platform/meta/IndexedDB/idb-explicit-commit.any.js.ini.rej abort: patch failed to apply |
Event Timeline
Comment Actions
So here's my understanding of this for the other webidl folks as @asuth explained to me in person: The first patch implementing this API was just a stub, and that got to beta, but the actual implementation didn't. It should've probably landed behind a pref or such, but uplifting this to beta to correct that mistake looks good.
The API is implemented and passing tests on nightly.