Closed Bug 1344165 Opened 8 years ago Closed 6 years ago

Disable optimizations in the linux64-ccov build

Categories

(Testing :: Code Coverage, defect)

Version 3
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: marco, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Optimizations can mess up the code coverage information: https://gcc.gnu.org/onlinedocs/gcc/Gcov-and-Optimization.html.
Most tests are timing out, probably because they are too slow if optimizations are disabled.
Yeah, I think this is going to lead to having a bad time. I wonder how well gcov plays with the -Og optimization flag that was added in GCC 4.8? "-Og Optimize debugging experience. -Og enables optimizations that do not interfere with debugging. It should be the optimization level of choice for the standard edit-compile-debug cycle, offering a reasonable level of optimization while maintaining fast compilation and a good debugging experience."
I've tried a few different options: "-O0" with longer timeouts: https://treeherder.mozilla.org/#/jobs?repo=try&revision=24d0b9e7cb04a04a5277e8c439d146599f5dd66e&selectedJob=83217482 "-Og -fno-inline": https://treeherder.mozilla.org/#/jobs?repo=try&revision=95e638e7191cf9cdbdd1c80f760799a4a703542c "-O1 -fno-inline": https://treeherder.mozilla.org/#/jobs?repo=try&revision=af6b7f3300158b1c9568ee0b6b3968f3744db910 "-Og": https://treeherder.mozilla.org/#/jobs?repo=try&revision=fabd0a3a6efa7df4b883746b5f307b3a7149c967 "-O0" is probably not feasible, even with longer timeouts there are a lot of failures. "-Og" is definitely feasible, just 10 failures. I'll try "-Og -fno-inline" with longer timeouts next.
See Also: → 1358201
https://treeherder.mozilla.org/#/jobs?repo=try&revision=52a09f6bd27c3a8b303bdbbaeda1d91aa174e9dd We should make a list of the chunks that are failing because of a task timeout and a list of those failing because of an individual timeout.
It's too expensive, so we won't do this.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: