| 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 3693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3704 Memcheck:Leak | 3704 Memcheck:Leak |
| 3705 fun:_Znw* | 3705 fun:_Znw* |
| 3706 fun:_ZN9OptionsUIC1EP11TabContents | 3706 fun:_ZN9OptionsUIC1EP11TabContents |
| 3707 } | 3707 } |
| 3708 { | 3708 { |
| 3709 bug_70782_j | 3709 bug_70782_j |
| 3710 Memcheck:Leak | 3710 Memcheck:Leak |
| 3711 fun:_Znw* | 3711 fun:_Znw* |
| 3712 fun:_ZN27ExtensionFunctionDispatcherC1EP14RenderViewHostPNS_8DelegateEPK9Exte
nsionRK4GURL | 3712 fun:_ZN27ExtensionFunctionDispatcherC1EP14RenderViewHostPNS_8DelegateEPK9Exte
nsionRK4GURL |
| 3713 } | 3713 } |
| 3714 | 3714 { |
| 3715 bug_70825 |
| 3716 Memcheck:Addr1 |
| 3717 fun:_ZNK3net10UploadData10is_chunkedEv |
| 3718 fun:_ZNK3net16UploadDataStream10is_chunkedEv |
| 3719 fun:_ZN3net16HttpStreamParserD0Ev |
| 3720 ... |
| 3721 fun:_ZN10scoped_ptrIN3net16HttpStreamParserEED1Ev |
| 3722 fun:_ZN3net15HttpBasicStreamD0Ev |
| 3723 ... |
| 3724 fun:_ZN10scoped_ptrIN3net10HttpStreamEED1Ev |
| 3725 fun:_ZN3net22HttpNetworkTransactionD0Ev |
| 3726 ... |
| 3727 fun:_ZN10scoped_ptrIN3net15HttpTransactionEED1Ev |
| 3728 fun:_ZN3net42HttpNetworkTransactionTest_Ignores100_Test8TestBodyEv |
| 3729 } |
| OLD | NEW |