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 5435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5446 fun:_ZN16ExtensionService7ObserveEiRK18NotificationSourceRK19NotificationDeta
ils | 5446 fun:_ZN16ExtensionService7ObserveEiRK18NotificationSourceRK19NotificationDeta
ils |
5447 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe
tails | 5447 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe
tails |
5448 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile | 5448 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile |
5449 fun:_Z11BrowserMainRK18MainFunctionParams | 5449 fun:_Z11BrowserMainRK18MainFunctionParams |
5450 fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionPar
ams | 5450 fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionPar
ams |
5451 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7c
ontent19ContentMainDelegateE | 5451 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7c
ontent19ContentMainDelegateE |
5452 fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE | 5452 fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE |
5453 fun:ChromeMain | 5453 fun:ChromeMain |
5454 fun:main | 5454 fun:main |
5455 } | 5455 } |
| 5456 { |
| 5457 bug_95502 |
| 5458 Memcheck:Leak |
| 5459 fun:_Znw* |
| 5460 ... |
| 5461 fun:_ZN24ExtensionSettingsHandler27HandleRequestExtensionsDataEPKN4base9ListV
alueE |
| 5462 fun:_ZN24ExtensionSettingsHandler28MaybeUpdateAfterNotificationEv |
| 5463 fun:_ZN24ExtensionSettingsHandler7ObserveEiRK18NotificationSourceRK19Notifica
tionDetails |
| 5464 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe
tails |
| 5465 } |
5456 | 5466 |
5457 | 5467 |
5458 #----------------------------------------------------------------------- | 5468 #----------------------------------------------------------------------- |
5459 # 4. These only occur on our Google workstations | 5469 # 4. These only occur on our Google workstations |
5460 { | 5470 { |
5461 bug_todo_freeres | 5471 bug_todo_freeres |
5462 Memcheck:Free | 5472 Memcheck:Free |
5463 fun:free | 5473 fun:free |
5464 fun:__libc_freeres | 5474 fun:__libc_freeres |
5465 fun:_vgnU_freeres | 5475 fun:_vgnU_freeres |
(...skipping 11 matching lines...) Expand all Loading... |
5477 } | 5487 } |
5478 { | 5488 { |
5479 bug_todo_getdelim2 | 5489 bug_todo_getdelim2 |
5480 Memcheck:Leak | 5490 Memcheck:Leak |
5481 fun:malloc | 5491 fun:malloc |
5482 fun:getdelim | 5492 fun:getdelim |
5483 obj:/lib/libselinux.so.1 | 5493 obj:/lib/libselinux.so.1 |
5484 obj:/lib/libselinux.so.1 | 5494 obj:/lib/libselinux.so.1 |
5485 obj:/lib/libselinux.so.1 | 5495 obj:/lib/libselinux.so.1 |
5486 } | 5496 } |
OLD | NEW |