[CMake] CTest error regex bug

2011-05-18 Thread Zach Mullen
Hello, JC and I discovered some weird behavior in CTest where some warnings were being reported as errors in Build.xml. After some digging I found that the output was matching one of the cmCTestErrorMatches, specifically ([^ :]+):([0-9]+): ([^ \\t]). This is occurring on gcc 4.2.1 on a mac.

Re: [CMake] CTest error regex bug

2011-05-18 Thread David Cole
This is just ctest's way of helping you get rid of your warnings. All warnings should be treated as errors... (Just joking, please don't flame... :-) git blame shows that line as having been last modified in 2004. Specifically: git blame -- Source/CTest/cmCTestBuildHandler.cxx 8a2bedda (Ken