[CMake] CTest XML format

Gerhard Gappmeier gerhard.gappmeier at ascolab.com
Mon Nov 17 05:20:17 EST 2014


Hi all,

we want to archive our unittest results, code coverage etc. when we
release a product.
Therefor we want to store the generated XML files in TestLink.

However when we need to look at the results again we need to display
them somehow.
So I have  some questions regarding the format:

1.) I found this link: http://public.kitware.com/Wiki/CDash:XML
What is missing for me at the moment is a description of the Measurement
Value field in Test.xml
My files contain values using encoding="Base64" and compression="gzip".
I base64 decoded these values and tried to gunzip, but it is not a valid
gzip file.
I also tried pure deflate, but also no success.
So how are these values encoded/compressed in detail?

2.) Is there a way to re-import these values later on into CDash for
inspection?

3.) Is there another GUI for inspecting these files? (Configure, Build
and Test.xml)

4.) Do you know of any import filter for TestLink, so that the results
could be directly be shown inside TestLink?
http://testlink.org/

regards,
Gerhard.





More information about the CMake mailing list