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 6332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6343 fun:_ZN10extensions11ImageLoader14LoadImageAsyncEPKNS_9ExtensionERK17Extensio
nResourceRKN3gfx4SizeERKN4base8CallbackIFvRKNS7_5ImageEEEE | 6343 fun:_ZN10extensions11ImageLoader14LoadImageAsyncEPKNS_9ExtensionERK17Extensio
nResourceRKN3gfx4SizeERKN4base8CallbackIFvRKNS7_5ImageEEEE |
6344 fun:_ZN30BackgroundApplicationListModel11Application11RequestIconEN14extensio
n_misc14ExtensionIconsE | 6344 fun:_ZN30BackgroundApplicationListModel11Application11RequestIconEN14extensio
n_misc14ExtensionIconsE |
6345 ... | 6345 ... |
6346 fun:_ZN64BackgroundApplicationListModelTest_AddRemovePermissionsTest_Test8Tes
tBodyEv | 6346 fun:_ZN64BackgroundApplicationListModelTest_AddRemovePermissionsTest_Test8Tes
tBodyEv |
6347 } | 6347 } |
6348 { | 6348 { |
6349 bug_166818 | 6349 bug_166818 |
6350 Memcheck:Leak | 6350 Memcheck:Leak |
6351 fun:malloc | 6351 fun:malloc |
6352 fun:g_malloc | 6352 fun:g_malloc |
6353 fun:g_dir_open | 6353 ... |
6354 fun:get_file_formats | |
6355 fun:_gdk_pixbuf_get_module | |
6356 fun:gdk_pixbuf_loader_load_module | 6354 fun:gdk_pixbuf_loader_load_module |
6357 fun:gdk_pixbuf_loader_close | 6355 fun:gdk_pixbuf_loader_close |
6358 fun:_ZN2ui12_GLOBAL__N_110LoadPixbufEPN4base22RefCountedStaticMemoryEb | 6356 fun:_ZN2ui12_GLOBAL__N_110LoadPixbufEPN4base22RefCountedStaticMemoryEb |
6359 fun:_ZN2ui14ResourceBundle19GetNativeImageNamedEiNS0_8ImageRTLE | 6357 fun:_ZN2ui14ResourceBundle19GetNativeImageNamedEiNS0_8ImageRTLE |
6360 fun:_ZN2ui14ResourceBundle19GetNativeImageNamedEi | 6358 fun:_ZN2ui14ResourceBundle19GetNativeImageNamedEi |
6361 fun:_ZN14TabRendererGtk13InitResourcesEv | |
6362 } | 6359 } |
6363 { | 6360 { |
6364 bug_166819 | 6361 bug_166819 |
6365 Memcheck:Leak | 6362 Memcheck:Leak |
6366 fun:_Znw* | 6363 fun:_Znw* |
6367 fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc | 6364 fun:_ZNK3sql10Connection21GetUntrackedStatementEPKc |
6368 fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_ | 6365 fun:_ZNK3sql10Connection21DoesTableOrIndexExistEPKcS2_ |
6369 fun:_ZNK3sql10Connection14DoesTableExistEPKc | 6366 fun:_ZNK3sql10Connection14DoesTableExistEPKc |
6370 fun:_ZN3sql9MetaTable14DoesTableExistEPNS_10ConnectionE | 6367 fun:_ZN3sql9MetaTable14DoesTableExistEPNS_10ConnectionE |
6371 ... | 6368 ... |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6457 } | 6454 } |
6458 { | 6455 { |
6459 bug_167481b | 6456 bug_167481b |
6460 Memcheck:Uninitialized | 6457 Memcheck:Uninitialized |
6461 ... | 6458 ... |
6462 fun:encode_frame_to_data_rate | 6459 fun:encode_frame_to_data_rate |
6463 fun:vp8_get_compressed_data | 6460 fun:vp8_get_compressed_data |
6464 fun:vp8e_encode | 6461 fun:vp8e_encode |
6465 fun:vpx_codec_encode | 6462 fun:vpx_codec_encode |
6466 } | 6463 } |
OLD | NEW |