[wpt-sync] Sync PR 21763 - Update chromium logger to identify subtest failures.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox75 fixed)
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21763 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21763
Details from upstream follow.
Luke Zielinski <lpz@chromium.org> wrote:
Update chromium logger to identify subtest failures.
This also fixes a bug where a subtest failure would be hidden because
the expected_status was evaluated too late intest_end. For a
subtest failure the test status is Pass. But for Chromium, we flip this
"actual" status to a failure.
But the actual status is also used as a fall-back for the expected status
(see explanation in chromium.py:126). So ifexpectedis evaluated after the
"flip", it will just matchactualand the failure will be marked as
an "expected" failure.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
| bugherder | ||
Description
•