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

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

Issue 8718012: Revert 111695 - Have content/ create and destroy its own threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 5165 matching lines...) Expand 10 before | Expand all | Expand 10 after
5176 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt 5176 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
5177 } 5177 }
5178 { 5178 {
5179 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it 5179 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it
5180 # leaks on shutdown instead of getting deleted. The destructor doesn't do 5180 # leaks on shutdown instead of getting deleted. The destructor doesn't do
5181 # anything important, so this shouldn't be a big deal. 5181 # anything important, so this shouldn't be a big deal.
5182 bug_104578 5182 bug_104578
5183 Memcheck:Leak 5183 Memcheck:Leak
5184 fun:_Znw* 5184 fun:_Znw*
5185 fun:_ZN16ProcessSingletonC1ERK8FilePath 5185 fun:_ZN16ProcessSingletonC1ERK8FilePath
5186 fun:_ZN22ChromeBrowserMainParts20PreCreateThreadsImplEv 5186 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
5187 } 5187 }
5188 { 5188 {
5189 bug_104690 5189 bug_104690
5190 Memcheck:Leak 5190 Memcheck:Leak
5191 fun:malloc 5191 fun:malloc
5192 fun:g_malloc 5192 fun:g_malloc
5193 fun:g_slice_alloc 5193 fun:g_slice_alloc
5194 fun:g_slice_alloc0 5194 fun:g_slice_alloc0
5195 fun:g_type_create_instance 5195 fun:g_type_create_instance
5196 fun:g_object_constructor 5196 fun:g_object_constructor
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
5331 obj:/lib/libselinux.so.1 5331 obj:/lib/libselinux.so.1
5332 obj:/lib/libselinux.so.1 5332 obj:/lib/libselinux.so.1
5333 } 5333 }
5334 { 5334 {
5335 bug_todo_grep 5335 bug_todo_grep
5336 Memcheck:Leak 5336 Memcheck:Leak
5337 fun:malloc 5337 fun:malloc
5338 obj:/bin/grep 5338 obj:/bin/grep
5339 obj:/bin/grep 5339 obj:/bin/grep
5340 } 5340 }
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