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 3528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3539 ... | 3539 ... |
3540 fun:_ZN21ExtensionsServiceTest7ObserveE16NotificationTypeRK18NotificationSour
ceRK19NotificationDetails | 3540 fun:_ZN21ExtensionsServiceTest7ObserveE16NotificationTypeRK18NotificationSour
ceRK19NotificationDetails |
3541 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR
K19NotificationDetails | 3541 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR
K19NotificationDetails |
3542 fun:_ZN17ExtensionsService21NotifyExtensionLoadedEP9Extension | 3542 fun:_ZN17ExtensionsService21NotifyExtensionLoadedEP9Extension |
3543 fun:_ZN17ExtensionsService17OnExtensionLoadedEP9Extensionb | 3543 fun:_ZN17ExtensionsService17OnExtensionLoadedEP9Extensionb |
3544 fun:_ZN17ExtensionsService22LoadInstalledExtensionERK13ExtensionInfob | 3544 fun:_ZN17ExtensionsService22LoadInstalledExtensionERK13ExtensionInfob |
3545 fun:_ZN17ExtensionsService25ContinueLoadAllExtensionsEPSt6vectorI10linked_ptr
I13ExtensionInfoESaIS3_EEN4base9TimeTicksEb | 3545 fun:_ZN17ExtensionsService25ContinueLoadAllExtensionsEPSt6vectorI10linked_ptr
I13ExtensionInfoESaIS3_EEN4base9TimeTicksEb |
3546 fun:_ZN17ExtensionsService17LoadAllExtensionsEv | 3546 fun:_ZN17ExtensionsService17LoadAllExtensionsEv |
3547 fun:_ZN17ExtensionsService16ReloadExtensionsEv | 3547 fun:_ZN17ExtensionsService16ReloadExtensionsEv |
3548 } | 3548 } |
| 3549 { |
| 3550 bug_47950 |
| 3551 Memcheck:Leak |
| 3552 fun:_Znw* |
| 3553 ... |
| 3554 fun:_ZN57_GLOBAL__N_net_spdy_spdy_http_stream.cc_9D292295_3FA9B9B532CreateSpd
yHeadersFromHttpRequestERKN3net15HttpRequestInfoEPSt3mapISsSsSt4lessISsESaISt4pa
irIKSsSsEEE |
| 3555 } |
OLD | NEW |