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

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

Issue 8597013: Valgrind: Suppress a leak in HostContentSettingsMap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « tools/heapcheck/suppressions.txt ('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 5201 matching lines...) Expand 10 before | Expand all | Expand 10 after
5212 fun:_ZN5views6Widget4InitERKNS0_10InitParamsE 5212 fun:_ZN5views6Widget4InitERKNS0_10InitParamsE
5213 fun:_ZN8chromeos17NotificationPanel4ShowEv 5213 fun:_ZN8chromeos17NotificationPanel4ShowEv
5214 fun:_ZN8chromeos17NotificationPanel3AddEP7Balloon 5214 fun:_ZN8chromeos17NotificationPanel3AddEP7Balloon
5215 fun:_ZN8chromeos21BalloonCollectionImpl21AddSystemNotificationERK12Notificati onP7Profilebb 5215 fun:_ZN8chromeos21BalloonCollectionImpl21AddSystemNotificationERK12Notificati onP7Profilebb
5216 fun:_ZN8chromeos18SystemNotification4ShowERKSbItN4base20string16_char_traitsE SaItEES6_RKNS1_8CallbackIFvPKNS1_9ListValueEEEEbb 5216 fun:_ZN8chromeos18SystemNotification4ShowERKSbItN4base20string16_char_traitsE SaItEES6_RKNS1_8CallbackIFvPKNS1_9ListValueEEEEbb
5217 fun:_ZN8chromeos18SystemNotification4ShowERKSbItN4base20string16_char_traitsE SaItEEbb 5217 fun:_ZN8chromeos18SystemNotification4ShowERKSbItN4base20string16_char_traitsE SaItEEbb
5218 fun:_ZN8chromeos18LowBatteryObserver4ShowEN4base9TimeDeltaEb 5218 fun:_ZN8chromeos18LowBatteryObserver4ShowEN4base9TimeDeltaEb
5219 fun:_ZN8chromeos18LowBatteryObserver12PowerChangedERKNS_17PowerSupplyStatusE 5219 fun:_ZN8chromeos18LowBatteryObserver12PowerChangedERKNS_17PowerSupplyStatusE
5220 fun:_ZN8chromeos26PowerManagerClientStubImpl6UpdateEv 5220 fun:_ZN8chromeos26PowerManagerClientStubImpl6UpdateEv
5221 } 5221 }
5222 {
5223 bug_104775
5224 Memcheck:Leak
5225 fun:_Znw*
5226 fun:_ZN4base5Value18CreateIntegerValueEi
5227 fun:_ZN22HostContentSettingsMap24SetDefaultContentSettingE19ContentSettingsTy pe14ContentSetting
5228 fun:_ZN14CookieSettings23SetDefaultCookieSettingE14ContentSetting
5229 fun:_ZN60ExtensionSpecialStoragePolicyTest_HasSessionOnlyOrigins_Test8TestBod yEv
5230 }
5222 5231
5223 #----------------------------------------------------------------------- 5232 #-----------------------------------------------------------------------
5224 # 4. These only occur on our Google workstations 5233 # 4. These only occur on our Google workstations
5225 { 5234 {
5226 bug_todo_freeres 5235 bug_todo_freeres
5227 Memcheck:Free 5236 Memcheck:Free
5228 fun:free 5237 fun:free
5229 fun:__libc_freeres 5238 fun:__libc_freeres
5230 fun:_vgnU_freeres 5239 fun:_vgnU_freeres
5231 fun:_Exit 5240 fun:_Exit
(...skipping 17 matching lines...) Expand all
5249 obj:/lib/libselinux.so.1 5258 obj:/lib/libselinux.so.1
5250 obj:/lib/libselinux.so.1 5259 obj:/lib/libselinux.so.1
5251 } 5260 }
5252 { 5261 {
5253 bug_todo_grep 5262 bug_todo_grep
5254 Memcheck:Leak 5263 Memcheck:Leak
5255 fun:malloc 5264 fun:malloc
5256 obj:/bin/grep 5265 obj:/bin/grep
5257 obj:/bin/grep 5266 obj:/bin/grep
5258 } 5267 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698