Closed
Bug 1618885
Opened 6 years ago
Closed 3 years ago
Remove `&& !is_fennec` condition in mochitest.list files
Categories
(Testing :: Mochitest, task)
Tracking
(firefox112 fixed)
RESOLVED
FIXED
112 Branch
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: kats, Assigned: m_kato)
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/search?q=is_fennec shows a bunch of mochitest.list files with the && !is_fennec condition. Now that fennec is out of the tree and we're not running tests on it any more, we should be able to drop these clauses and maybe also remove the is_fennec condition entirely from mozinfo.
Updated•3 years ago
|
Severity: normal → S3
| Assignee | ||
Comment 1•3 years ago
|
||
is_fennec is unused now, let's remove it.
Updated•3 years ago
|
Assignee: nobody → m_kato
Status: NEW → ASSIGNED
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/2aa3ab070362
Remove unused is_fennec. r=jmaher,geckoview-reviewers,extension-reviewers,credential-management-reviewers,sgalich,robwu,calu
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•