qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [BUG] gcov support appears to be broken
@ 2019-08-05 10:39 Aleksandar Markovic
  2019-08-05 11:02 ` Peter Maydell
  0 siblings, 1 reply; 9+ messages in thread
From: Aleksandar Markovic @ 2019-08-05 10:39 UTC (permalink / raw)
  To: qemu-devel

Hello, according to out docs, here is the procedure that should produce coverage report for execution of the complete "make check":

#./configure --enable-gcov
#make
#make check
#make coverage-report

It seems that first three commands execute as expected. (For example, there are plenty of files generated by "make check" that would've not been generated if "enable-gcov" hadn't been chosen.) However, the last command complains about some missing files related to FP support. If those files are added (for example, artificially, using "touch <missing-file"), that it starts complaining about missing some decodetree-generated files. Other kinds of files are involved too.

It would be nice to have coverage support working. Please somebody take a look, or explain if I make a mistake or misunderstood our gcov support.

Yours,
Aleksandar

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-08-05 19:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-05 10:39 [Qemu-devel] [BUG] gcov support appears to be broken Aleksandar Markovic
2019-08-05 11:02 ` Peter Maydell
2019-08-05 14:11   ` Alex Bennée
2019-08-05 15:36     ` Aleksandar Markovic
2019-08-05 15:39       ` Aleksandar Markovic
2019-08-05 18:56         ` [Qemu-devel] [BUG] gcov support appears to be broken - solved? Aleksandar Markovic
2019-08-05 19:17           ` Alex Bennée
2019-08-05 19:31             ` Aleksandar Markovic
2019-08-05 19:58             ` [Qemu-devel] ]Re: " Aleksandar Markovic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).