Merge topic 'ctest-match-valgrind'

ea4416c CTest: Match valgrind errors with "points to" (#12922)
This commit is contained in:
Brad King 2012-03-13 11:53:38 -04:00 committed by CMake Topic Stage
commit b96424012d
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ bool cmCTestMemCheckHandler::ProcessMemCheckValgrindOutput(
" bytes in [0-9,]+ blocks are definitely lost"
" in loss record [0-9,]+ of [0-9,]+");
cmsys::RegularExpression vgPAR(
"== .*Syscall param .* contains unaddressable byte\\(s\\)");
"== .*Syscall param .* (contains|points to) unaddressable byte\\(s\\)");
cmsys::RegularExpression vgMPK1(
"== .*[0-9,]+ bytes in [0-9,]+ blocks are possibly lost in"
" loss record [0-9,]+ of [0-9,]+");