Closed
Bug 1527478
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 15350 - Fetch: use `t.step_timeout()` instead of bare `step_timeout()`
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 15350 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/15350
Details from upstream follow.
Philip Jägenstedt <philip@foolip.org> wrote:
Fetch: use
t.step_timeout()
instead of barestep_timeout()
This avoid a harness error in the case of failure:
https://wpt.fyi/results/fetch/stale-while-revalidate?run_id=6045131320852480&run_id=4797529354928128&run_id=6524192509919232&run_id=6492651545165824
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=c5870409ed0fa225acf89bfd10795a3af4f00c5b
Assignee | ||
Comment 2•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ad6303b6e2e55c768f9c5d61807a9d99873fbe70
Assignee | ||
Comment 3•2 years ago
|
||
Ran 2 tests and 2 subtests OK : 1 FAIL : 1 TIMEOUT: 2
Updated•2 years ago
|
Component: DOM → DOM: Core & HTML
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/ede03586f13b [wpt PR 15350] - Fetch: use `t.step_timeout()` instead of bare `step_timeout()`, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/9ef5380f4ea9 [wpt PR 15350] - Update wpt metadata, a=testonly
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/83d693e14a49 [wpt PR 15350] - Fetch: use `t.step_timeout()` instead of bare `step_timeout()`, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/50f191b516fe [wpt PR 15350] - Update wpt metadata, a=testonly
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/83d693e14a49
https://hg.mozilla.org/mozilla-central/rev/50f191b516fe
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•