David Cole wrote:
> >> *Tests failing*
> >> CTestTestMemcheckDummyValgrind
> >> (http://open.cdash.org/testDetails.php?test=201007140&build=2979794)
> 
> > Can anyone explain this to me? I don't see any reason why the regex
> > suddenly wont match.
> 
> I don’t see the problem with the regex either, although the output from the
> previous day was different...
 
[...]

> Does that matter with the regex? I’m not sure I’m parsing the regex properly
> mentally to be a good judge here... It is quite complex. Could it be
> simplified and still indicate pass/fail for the expected range of output of
> this test?
 
It should not, that is the reason why the regex is that complex. The 
"ctest(<pid>) malloc: " stuff is from an Xcode/mac memcheck stuff that will 
show up at a random point in the output. The regex tries to accept it at any 
place where a new line starts.

Eike
-- 

Attachment: signature.asc
Description: This is a digitally signed message part.

--

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

Reply via email to