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

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

Issue 7019034: Valgrind: Fix copy + paste error in r86197. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 3847 matching lines...) Expand 10 before | Expand all | Expand 10 after
3858 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv 3858 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
3859 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv 3859 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
3860 fun:_ZN14GpuDataManager11GetInstanceEv 3860 fun:_ZN14GpuDataManager11GetInstanceEv
3861 fun:_Z11BrowserMainRK18MainFunctionParams 3861 fun:_Z11BrowserMainRK18MainFunctionParams
3862 fun:_ZN20InProcessBrowserTest5SetUpEv 3862 fun:_ZN20InProcessBrowserTest5SetUpEv
3863 } 3863 }
3864 { 3864 {
3865 bug_75023 3865 bug_75023
3866 Memcheck:Leak 3866 Memcheck:Leak
3867 fun:_Znw* 3867 fun:_Znw*
3868 fun:_ZN5views6Widget21OnNativeWidgetCreatedEv
3869 ...
3868 fun:_ZN*TabContentsView*CreateView* 3870 fun:_ZN*TabContentsView*CreateView*
3869 ...
3870 fun:_ZN18TabContentsView*CreateView*
3871 fun:_ZN11TabContentsC2EP7ProfileP12SiteInstanceiPKS_P23SessionStorageNamespac e 3871 fun:_ZN11TabContentsC2EP7ProfileP12SiteInstanceiPKS_P23SessionStorageNamespac e
3872 fun:_ZN15TestTabContentsC1EP7ProfileP12SiteInstance 3872 fun:_ZN15TestTabContentsC1EP7ProfileP12SiteInstance
3873 fun:_ZN25RenderViewHostTestHarness21CreateTestTabContentsEv 3873 fun:_ZN25RenderViewHostTestHarness21CreateTestTabContentsEv
3874 fun:_ZN25RenderViewHostTestHarness5SetUpEv 3874 fun:_ZN25RenderViewHostTestHarness5SetUpEv
3875 fun:_ZN19PasswordManagerTest5SetUpEv 3875 fun:_ZN19PasswordManagerTest5SetUpEv
3876 } 3876 }
3877 { 3877 {
3878 bug_75051 3878 bug_75051
3879 Memcheck:Leak 3879 Memcheck:Leak
3880 fun:_Znw* 3880 fun:_Znw*
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
4623 } 4623 }
4624 { 4624 {
4625 bug_todo_getdelim 4625 bug_todo_getdelim
4626 Memcheck:Leak 4626 Memcheck:Leak
4627 fun:malloc 4627 fun:malloc
4628 fun:getdelim 4628 fun:getdelim
4629 ... 4629 ...
4630 fun:call_init 4630 fun:call_init
4631 fun:_dl_init 4631 fun:_dl_init
4632 } 4632 }
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