ENH: More handling of gcov 4.0
This commit is contained in:
parent
7bd1e74177
commit
9a3abaa53e
@ -198,7 +198,7 @@ int cmCTestCoverageHandler::ProcessHandler()
|
|||||||
// Style 2
|
// Style 2
|
||||||
std::string st2gcovOutputRex1 = "^File *[`'](.*)'$";
|
std::string st2gcovOutputRex1 = "^File *[`'](.*)'$";
|
||||||
std::string st2gcovOutputRex2 = "Lines executed: *[0-9]+\\.[0-9]+% of [0-9]+$";
|
std::string st2gcovOutputRex2 = "Lines executed: *[0-9]+\\.[0-9]+% of [0-9]+$";
|
||||||
std::string st2gcovOutputRex3 = "^(.*):creating `(.*\\.gcov)'";
|
std::string st2gcovOutputRex3 = "^(.*):creating [`'](.*\\.gcov)'";
|
||||||
std::string st2gcovOutputRex4 = "^(.*):unexpected EOF *$";
|
std::string st2gcovOutputRex4 = "^(.*):unexpected EOF *$";
|
||||||
std::string st2gcovOutputRex5 = "^(.*):cannot open source file*$";
|
std::string st2gcovOutputRex5 = "^(.*):cannot open source file*$";
|
||||||
std::string st2gcovOutputRex6 = "^(.*):source file is newer than graph file `(.*)'$";
|
std::string st2gcovOutputRex6 = "^(.*):source file is newer than graph file `(.*)'$";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user