Closed
Bug 1676906
Opened 5 years ago
Closed 5 years ago
Remove unnecessary thread names from the no-new-threads checker list
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox85 fixed)
RESOLVED
FIXED
85 Branch
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: KrisWright, Assigned: KrisWright)
Details
Attachments
(1 file)
It looks like some threads were removed without taking them off of ThreadAllows.txt. Since the checker also helps us keep track of which threads are still in tree, it helps to make sure it doesn't bit rot.
| Assignee | ||
Comment 1•5 years ago
|
||
Sometimes thread names bit rot in the list because there is no checker in place to ensure they are still active. The threads I removed have either:
-Been converted to use the background thread pool
-Been removed entirely
-Been renamed
And they no longer require entries in the list.
Updated•5 years ago
|
Assignee: nobody → kwright
Status: NEW → ASSIGNED
Pushed by kwright@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0548a20d2682
Remove unnecessary names in ThreadAllows.txt r=andi
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•