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

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

Issue 8477004: Have content/ create and destroy its own threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix official build, avoid DCHECK in official Linux/ChromeOS builds. Created 9 years 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 | « content/test/test_browser_thread.cc ('k') | views/accessible_pane_view.cc » ('j') | 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 5154 matching lines...) Expand 10 before | Expand all | Expand 10 after
5165 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt 5165 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
5166 } 5166 }
5167 { 5167 {
5168 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it 5168 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it
5169 # leaks on shutdown instead of getting deleted. The destructor doesn't do 5169 # leaks on shutdown instead of getting deleted. The destructor doesn't do
5170 # anything important, so this shouldn't be a big deal. 5170 # anything important, so this shouldn't be a big deal.
5171 bug_104578 5171 bug_104578
5172 Memcheck:Leak 5172 Memcheck:Leak
5173 fun:_Znw* 5173 fun:_Znw*
5174 fun:_ZN16ProcessSingletonC1ERK8FilePath 5174 fun:_ZN16ProcessSingletonC1ERK8FilePath
5175 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv 5175 fun:_ZN22ChromeBrowserMainParts20PreCreateThreadsImplEv
5176 } 5176 }
5177 { 5177 {
5178 bug_104690 5178 bug_104690
5179 Memcheck:Leak 5179 Memcheck:Leak
5180 fun:malloc 5180 fun:malloc
5181 fun:g_malloc 5181 fun:g_malloc
5182 fun:g_slice_alloc 5182 fun:g_slice_alloc
5183 fun:g_slice_alloc0 5183 fun:g_slice_alloc0
5184 fun:g_type_create_instance 5184 fun:g_type_create_instance
5185 fun:g_object_constructor 5185 fun:g_object_constructor
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
5320 obj:/lib/libselinux.so.1 5320 obj:/lib/libselinux.so.1
5321 obj:/lib/libselinux.so.1 5321 obj:/lib/libselinux.so.1
5322 } 5322 }
5323 { 5323 {
5324 bug_todo_grep 5324 bug_todo_grep
5325 Memcheck:Leak 5325 Memcheck:Leak
5326 fun:malloc 5326 fun:malloc
5327 obj:/bin/grep 5327 obj:/bin/grep
5328 obj:/bin/grep 5328 obj:/bin/grep
5329 } 5329 }
OLDNEW
« no previous file with comments | « content/test/test_browser_thread.cc ('k') | views/accessible_pane_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698