Merge topic 'fix-13121-handle-gcov47-output'

56f499d CTest: Modify reg ex so it also works with gcov 4.7 output (#13121)
This commit is contained in:
David Cole 2012-05-08 14:33:02 -04:00 committed by CMake Topic Stage
commit 3f781264d2
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ int cmCTestCoverageHandler::HandleGCovCoverage(
std::string st2gcovOutputRex1 = "^File *[`'](.*)'$";
std::string st2gcovOutputRex2
= "Lines executed: *[0-9]+\\.[0-9]+% of [0-9]+$";
std::string st2gcovOutputRex3 = "^(.*):creating [`'](.*\\.gcov)'";
std::string st2gcovOutputRex3 = "^(.*)reating [`'](.*\\.gcov)'";
std::string st2gcovOutputRex4 = "^(.*):unexpected EOF *$";
std::string st2gcovOutputRex5 = "^(.*):cannot open source file*$";
std::string st2gcovOutputRex6