Closed
Bug 1895799
Opened 1 year ago
Closed 1 year ago
Add tags to exclude IndexedDB wpt tests from private browsing mode
Categories
(Core :: Storage: IndexedDB, task, P3)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
128 Branch
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: jari, Assigned: jari)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
If indexedDB web platform tests are run in private browsing mode with
mach wpt --setpref=browser.privatebrowsing.autostart=true --setpref=dom.cache.privateBrowsing.enabled=true testing/web-platform/tests/IndexedDB
many tests fail because serviceworkers are not available, there are three failures with keypath-special-identifiers and so on.
The IndexedDB wpt suite is not usable to catch regressions in the private browsing mode on CI as long as these permanent failures are present.
It is not possible to set an expectation that these tests are known to fail but if the tests are given a suitable tag in their respective .ini metadata files, they can be excluded from the run with --exclude-tag=tag_name.
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by jjalkanen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fb3523f92858
Add tags to exclude IDB wpt tests from private browsing mode. r=dom-storage-reviewers,janv
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•