[cmake-developers] CTestTestMemcheckDummy* failures during dynamic analysis

Brad King brad.king at kitware.com
Fri Sep 13 15:01:54 EDT 2013


On 09/13/2013 02:54 PM, David Cole wrote:
> I don't understand the purpose of the "( )" at the end of this line of 
> the regex:
> 
>     -- Processing memory checking output:( )

I added that when converting the regex to use literal newlines
instead of \n.  We need to match trailing whitespace without
having it in the regex in the source file.

See my sibling response for the fix on Apple.

-Brad



More information about the cmake-developers mailing list