Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
b9642401
Commit
b9642401
authored
Mar 13, 2012
by
Brad King
Committed by
Kitware Robot
Mar 13, 2012
Browse files
Options
Browse Files
Download
Plain Diff
Merge topic 'ctest-match-valgrind'
ea4416cf
CTest: Match valgrind errors with "points to" (
#12922
)
parents
3cd124cf
ea4416cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Source/CTest/cmCTestMemCheckHandler.cxx
Source/CTest/cmCTestMemCheckHandler.cxx
+1
-1
No files found.
Source/CTest/cmCTestMemCheckHandler.cxx
View file @
b9642401
...
...
@@ -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,]+"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment