Index: cmCTestTestHandler.cxx =================================================================== RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestTestHandler.cxx,v retrieving revision 1.81 diff -r1.81 cmCTestTestHandler.cxx 404a405 > this->DartStuff1.compile("()"); 899c900,903 < cmSystemTools::ReplaceString(output, dartString.c_str(),""); --- > while (this->DartStuff1.find(output.c_str())) > { > cmSystemTools::ReplaceString(output, this->DartStuff1.match(1).c_str(), ""); > } Index: cmCTestTestHandler.h =================================================================== RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestTestHandler.h,v retrieving revision 1.29 diff -r1.29 cmCTestTestHandler.h 242a243 > cmsys::RegularExpression DartStuff1;