GNOME Bugzilla – Bug 668040
gtester-report ignores <message> tags
Last modified: 2013-02-03 05:38:14 UTC
The output of gtester is not enough to reconstruct a complete picture of the test run. $ gtester --verbose -o bar.xml ./check-qlist TEST: ./check-qlist... (pid=18603) /public/new: OK /public/append: OK /public/to_qlist: OK /public/destroy: OK /public/iter: OK $ grep OK bar.xml $
Sorry for the bad description. The subject should say it all though.
Not exactly sure what you mean with <message> tags ? Maybe grep for "success" instead of "OK" ?
No, the description was screwed up; I didn't really understand what was going on. The problem is that what I write with g_test_message or with gtest's log handler ends up in the .xml file as <message> tags, but then is completely ignored by gtester-report when creating the HTML. Only <error> tags go into the output.
*** This bug has been marked as a duplicate of bug 592419 ***