[wpt-sync] Sync PR 17889 - Add per-subtest timeouts to "<img> relevant mutations" test
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 17889 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/17889
Details from upstream follow.
Fredrik Söderquist <fs@opera.com> wrote:
Add per-subtest timeouts to "<img> relevant mutations" test
The test:
wpt/html/semantics/embedded-content/the-img-element/relevant-mutations.html
relies on the harness timeout if there are any subtests that are waiting
for a 'load' or 'error' event that (erroneously) never arrive. Since the
Blink test runner rely on external timeout handling, this means we never
get any output. This in turn means it's difficult to track changes to
this test.Add an explicit timeout for the cases mentioned above, using the same
timeout (1000ms) as used for the "expected" timeouts. (Theoretically
this means flakiness, but it's no different than before.) This makes the
subtests FAIL rather than timeout via the harness timeout.Bug: 834325
Change-Id: I73a909e791d5074d819c750527f80695289f31da
Reviewed-on: https://chromium-review.googlesource.com/1706695
WPT-Export-Revision: 65f6133b9f7728c6c71423c7c83561f9d56a33bc
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Comment 9•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9c66b03f4bfb
https://hg.mozilla.org/mozilla-central/rev/6b8227606ff1
Description
•