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 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1238 fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoES
aIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE | 1238 fun:_ZN11PluginPrefs19OnUpdatePreferencesESt6vectorIN6webkit13WebPluginInfoES
aIS2_EES0_INS1_5npapi11PluginGroupESaIS6_EE |
1239 } | 1239 } |
1240 { | 1240 { |
1241 bug_98867 | 1241 bug_98867 |
1242 Memcheck:Jump | 1242 Memcheck:Jump |
1243 obj:* | 1243 obj:* |
1244 obj:* | 1244 obj:* |
1245 obj:* | 1245 obj:* |
1246 } | 1246 } |
1247 { | 1247 { |
| 1248 bug_99307 |
| 1249 Memcheck:Uninitialized |
| 1250 fun:modp_b64_encode |
| 1251 fun:_ZN4base12Base64Encode* |
| 1252 fun:_ZN11web_ui_util15GetImageDataUrlERK8SkBitmap |
| 1253 fun:_ZN12_GLOBAL__N_121NetworkInfoDictionary8set_iconERK8SkBitmap |
| 1254 } |
| 1255 { |
1248 bug_100982 | 1256 bug_100982 |
1249 Memcheck:Leak | 1257 Memcheck:Leak |
1250 fun:_Znw* | 1258 fun:_Znw* |
1251 fun:_ZN5blink12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib | 1259 fun:_ZN5blink12RenderRegion22setRenderBoxRegionInfoEPKNS_9RenderBoxEiib |
1252 fun:_ZNK7blink9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24Rende
rBoxRegionInfoFlagsE | 1260 fun:_ZNK7blink9RenderBox19renderBoxRegionInfoEPNS_12RenderRegionEiNS0_24Rende
rBoxRegionInfoFlagsE |
1253 ... | 1261 ... |
1254 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE | 1262 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE |
1255 } | 1263 } |
1256 { | 1264 { |
1257 bug_101750 | 1265 bug_101750 |
(...skipping 2380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3638 bug_457557 | 3646 bug_457557 |
3639 Memcheck:Leak | 3647 Memcheck:Leak |
3640 fun:calloc | 3648 fun:calloc |
3641 fun:pthread_setspecific | 3649 fun:pthread_setspecific |
3642 fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv | 3650 fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv |
3643 fun:_ZN4base18ThreadLocalPointerIvE3SetEPv | 3651 fun:_ZN4base18ThreadLocalPointerIvE3SetEPv |
3644 fun:_ZN4base18ThreadLocalBoolean3SetEb | 3652 fun:_ZN4base18ThreadLocalBoolean3SetEb |
3645 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv | 3653 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv |
3646 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv | 3654 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv |
3647 } | 3655 } |
3648 | |
OLD | NEW |