Esmifying without import changes causes test failure from browser_all_files_referenced.js
Categories
(Core :: XPConnect, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: saschanaz, Assigned: standard8)
References
Details
Attachments
(1 file)
Because the test thinks the new .sys.mjs
file is never imported.
This can happen when the module is only imported by components from different directories.
Not sure how worth the fix would be, but anyway filing this so that it can be tracked.
Updated•3 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
The patch I've just added ends up removing the remaining references to jsm files. We're at the stage now where most files are converted, and we shouldn't be hitting this again.
Comment 4•2 years ago
|
||
Backed out 2 changesets (Bug 1801416, Bug 1845064) for causing failures in browser_all_files_referenced.js CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=423706588&repo=autoland&lineNumber=4208
Backout: https://hg.mozilla.org/integration/autoland/rev/3aee930a9705f1eed92ab38239318a2f735fc7ea
Comment 6•2 years ago
|
||
This was relanded, apologies for the inconvenience
Comment 7•2 years ago
|
||
Backed out after all for causing mochitests failures in browser_parsable_css.js.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | browser/base/content/test/static/browser_parsable_css.js | Got error message for chrome://browser/skin/translations/panel.css: Unexpected token ‘and’ in media list. -
Updated•2 years ago
|
Comment 9•2 years ago
|
||
bugherder |
Comment 10•2 years ago
|
||
bugherder |
Description
•