[cmake-developers] CTestTestMemcheckDummy* failures during dynamic analysis

Brad King brad.king at kitware.com
Fri Aug 16 09:47:39 EDT 2013


On 08/16/2013 09:29 AM, Rolf Eike Beer wrote:
> Am 16.08.2013 14:53, schrieb Brad King:
>> Back to the head scratching on this one :(
> 
> Maybe it's just an additional newline from valgrind, not the tab?

I finally managed to reproduce it at the command line on dash23
by running it through a hacked version of the dashboard script
that runs only the one test under memcheck.  Then I could debug
it.

The output that is used for matching against the regex *does*
have the valgrind "==" lines at the *end* but for some reason
they are not reported in DynamicAnalysis.xml.  This should fix
the test:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8f0bb350

Now I'll separately investigate why the output used for matching
and the output reported are not the same.

-Brad



More information about the cmake-developers mailing list