mpich icon indicating copy to clipboard operation
mpich copied to clipboard

Coverage tests are broken

Open mpichbot opened this issue 9 years ago • 3 comments

Originally by gropp on 2015-03-31 14:58:27 -0500


The coverage tests aren't seeing most of the source files. I'll look into the problem.

mpichbot avatar Oct 14 '16 19:10 mpichbot

Originally by gropp on 2015-04-04 12:34:14 -0500


Something has changed in the build system, causing the filenames that gcov expects to not be present, and instead some ghastly lib_libmpi_la-xxx name, as in

lib_libmpi_la-attr_get.gcno
lib_libmpi_la-attr_get.lo
lib_libmpi_la-attr_get.o

Since the source file is not named lib_libmpi_la-attr_get.c, gcov won't find the data.

Is the some reason for this choice?

mpichbot avatar Oct 14 '16 19:10 mpichbot

Originally by William Gropp [email protected] on 2015-09-14 20:15:20 -0500


In 16905e60a726d421d522c502f2d065d0ba88ee24: Fixes for coverage target.

Handles changes in the object file naming convention in both Makefile.am and getcoverage script. Refs #2252

Signed-off-by: Ken Raffenetti [email protected]

mpichbot avatar Oct 14 '16 19:10 mpichbot

Need status update.

hzhou avatar Mar 13 '21 18:03 hzhou

I assume the last comment means the issue was fixed. Certainly the coverage may not be ideal, but that's for another issue another time.

hzhou avatar Aug 30 '22 19:08 hzhou