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

Side by Side 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, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 2616 matching lines...) Expand 10 before | Expand all | Expand 10 after
2627 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile 2627 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
2628 ... 2628 ...
2629 fun:_ZN11ProfileImpl36RegisterExtensionWithRequestContextsEP9Extension 2629 fun:_ZN11ProfileImpl36RegisterExtensionWithRequestContextsEP9Extension
2630 fun:_ZN17ExtensionsService21NotifyExtensionLoadedEP9Extension 2630 fun:_ZN17ExtensionsService21NotifyExtensionLoadedEP9Extension
2631 fun:_ZN17ExtensionsService17OnExtensionLoadedEP9Extensionb 2631 fun:_ZN17ExtensionsService17OnExtensionLoadedEP9Extensionb
2632 fun:_ZN17ExtensionsService23LoadComponentExtensionsEv 2632 fun:_ZN17ExtensionsService23LoadComponentExtensionsEv
2633 fun:_ZN17ExtensionsService17LoadAllExtensionsEv 2633 fun:_ZN17ExtensionsService17LoadAllExtensionsEv
2634 fun:_ZN17ExtensionsService4InitEv 2634 fun:_ZN17ExtensionsService4InitEv
2635 fun:_ZN11ProfileImpl14InitExtensionsEv 2635 fun:_ZN11ProfileImpl14InitExtensionsEv
2636 } 2636 }
2637 {
2638 bug_40481
2639 Memcheck:Leak
2640 fun:_Znw*
2641 fun:_ZN8chromeos11MockFactory16CreateURLFetcherEiRK4GURLN10URLFetcher11Reques tTypeEPNS4_8DelegateE
2642 fun:_ZN10URLFetcher6CreateEiRK4GURLNS_11RequestTypeEPNS_8DelegateE
2643 fun:_ZN8chromeos19GoogleAuthenticator12AuthenticateEP7ProfileRKSsS4_
2644 fun:_Z16DispatchToMethodIN8chromeos19GoogleAuthenticatorEMNS0_13Authenticator EFbP7ProfileRKSsS6_EP14TestingProfileSsSsEvPT_T0_RK6Tuple3IT1_T2_T3_E
2645 fun:_ZN14RunnableMethodIN8chromeos19GoogleAuthenticatorEMNS0_13AuthenticatorE FbP7ProfileRKSsS6_E6Tuple3IP14TestingProfileSsSsEE3RunEv
2646 fun:_ZN11MessageLoop7RunTaskEP4Task
2647 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
2648 fun:_ZN11MessageLoop6DoWorkEv
2649 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
2650 fun:_ZN11MessageLoop11RunInternalEv
2651 fun:_ZN11MessageLoop10RunHandlerEv
2652 }
OLDNEW
« 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