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

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

Issue 8302001: Fix memory error in previous CL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | « chrome/browser/ui/browser_navigator.cc ('k') | 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 four kinds of suppressions in this file. 1 # There are four 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 4700 matching lines...) Expand 10 before | Expand all | Expand 10 after
4711 fun:_ZN7WebCore11RenderBlock19layoutRunsAndFloatsERNS_15LineLayoutStateEb 4711 fun:_ZN7WebCore11RenderBlock19layoutRunsAndFloatsERNS_15LineLayoutStateEb
4712 fun:_ZN7WebCore11RenderBlock20layoutInlineChildrenEbRiS1_ 4712 fun:_ZN7WebCore11RenderBlock20layoutInlineChildrenEbRiS1_
4713 fun:_ZN7WebCore11RenderBlock11layoutBlockEbiNS0_15BlockLayoutPassE 4713 fun:_ZN7WebCore11RenderBlock11layoutBlockEbiNS0_15BlockLayoutPassE
4714 fun:_ZN7WebCore11RenderBlock6layoutEv 4714 fun:_ZN7WebCore11RenderBlock6layoutEv
4715 fun:_ZN7WebCore11RenderBlock16layoutBlockChildEPNS_9RenderBoxERNS0_10MarginIn foERiS5_ 4715 fun:_ZN7WebCore11RenderBlock16layoutBlockChildEPNS_9RenderBoxERNS0_10MarginIn foERiS5_
4716 fun:_ZN7WebCore11RenderBlock19layoutBlockChildrenEbRi 4716 fun:_ZN7WebCore11RenderBlock19layoutBlockChildrenEbRi
4717 fun:_ZN7WebCore11RenderBlock11layoutBlockEbiNS0_15BlockLayoutPassE 4717 fun:_ZN7WebCore11RenderBlock11layoutBlockEbiNS0_15BlockLayoutPassE
4718 fun:_ZN7WebCore11RenderBlock6layoutEv 4718 fun:_ZN7WebCore11RenderBlock6layoutEv
4719 } 4719 }
4720 { 4720 {
4721 bug_100315
4722 Memcheck:Cond
4723 fun:_ZN7browser8NavigateEPNS_14NavigateParamsE
4724 }
4725 {
4726 bug_100330 4721 bug_100330
4727 Memcheck:Leak 4722 Memcheck:Leak
4728 fun:_Znw* 4723 fun:_Znw*
4729 fun:_ZN25TestingAutomationProvider42NavigateToURLBlockUntilNavigationsComplet eEiRK4GURLiPN3IPC7MessageE 4724 fun:_ZN25TestingAutomationProvider42NavigateToURLBlockUntilNavigationsComplet eEiRK4GURLiPN3IPC7MessageE
4730 } 4725 }
4731 4726
4732 #----------------------------------------------------------------------- 4727 #-----------------------------------------------------------------------
4733 # 4. These only occur on our Google workstations 4728 # 4. These only occur on our Google workstations
4734 { 4729 {
4735 bug_todo_freeres 4730 bug_todo_freeres
(...skipping 15 matching lines...) Expand all
4751 } 4746 }
4752 { 4747 {
4753 bug_todo_getdelim2 4748 bug_todo_getdelim2
4754 Memcheck:Leak 4749 Memcheck:Leak
4755 fun:malloc 4750 fun:malloc
4756 fun:getdelim 4751 fun:getdelim
4757 obj:/lib/libselinux.so.1 4752 obj:/lib/libselinux.so.1
4758 obj:/lib/libselinux.so.1 4753 obj:/lib/libselinux.so.1
4759 obj:/lib/libselinux.so.1 4754 obj:/lib/libselinux.so.1
4760 } 4755 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_navigator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698