[CMake] Notes not showing up on CDash

2010-07-01 Thread Johny Jose
I have been trying to upload files as notes for my builds using the ctest_submit(PARTS Notes) command. When i run the script it shows submissions successful but when i check the dashboard i cannot find any notes. What am i doing wrong ? Regards Johny

Re: [CMake] Custom memory checking result processing

2010-06-25 Thread Johny Jose
Thanks for the suggestions, but i already went down these paths. The problem is my logs in xml format on an average go above 100 MB of output, with gen-suppressions i get 300MB output files and the suppressions file generated out of these is again way too big for my liking. If only valgrind had

Re: [CMake] Custom memory checking result processing

2010-06-25 Thread Johny Jose
- From: Marcel Loose [mailto:lo...@astron.nl] Sent: Fri 6/25/2010 2:30 PM To: david.c...@kitware.com Cc: Johny Jose; cmake@cmake.org Subject: Re: [CMake] Custom memory checking result processing Well, I sort of ran into exactly the same problem that Johny describes. I devoted two mails on this issue

[CMake] Custom memory checking result processing

2010-06-25 Thread Johny Jose
Dear all, I am using valgrind to debug a framework which depends on several other underlying frameworks to function properly. As a result my memory checking turns up thousands of errors. I only want to see errors that arise from my framework. This is figured can be done by simply looking for a