OLD | NEW |
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 5210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5221 } | 5221 } |
5222 { | 5222 { |
5223 bug_104775 | 5223 bug_104775 |
5224 Memcheck:Leak | 5224 Memcheck:Leak |
5225 fun:_Znw* | 5225 fun:_Znw* |
5226 fun:_ZN4base5Value18CreateIntegerValueEi | 5226 fun:_ZN4base5Value18CreateIntegerValueEi |
5227 fun:_ZN22HostContentSettingsMap24SetDefaultContentSettingE19ContentSettingsTy
pe14ContentSetting | 5227 fun:_ZN22HostContentSettingsMap24SetDefaultContentSettingE19ContentSettingsTy
pe14ContentSetting |
5228 fun:_ZN14CookieSettings23SetDefaultCookieSettingE14ContentSetting | 5228 fun:_ZN14CookieSettings23SetDefaultCookieSettingE14ContentSetting |
5229 fun:_ZN60ExtensionSpecialStoragePolicyTest_HasSessionOnlyOrigins_Test8TestBod
yEv | 5229 fun:_ZN60ExtensionSpecialStoragePolicyTest_HasSessionOnlyOrigins_Test8TestBod
yEv |
5230 } | 5230 } |
| 5231 { |
| 5232 bug_104806_a |
| 5233 Memcheck:Leak |
| 5234 fun:_Znw* |
| 5235 ... |
| 5236 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE |
| 5237 fun:_ZN4base12TrackingInfoC2ERKN15tracked_objects8LocationENS_9TimeTicksE |
| 5238 } |
| 5239 { |
| 5240 bug_104806_b |
| 5241 Memcheck:Leak |
| 5242 fun:_Znw* |
| 5243 ... |
| 5244 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa
irIKS3_S4_EEEixERS8_ |
| 5245 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii |
| 5246 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6
BirthsERKNS_11TrackedTimeES6_S6_ |
| 5247 } |
5231 | 5248 |
5232 #----------------------------------------------------------------------- | 5249 #----------------------------------------------------------------------- |
5233 # 4. These only occur on our Google workstations | 5250 # 4. These only occur on our Google workstations |
5234 { | 5251 { |
5235 bug_todo_freeres | 5252 bug_todo_freeres |
5236 Memcheck:Free | 5253 Memcheck:Free |
5237 fun:free | 5254 fun:free |
5238 fun:__libc_freeres | 5255 fun:__libc_freeres |
5239 fun:_vgnU_freeres | 5256 fun:_vgnU_freeres |
5240 fun:_Exit | 5257 fun:_Exit |
(...skipping 17 matching lines...) Expand all Loading... |
5258 obj:/lib/libselinux.so.1 | 5275 obj:/lib/libselinux.so.1 |
5259 obj:/lib/libselinux.so.1 | 5276 obj:/lib/libselinux.so.1 |
5260 } | 5277 } |
5261 { | 5278 { |
5262 bug_todo_grep | 5279 bug_todo_grep |
5263 Memcheck:Leak | 5280 Memcheck:Leak |
5264 fun:malloc | 5281 fun:malloc |
5265 obj:/bin/grep | 5282 obj:/bin/grep |
5266 obj:/bin/grep | 5283 obj:/bin/grep |
5267 } | 5284 } |
OLD | NEW |