Closed
Bug 1509797
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14232 - Rewrite `async_test(document.title)` to just `async_test()`
Categories
(Core :: Storage: IndexedDB, enhancement, P4)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14232 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14232
Details from upstream follow.
Philip Jägenstedt <philip@foolip.org> wrote:
> Rewrite `async_test(document.title)` to just `async_test()`
>
> If no test name is given, `document.title` is effectively already used
> in testharness.js:
> https://github.com/web-platform-tests/wpt/blob/0ddb31913184805fa3725e22e5b88046e961996b/resources/testharness.js#L3218-L3224
Assignee | ||
Comment 1•7 years ago
|
||
PR 14232 applied with additional changes from upstream: 1f92ddd1228e19c9524f27d04fac413ae77d1ea3, 565cc2b9a470fdf83c703033d7beb3140aa3a6ce
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM: IndexedDB
Product: Testing → Core
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=12ca899f58b7fb37683ffd83c5888b1c9a3d69f4
Assignee | ||
Comment 4•7 years ago
|
||
Ran 91 tests and 51 subtests
OK : 89
PASS : 51
Tests that are disabled for instability:
/eventsource/format-field-retry-bogus.htm
/eventsource/format-field-retry.htm
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/eaada8efafca
[wpt PR 14232] - Rewrite `async_test(document.title)` to just `async_test()`, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ff48ed58aced
[wpt PR 14232] - Rewrite `async_test(document.title)` to just `async_test()`, a=testonly
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•