Closed
Bug 1760801
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 33066 - Output Chromium log on `shutdown`, not `suite_end`
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox100 fixed)
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33066 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33066
Details from upstream follow.
Jonathan Lee <jonathanjlee@google.com> wrote:
Output Chromium log on
shutdown
, notsuite_end
Fixes #33064
It seems that
logger.suite_start
andlogger.suite_end
are running too often (at least for Chromium, where the test report is cumulative).I'm not sure how widely the
--repeat
flag is used in practice with a value >1. This change may impact downstream users who rely on the current behavior of logging every repetition.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a54868bb4712
[wpt PR 33066] - Output Chromium log on `shutdown`, not `suite_end`, a=testonly
Assignee | ||
Comment 3•3 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/427c37337fac
[wpt PR 33066] - Output Chromium log on `shutdown`, not `suite_end`, a=testonly
Comment 5•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•