Unused references to StructuredLog.jsm are lying around and break things if referencing missing chrome files is forbidden
Categories
(Testing :: Mochitest, task)
Tracking
(firefox-esr102 unaffected, firefox108 unaffected, firefox109 wontfix, firefox110 fixed)
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox108 | --- | unaffected |
firefox109 | --- | wontfix |
firefox110 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
Attachments
(1 file)
After bug 1801368 the references in the harness files ( testing/mochitest/browser-harness.xhtml and testing/mochitest/harness.xhtml ) were left behind, as well as some comment references. They don't load, however, as the file has been moved and these aren't ChromeUtils.import
calls so don't get shimmed by the jsm-to-sys.mjs conversion work - the harness relies on the import at https://searchfox.org/mozilla-central/rev/72d9bf2d4128990cd1f349d4e15003e515277982/testing/mochitest/tests/SimpleTest/TestRunner.js#18-23 to access structured logging.
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Set release status flags based on info from the regressing bug 1801368
Assignee | ||
Comment 2•2 years ago
|
||
Comment 4•2 years ago
|
||
bugherder |
Comment 5•2 years ago
|
||
The patch landed in nightly and beta is affected.
:Gijs, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox109
towontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 6•2 years ago
|
||
(changing some fields to make the bot happier...)
This isn't worth uplifting, certainly not at this stage of beta.
Description
•