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

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

Issue 3177027: Widen suppression for bug 52387, suppress leaks in GoogleURLTracker tests... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months 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 56830)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -4131,6 +4131,7 @@
fun:_ZN12_GLOBAL__N_112CacheCreator10DoCallbackEi
fun:_ZN12_GLOBAL__N_112CacheCreator12OnIOCompleteEi
fun:_Z16DispatchToMethodIN12_GLOBAL__N_112CacheCreatorEMS1_FviEiEvPT_T0_RK6Tuple1IT1_E
+ ...
fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
fun:_ZN10disk_cache17InFlightBackendIO19OnOperationCompleteEPNS_12BackgroundIOEb
fun:_ZN10disk_cache10InFlightIO14InvokeCallbackEPNS_12BackgroundIOEb
@@ -4148,3 +4149,10 @@
...
fun:_ZN17URLRequestHttpJobD0Ev
}
+{
+ bug_52826
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN14TestingProfile20CreateRequestContextEv
+ fun:_ZN20GoogleURLTrackerTest20CreateRequestContextEv
+}
« 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