Closed
Bug 1814275
Opened 2 years ago
Closed 2 years ago
Port bug 1795255: Stop importing useless modules in browser tests
Categories
(Thunderbird :: Upstream Synchronization, task)
Thunderbird
Upstream Synchronization
Tracking
(thunderbird_esr102 unaffected)
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
Lots of things to fix but it looks like --fix
will do the job for us.
Comment 1•2 years ago
|
||
(In reply to Geoff Lankow (:darktrojan) from comment #0)
Lots of things to fix but it looks like
--fix
will do the job for us.
Broadly yes. Just keep an eye out for any tests that mistakenly get the "browser-test" env file applied to them when they're really xpcshell tests or similar (because they're in the same directory as browser tests) - or for cases where existing globals (either DOM ones or ones defined by window-global scripts) have name conflicts with imported modules.
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → geoff
Status: NEW → ASSIGNED
Updated•2 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 111 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/2775e37bbbc8
Port bug 1795255: Stop importing useless modules in browser tests. r=freaktechnik
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•