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 3486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3497 bug_50056 | 3497 bug_50056 |
3498 Memcheck:Leak | 3498 Memcheck:Leak |
3499 fun:_Znw* | 3499 fun:_Znw* |
3500 fun:_Z11NewCallbackI22ContentSettingsHandlerPK5ValueEPN9Callback1IT0_E4TypeEP
T_MS9_FvS5_E | 3500 fun:_Z11NewCallbackI22ContentSettingsHandlerPK5ValueEPN9Callback1IT0_E4TypeEP
T_MS9_FvS5_E |
3501 fun:_ZN22ContentSettingsHandler16RegisterMessagesEv | 3501 fun:_ZN22ContentSettingsHandler16RegisterMessagesEv |
3502 fun:_ZN17DOMMessageHandler6AttachEP5DOMUI | 3502 fun:_ZN17DOMMessageHandler6AttachEP5DOMUI |
3503 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI
Handler | 3503 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI
Handler |
3504 fun:_ZN9OptionsUIC1EP11TabContents | 3504 fun:_ZN9OptionsUIC1EP11TabContents |
3505 fun:_Z8NewDOMUII9OptionsUIEP5DOMUIP11TabContentsRK4GURL | 3505 fun:_Z8NewDOMUII9OptionsUIEP5DOMUIP11TabContentsRK4GURL |
3506 } | 3506 } |
3507 | 3507 { |
3508 | 3508 bug_50252 |
| 3509 Memcheck:Leak |
| 3510 fun:malloc |
| 3511 fun:realloc |
| 3512 fun:realloc |
| 3513 fun:min_heap_reserve |
| 3514 fun:event_add |
| 3515 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE |
| 3516 fun:_ZN11MessageLoop11RunInternalEv |
| 3517 fun:_ZN11MessageLoop10RunHandlerEv |
| 3518 } |
OLD | NEW |