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 5446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5457 bug_95502 | 5457 bug_95502 |
5458 Memcheck:Leak | 5458 Memcheck:Leak |
5459 fun:_Znw* | 5459 fun:_Znw* |
5460 ... | 5460 ... |
5461 fun:_ZN24ExtensionSettingsHandler27HandleRequestExtensionsDataEPKN4base9ListV
alueE | 5461 fun:_ZN24ExtensionSettingsHandler27HandleRequestExtensionsDataEPKN4base9ListV
alueE |
5462 fun:_ZN24ExtensionSettingsHandler28MaybeUpdateAfterNotificationEv | 5462 fun:_ZN24ExtensionSettingsHandler28MaybeUpdateAfterNotificationEv |
5463 fun:_ZN24ExtensionSettingsHandler7ObserveEiRK18NotificationSourceRK19Notifica
tionDetails | 5463 fun:_ZN24ExtensionSettingsHandler7ObserveEiRK18NotificationSourceRK19Notifica
tionDetails |
5464 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe
tails | 5464 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe
tails |
5465 } | 5465 } |
5466 | 5466 |
5467 { | |
5468 bug_95512 | |
5469 Memcheck:Leak | |
5470 fun:_Znw* | |
5471 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen
erEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE | |
5472 fun:_ZN16ServiceIPCServer13CreateChannelEv | |
5473 fun:_ZN16ServiceIPCServer4InitEv | |
5474 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv
iceProcessState | |
5475 fun:_Z18ServiceProcessMainRK18MainFunctionParams | |
5476 fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionPar
ams | |
5477 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7c
ontent19ContentMainDelegateE | |
5478 fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE | |
5479 fun:ChromeMain | |
5480 fun:main | |
5481 } | |
5482 | |
5483 { | |
5484 bug_95513 | |
5485 Memcheck:Leak | |
5486 fun:_Znw* | |
5487 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv
iceProcessState | |
5488 fun:_Z18ServiceProcessMainRK18MainFunctionParams | |
5489 fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionPar
ams | |
5490 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7c
ontent19ContentMainDelegateE | |
5491 fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE | |
5492 fun:ChromeMain | |
5493 fun:main | |
5494 } | |
5495 | 5467 |
5496 #----------------------------------------------------------------------- | 5468 #----------------------------------------------------------------------- |
5497 # 4. These only occur on our Google workstations | 5469 # 4. These only occur on our Google workstations |
5498 { | 5470 { |
5499 bug_todo_freeres | 5471 bug_todo_freeres |
5500 Memcheck:Free | 5472 Memcheck:Free |
5501 fun:free | 5473 fun:free |
5502 fun:__libc_freeres | 5474 fun:__libc_freeres |
5503 fun:_vgnU_freeres | 5475 fun:_vgnU_freeres |
5504 fun:_Exit | 5476 fun:_Exit |
(...skipping 10 matching lines...) Expand all Loading... |
5515 } | 5487 } |
5516 { | 5488 { |
5517 bug_todo_getdelim2 | 5489 bug_todo_getdelim2 |
5518 Memcheck:Leak | 5490 Memcheck:Leak |
5519 fun:malloc | 5491 fun:malloc |
5520 fun:getdelim | 5492 fun:getdelim |
5521 obj:/lib/libselinux.so.1 | 5493 obj:/lib/libselinux.so.1 |
5522 obj:/lib/libselinux.so.1 | 5494 obj:/lib/libselinux.so.1 |
5523 obj:/lib/libselinux.so.1 | 5495 obj:/lib/libselinux.so.1 |
5524 } | 5496 } |
OLD | NEW |