| 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 3535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3546 bug_50056 | 3546 bug_50056 |
| 3547 Memcheck:Leak | 3547 Memcheck:Leak |
| 3548 fun:_Znw* | 3548 fun:_Znw* |
| 3549 fun:_Z11NewCallbackI22ContentSettingsHandlerPK5ValueEPN9Callback1IT0_E4TypeEP
T_MS9_FvS5_E | 3549 fun:_Z11NewCallbackI22ContentSettingsHandlerPK5ValueEPN9Callback1IT0_E4TypeEP
T_MS9_FvS5_E |
| 3550 fun:_ZN22ContentSettingsHandler16RegisterMessagesEv | 3550 fun:_ZN22ContentSettingsHandler16RegisterMessagesEv |
| 3551 fun:_ZN17DOMMessageHandler6AttachEP5DOMUI | 3551 fun:_ZN17DOMMessageHandler6AttachEP5DOMUI |
| 3552 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI
Handler | 3552 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI
Handler |
| 3553 fun:_ZN9OptionsUIC1EP11TabContents | 3553 fun:_ZN9OptionsUIC1EP11TabContents |
| 3554 fun:_Z8NewDOMUII9OptionsUIEP5DOMUIP11TabContentsRK4GURL | 3554 fun:_Z8NewDOMUII9OptionsUIEP5DOMUIP11TabContentsRK4GURL |
| 3555 } | 3555 } |
| 3556 { |
| 3557 bug_50103_a |
| 3558 Memcheck:Leak |
| 3559 fun:_Znw* |
| 3560 fun:_ZN5Value15CreateNullValueEv |
| 3561 fun:_ZN7history8TopSites17AddBlacklistedURLERK4GURL |
| 3562 fun:_ZN7history40TopSitesTest_*_Test8TestBodyEv |
| 3563 } |
| 3564 { |
| 3565 bug_50103_b |
| 3566 Memcheck:Leak |
| 3567 fun:_Znw* |
| 3568 fun:_ZN5Value18CreateIntegerValueEi |
| 3569 fun:_ZN7history8TopSites12AddPinnedURLERK4GURLj |
| 3570 fun:_ZN7history28TopSitesTest_PinnedURLs_Test8TestBodyEv |
| 3571 } |
| 3556 | 3572 |
| OLD | NEW |