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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 6260012: Valgrind: Expand the PluginService leak suppression. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 3618 matching lines...) Expand 10 before | Expand all | Expand 10 after
3629 } 3629 }
3630 { 3630 {
3631 bug_70115 3631 bug_70115
3632 Memcheck:Leak 3632 Memcheck:Leak
3633 fun:_Znw* 3633 fun:_Znw*
3634 fun:_ZN15FilePathWatcherC1Ev 3634 fun:_ZN15FilePathWatcherC1Ev
3635 fun:_ZN13PluginServiceC1Ev 3635 fun:_ZN13PluginServiceC1Ev
3636 fun:_ZN22DefaultSingletonTraitsI13PluginServiceE3NewEv 3636 fun:_ZN22DefaultSingletonTraitsI13PluginServiceE3NewEv
3637 fun:_ZN9SingletonI13PluginService22DefaultSingletonTraitsIS0_ES0_E3getEv 3637 fun:_ZN9SingletonI13PluginService22DefaultSingletonTraitsIS0_ES0_E3getEv
3638 fun:_ZN13PluginService11GetInstanceEv 3638 fun:_ZN13PluginService11GetInstanceEv
3639 fun:_ZN18BrowserProcessImpl14CreateIOThreadEv
3640 fun:_ZN18BrowserProcessImpl9io_threadEv
3641 fun:_ZN59_GLOBAL__N_chrome_browser_browser_main.cc_00000000_7C6A03C718CreateC hildThreadsEP18BrowserProcessImpl
3642 fun:_Z11BrowserMainRK18MainFunctionParams
3643 fun:_ZN54_GLOBAL__N_chrome_app_chrome_main.cc_00000000_3219A84B23RunNamedProc essTypeMainERKSsRK18MainFunctionParams
3644 fun:ChromeMain
3645 fun:main
3646 } 3639 }
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