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

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

Issue 446643003: Valgrind: Update a suppression. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 4 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 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 5287 matching lines...) Expand 10 before | Expand all | Expand 10 after
5298 { 5298 {
5299 bug_298143 5299 bug_298143
5300 Memcheck:Uninitialized 5300 Memcheck:Uninitialized
5301 ... 5301 ...
5302 fun:_ZN5blink25TypeConversionsV8Internal*AttributeGetterE* 5302 fun:_ZN5blink25TypeConversionsV8Internal*AttributeGetterE*
5303 } 5303 }
5304 { 5304 {
5305 bug_298788 5305 bug_298788
5306 Memcheck:Leak 5306 Memcheck:Leak
5307 fun:_Znw* 5307 fun:_Znw*
5308 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPK11CommandL ineRKN4base8FilePathEb 5308 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPKN4base11Co mmandLineERKNS1_8FilePathEb
5309 fun:_ZN10extensions12_GLOBAL__N_130ExtensionActionIconFactoryTest5SetUpEv 5309 fun:_ZN10extensions12_GLOBAL__N_130ExtensionActionIconFactoryTest5SetUpEv
5310 } 5310 }
5311 { 5311 {
5312 bug_298887 5312 bug_298887
5313 Memcheck:Leak 5313 Memcheck:Leak
5314 ... 5314 ...
5315 fun:_ZN2ui25KeyboardCodeFromXKeyEventEP7_XEvent 5315 fun:_ZN2ui25KeyboardCodeFromXKeyEventEP7_XEvent
5316 fun:_ZN2ui22KeyboardCodeFromNativeERKP7_XEvent 5316 fun:_ZN2ui22KeyboardCodeFromNativeERKP7_XEvent
5317 fun:_ZN12_GLOBAL__N_121XModifierStateWatcher20UpdateStateFromEventERKP7_XEven t 5317 fun:_ZN12_GLOBAL__N_121XModifierStateWatcher20UpdateStateFromEventERKP7_XEven t
5318 fun:_ZN2ui20EventFlagsFromNativeERKP7_XEvent 5318 fun:_ZN2ui20EventFlagsFromNativeERKP7_XEvent
(...skipping 950 matching lines...) Expand 10 before | Expand all | Expand 10 after
6269 } 6269 }
6270 { 6270 {
6271 bug_400547 6271 bug_400547
6272 Memcheck:Uninitialized 6272 Memcheck:Uninitialized
6273 fun:_ZNK5blink22GraphicsLayerDebugInfo17appendOwnerNodeIdEPNS_10JSONObjectE 6273 fun:_ZNK5blink22GraphicsLayerDebugInfo17appendOwnerNodeIdEPNS_10JSONObjectE
6274 fun:_ZNK5blink22GraphicsLayerDebugInfo19appendAsTraceFormatEPNS_9WebStringE 6274 fun:_ZNK5blink22GraphicsLayerDebugInfo19appendAsTraceFormatEPNS_9WebStringE
6275 fun:_ZNK7content15TracedDebugInfo19AppendAsTraceFormatEPSs 6275 fun:_ZNK7content15TracedDebugInfo19AppendAsTraceFormatEPSs
6276 fun:_ZNK2cc9LayerImpl11AsValueIntoEPN4base5debug11TracedValueE 6276 fun:_ZNK2cc9LayerImpl11AsValueIntoEPN4base5debug11TracedValueE
6277 fun:_ZNK2cc*LayerImpl11AsValueIntoEPN4base5debug11TracedValueE 6277 fun:_ZNK2cc*LayerImpl11AsValueIntoEPN4base5debug11TracedValueE
6278 } 6278 }
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