Closed
Bug 1598389
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 20363 - Fix Chromium logger to properly handle expected test status
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20363 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20363
Details from upstream follow.
Luke Zielinski <lpz@chromium.org> wrote:
Fix Chromium logger to properly handle expected test status
When
test_end
passes through mozlog, theexpected
status will be
removed if it's the same as theactual
status.This was already fixed for
test_status
calls, but it also affects
test_end
. This PR refactors the expected status extraction into a
common place and adds more unit tests.
Assignee | ||
Comment 1•5 years ago
|
||
PR 20363 applied with additional changes from upstream: 945cb42ce6c37d4c5ccc5f179af4a01a8bd09e6e
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/19481ee0fd57
[wpt PR 20363] - Fix Chromium logger to properly handle expected test status, a=testonly
Assignee | ||
Comment 4•5 years ago
|
||
Test result changes from PR not available.
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•