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 -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers