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

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

Issue 1545019: Suppress possible leak in GoogleAuthenticatorTest.FullLoginTest while I inves... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 43645)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -2634,3 +2634,19 @@
fun:_ZN17ExtensionsService4InitEv
fun:_ZN11ProfileImpl14InitExtensionsEv
}
+{
+ bug_40481
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN8chromeos11MockFactory16CreateURLFetcherEiRK4GURLN10URLFetcher11RequestTypeEPNS4_8DelegateE
+ fun:_ZN10URLFetcher6CreateEiRK4GURLNS_11RequestTypeEPNS_8DelegateE
+ fun:_ZN8chromeos19GoogleAuthenticator12AuthenticateEP7ProfileRKSsS4_
+ fun:_Z16DispatchToMethodIN8chromeos19GoogleAuthenticatorEMNS0_13AuthenticatorEFbP7ProfileRKSsS6_EP14TestingProfileSsSsEvPT_T0_RK6Tuple3IT1_T2_T3_E
+ fun:_ZN14RunnableMethodIN8chromeos19GoogleAuthenticatorEMNS0_13AuthenticatorEFbP7ProfileRKSsS6_E6Tuple3IP14TestingProfileSsSsEE3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+ fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
+ fun:_ZN11MessageLoop6DoWorkEv
+ fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
+ fun:_ZN11MessageLoop11RunInternalEv
+ fun:_ZN11MessageLoop10RunHandlerEv
+}
« 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