Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 443018: Widen a valgrind suppression, it happens on the mac as well.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 33179)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -1797,18 +1797,18 @@
fun:_ZN11MessageLoop10RunHandlerEv
}
{
- bug_28633
- Memcheck:Leak
- fun:calloc
- fun:__new_exitfn
- fun:__cxa_atexit
+ bug_28633
+ Memcheck:Leak
+ fun:calloc
+ fun:__new_exitfn
+ fun:__cxa_atexit
}
{
- bug_28824
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN11ProfileImplC1ERK8FilePath
- fun:_ZN7Profile13CreateProfileERK8FilePath
- fun:_ZN14ProfileManager13CreateProfileERK8FilePathRKSbIwSt11char_traitsIwESaIwEES8_S8_
- fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv
-}
+ bug_28824
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN7Profile13CreateProfileERK8FilePath
+ fun:_ZN14ProfileManager13CreateProfileERK8FilePathRKSbIwSt11char_traitsIwESaIwEES8_S8_
+ fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698