Closed
Bug 1524932
Opened 7 years ago
Closed 5 years ago
Improve code coverage speed in removing useless files at compile time on Linux and Mac
Categories
(Testing :: Code Coverage, enhancement)
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: marco, Assigned: calixte)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1491004 +++
In bug 1491004, we implemented this for Windows.
We should do the same for Linux and Mac.
The Linux implementation depends on switching to Clang.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → cdenizet
| Reporter | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•5 years ago
|
||
Some files don't need to be instrumented since we don't care about their coverage (e.g. /usr/include/* on linux).
Pushed by cdenizet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d81e3e0933ea
Don't instrument some files when doing ccov. r=marco
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•