[cmake-developers] CTestTestMemcheckDummy* failures during dynamic analysis
Brad King
brad.king at kitware.com
Fri Aug 16 11:44:33 EDT 2013
On 08/16/2013 09:47 AM, Brad King wrote:
> 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
Well that did not interact well with the guard-malloc matching
on OS X. I've revised the topic to first refactor the regex
generation:
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7aae9eee
and then add the '==' line matching:
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=158d1ed9
-Brad
More information about the cmake-developers
mailing list