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

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

Issue 8773018: Initialize the CPU usage variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged 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/renderer/render_thread_impl.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 5262 matching lines...) Expand 10 before | Expand all | Expand 10 after
5273 fun:_ZN7WebCore7Element13computedStyleENS_8PseudoIdE 5273 fun:_ZN7WebCore7Element13computedStyleENS_8PseudoIdE
5274 fun:_ZN7WebCore16HTMLTitleElement17textWithDirectionEv 5274 fun:_ZN7WebCore16HTMLTitleElement17textWithDirectionEv
5275 fun:_ZN7WebCore16HTMLTitleElement15childrenChangedEbPNS_4NodeES2_i 5275 fun:_ZN7WebCore16HTMLTitleElement15childrenChangedEbPNS_4NodeES2_i
5276 fun:_ZN7WebCore13ContainerNode14parserAddChildEN3WTF10PassRefPtrINS_4NodeEEE 5276 fun:_ZN7WebCore13ContainerNode14parserAddChildEN3WTF10PassRefPtrINS_4NodeEEE
5277 fun:_ZN7WebCore20HTMLConstructionSite12attachAtSiteERKNS0_14AttachmentSiteEN3 WTF10PassRefPtrINS_4NodeEEE 5277 fun:_ZN7WebCore20HTMLConstructionSite12attachAtSiteERKNS0_14AttachmentSiteEN3 WTF10PassRefPtrINS_4NodeEEE
5278 fun:_ZN7WebCore20HTMLConstructionSite14insertTextNodeERKN3WTF6StringE 5278 fun:_ZN7WebCore20HTMLConstructionSite14insertTextNodeERKN3WTF6StringE
5279 fun:_ZN7WebCore15HTMLTreeBuilder22processCharacterBufferERNS0_28ExternalChara cterTokenBufferE 5279 fun:_ZN7WebCore15HTMLTreeBuilder22processCharacterBufferERNS0_28ExternalChara cterTokenBufferE
5280 fun:_ZN7WebCore15HTMLTreeBuilder16processCharacterERNS_15AtomicHTMLTokenE 5280 fun:_ZN7WebCore15HTMLTreeBuilder16processCharacterERNS_15AtomicHTMLTokenE
5281 } 5281 }
5282 { 5282 {
5283 bug_106067
5284 Memcheck:Uninitialized
5285 fun:_ZN16RenderThreadImpl26IdleHandlerInForegroundTabEv
5286 fun:_ZN16RenderThreadImpl11IdleHandlerEv
5287 }
5288 {
5289 bug_106104 5283 bug_106104
5290 Memcheck:Unaddressable 5284 Memcheck:Unaddressable
5291 ... 5285 ...
5292 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore27InspectorBaseAgentInterfaceEEEvPT_ 5286 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore27InspectorBaseAgentInterfaceEEEvPT_
5293 fun:_ZN3WTF6OwnPtrIN7WebCore27InspectorBaseAgentInterfaceEED1Ev 5287 fun:_ZN3WTF6OwnPtrIN7WebCore27InspectorBaseAgentInterfaceEED1Ev
5294 fun:_ZN3WTF16VectorDestructorILb1ENS_6OwnPtrIN7WebCore27InspectorBaseAgentInt erfaceEEEE8destructEPS4_S6_ 5288 fun:_ZN3WTF16VectorDestructorILb1ENS_6OwnPtrIN7WebCore27InspectorBaseAgentInt erfaceEEEE8destructEPS4_S6_
5295 fun:_ZN3WTF20VectorTypeOperationsINS_6OwnPtrIN7WebCore27InspectorBaseAgentInt erfaceEEEE8destructEPS4_S6_ 5289 fun:_ZN3WTF20VectorTypeOperationsINS_6OwnPtrIN7WebCore27InspectorBaseAgentInt erfaceEEEE8destructEPS4_S6_
5296 } 5290 }
5297 5291
5298 #----------------------------------------------------------------------- 5292 #-----------------------------------------------------------------------
(...skipping 25 matching lines...) Expand all
5324 obj:/lib/libselinux.so.1 5318 obj:/lib/libselinux.so.1
5325 obj:/lib/libselinux.so.1 5319 obj:/lib/libselinux.so.1
5326 } 5320 }
5327 { 5321 {
5328 bug_todo_grep 5322 bug_todo_grep
5329 Memcheck:Leak 5323 Memcheck:Leak
5330 fun:malloc 5324 fun:malloc
5331 obj:/bin/grep 5325 obj:/bin/grep
5332 obj:/bin/grep 5326 obj:/bin/grep
5333 } 5327 }
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698