OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three 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 5312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5323 Memcheck:Leak | 5323 Memcheck:Leak |
5324 fun:_Znw* | 5324 fun:_Znw* |
5325 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE | 5325 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE |
5326 fun:_ZNSs9_M_mutateEjjj | 5326 fun:_ZNSs9_M_mutateEjjj |
5327 fun:_ZNSs12_M_leak_hardEv | 5327 fun:_ZNSs12_M_leak_hardEv |
5328 fun:_ZNSsixEj | 5328 fun:_ZNSsixEj |
5329 fun:_ZN3net13TrimEndingDotERKSs | 5329 fun:_ZN3net13TrimEndingDotERKSs |
5330 fun:_ZN3net20GetHostOrSpecFromURLERK4GURL | 5330 fun:_ZN3net20GetHostOrSpecFromURLERK4GURL |
5331 fun:_ZN20AsyncResourceHandler17OnResponseStartedEiP16ResourceResponse | 5331 fun:_ZN20AsyncResourceHandler17OnResponseStartedEiP16ResourceResponse |
5332 } | 5332 } |
| 5333 { |
| 5334 bug_92571 |
| 5335 Memcheck:Leak |
| 5336 fun:_Znw* |
| 5337 fun:_ZN7history16TopSitesDatabase8CreateDBERK8FilePath |
| 5338 fun:_ZN7history16TopSitesDatabase4InitERK8FilePath |
| 5339 fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadERK8FilePath |
| 5340 fun:_Z16DispatchToMethodIN7history15TopSitesBackendEMS1_FvRK8FilePathES2_EvPT
_T0_RK6Tuple1IT1_E |
| 5341 fun:_ZN14RunnableMethodIN7history15TopSitesBackendEMS1_FvRK8FilePathE6Tuple1I
S2_EE3RunEv |
| 5342 fun:_ZN4base6subtle18TaskClosureAdapter3RunEv |
| 5343 } |
| 5344 { |
| 5345 bug_92573 |
| 5346 Memcheck:Leak |
| 5347 fun:malloc |
| 5348 fun:g_malloc |
| 5349 fun:g_slice_alloc |
| 5350 fun:gdk_region_new |
| 5351 fun:gdk_region_copy |
| 5352 ... |
| 5353 fun:_ZN5views15NativeWidgetGtk7OnPaintEP10_GtkWidgetP15_GdkEventExpose |
| 5354 fun:_ZN5views15NativeWidgetGtk12OnPaintThunkEP10_GtkWidgetP15_GdkEventExposeP
v |
| 5355 fun:_gtk_marshal_BOOLEAN__BOXED |
| 5356 fun:g_closure_invoke |
| 5357 fun:signal_emit_unlocked_R |
| 5358 fun:g_signal_emit_valist |
| 5359 fun:g_signal_emit |
| 5360 fun:gtk_widget_event_internal |
| 5361 fun:gtk_main_do_event |
| 5362 fun:_ZN5views18AcceleratorHandler8DispatchEP9_GdkEvent |
| 5363 fun:_ZN4base14MessagePumpGtk14DispatchEventsEP9_GdkEvent |
| 5364 } |
5333 | 5365 |
5334 #----------------------------------------------------------------------- | 5366 #----------------------------------------------------------------------- |
5335 # These only occur on our Google workstations | 5367 # These only occur on our Google workstations |
5336 { | 5368 { |
5337 bug_todo_freeres | 5369 bug_todo_freeres |
5338 Memcheck:Free | 5370 Memcheck:Free |
5339 fun:free | 5371 fun:free |
5340 fun:__libc_freeres | 5372 fun:__libc_freeres |
5341 fun:_vgnU_freeres | 5373 fun:_vgnU_freeres |
5342 fun:_Exit | 5374 fun:_Exit |
(...skipping 10 matching lines...) Expand all Loading... |
5353 } | 5385 } |
5354 { | 5386 { |
5355 bug_todo_getdelim2 | 5387 bug_todo_getdelim2 |
5356 Memcheck:Leak | 5388 Memcheck:Leak |
5357 fun:malloc | 5389 fun:malloc |
5358 fun:getdelim | 5390 fun:getdelim |
5359 obj:/lib/libselinux.so.1 | 5391 obj:/lib/libselinux.so.1 |
5360 obj:/lib/libselinux.so.1 | 5392 obj:/lib/libselinux.so.1 |
5361 obj:/lib/libselinux.so.1 | 5393 obj:/lib/libselinux.so.1 |
5362 } | 5394 } |
OLD | NEW |