| 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 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1882 } | 1882 } |
| 1883 { | 1883 { |
| 1884 bug_29392b | 1884 bug_29392b |
| 1885 Memcheck:Leak | 1885 Memcheck:Leak |
| 1886 fun:_Znw* | 1886 fun:_Znw* |
| 1887 fun:_ZN3net11FlipSession17GetOrCreateStreamERKNS_15HttpRequestInfoEPKNS_16Upl
oadDataStreamE | 1887 fun:_ZN3net11FlipSession17GetOrCreateStreamERKNS_15HttpRequestInfoEPKNS_16Upl
oadDataStreamE |
| 1888 fun:_ZN3net22FlipNetworkTransaction13DoSendRequestEv | 1888 fun:_ZN3net22FlipNetworkTransaction13DoSendRequestEv |
| 1889 fun:_ZN3net22FlipNetworkTransaction6DoLoopEi | 1889 fun:_ZN3net22FlipNetworkTransaction6DoLoopEi |
| 1890 fun:_ZN3net22FlipNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR
unnerI6Tuple1IiEEPNS_7LoadLogE | 1890 fun:_ZN3net22FlipNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR
unnerI6Tuple1IiEEPNS_7LoadLogE |
| 1891 } | 1891 } |
| 1892 { | |
| 1893 bug_29675 | |
| 1894 Memcheck:Leak | |
| 1895 fun:_Znw* | |
| 1896 fun:_Z11BrowserMainRK18MainFunctionParams | |
| 1897 fun:ChromeMain | |
| 1898 fun:main | |
| 1899 } | |
| OLD | NEW |