[cmake-developers] CTestTestMemcheckDummy* failures during dynamic analysis
Brad King
brad.king at kitware.com
Thu Aug 15 15:23:05 EDT 2013
On 08/14/2013 09:12 AM, Rolf Eike Beer wrote:
> The memcheck output is at the beginning at the output, but the test is
> only matching against the end, i.e. it ignores everything trailing. Or
> does valgrind add trailing newlines there?
I cannot reproduce this even by running the tests under
ctest -T Memcheck locally on the machine, but it is very
consistent when running for the dashboard.
Close inspection of the test output reported in the dashboard
shows that there is a trailing "\n\t" added beyond the expected
output. I've modified the regex to tolerate it:
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=67e45711
-Brad
More information about the cmake-developers
mailing list