Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10828195: Remove unused memory suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four 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 3636 matching lines...) Expand 10 before | Expand all | Expand 10 after
3647 fun:_ZN9__gnu_cxx13new_allocatorIN3net18HttpRequestHeaders18HeaderKeyValuePai rEE8allocateEjPKv 3647 fun:_ZN9__gnu_cxx13new_allocatorIN3net18HttpRequestHeaders18HeaderKeyValuePai rEE8allocateEjPKv
3648 fun:_ZNSt12_Vector_baseIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_E E11_M_allocateEj 3648 fun:_ZNSt12_Vector_baseIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_E E11_M_allocateEj
3649 fun:_ZNSt6vectorIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_EE13_M_i nsert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_ 3649 fun:_ZNSt6vectorIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_EE13_M_i nsert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_
3650 fun:_ZNSt6vectorIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_EE9push_ backERKS2_ 3650 fun:_ZNSt6vectorIN3net18HttpRequestHeaders18HeaderKeyValuePairESaIS2_EE9push_ backERKS2_
3651 fun:_ZN3net18HttpRequestHeaders9SetHeaderERKN4base11StringPieceES4_ 3651 fun:_ZN3net18HttpRequestHeaders9SetHeaderERKN4base11StringPieceES4_
3652 fun:_ZN3net18HttpRequestHeaders19AddHeaderFromStringERKN4base11StringPieceE 3652 fun:_ZN3net18HttpRequestHeaders19AddHeaderFromStringERKN4base11StringPieceE
3653 fun:_ZN3net18HttpRequestHeaders20AddHeadersFromStringERKN4base11StringPieceE 3653 fun:_ZN3net18HttpRequestHeaders20AddHeadersFromStringERKN4base11StringPieceE
3654 fun:_ZN22ResourceDispatcherHost12BeginRequestEiRK23ResourceHostMsg_RequestPN3 IPC7MessageEi 3654 fun:_ZN22ResourceDispatcherHost12BeginRequestEiRK23ResourceHostMsg_RequestPN3 IPC7MessageEi
3655 } 3655 }
3656 { 3656 {
3657 bug_96101a
3658 Memcheck:Leak
3659 fun:_Znw*
3660 fun:_ZN3net16UploadDataStream6CreateEPNS_10UploadDataEPi
3661 fun:_ZN3net22HttpNetworkTransaction14DoBuildRequestEv
3662 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
3663 fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
3664 fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9Prox yInfoEPNS_10HttpStreamE
3665 fun:_ZN3net21HttpStreamFactoryImpl7Request13OnStreamReadyEPNS0_3JobERKNS_9SSL ConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
3666 fun:_ZN3net21HttpStreamFactoryImpl3Job21OnStreamReadyCallbackEv
3667 }
3668 {
3669 bug_96101b
3670 Memcheck:Leak
3671 fun:_Znw*
3672 fun:_ZN3net22HttpNetworkTransaction14DoBuildRequestEv
3673 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
3674 fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
3675 fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9Prox yInfoEPNS_10HttpStreamE
3676 fun:_ZN3net21HttpStreamFactoryImpl7Request13OnStreamReadyEPNS0_3JobERKNS_9SSL ConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
3677 fun:_ZN3net21HttpStreamFactoryImpl3Job21OnStreamReadyCallbackEv
3678 }
3679 {
3680 bug_96103 3657 bug_96103
3681 Memcheck:Leak 3658 Memcheck:Leak
3682 fun:_Znw* 3659 fun:_Znw*
3683 fun:_ZN9__gnu_cxx13new_allocatorIN3net11ProxyServerEE8allocateEjPKv 3660 fun:_ZN9__gnu_cxx13new_allocatorIN3net11ProxyServerEE8allocateEjPKv
3684 fun:_ZNSt12_Vector_baseIN3net11ProxyServerESaIS1_EE11_M_allocateEj 3661 fun:_ZNSt12_Vector_baseIN3net11ProxyServerESaIS1_EE11_M_allocateEj
3685 fun:_ZNSt12_Vector_baseIN3net11ProxyServerESaIS1_EEC2EjRKS2_ 3662 fun:_ZNSt12_Vector_baseIN3net11ProxyServerESaIS1_EEC2EjRKS2_
3686 fun:_ZNSt6vectorIN3net11ProxyServerESaIS1_EEC1ERKS3_ 3663 fun:_ZNSt6vectorIN3net11ProxyServerESaIS1_EEC1ERKS3_
3687 fun:_ZN3net9ProxyListC1ERKS0_ 3664 fun:_ZN3net9ProxyListC1ERKS0_
3688 fun:_ZN3net9ProxyInfoC1ERKS0_ 3665 fun:_ZN3net9ProxyInfoC1ERKS0_
3689 fun:_ZN3net21HttpStreamFactoryImpl7Request18OnSpdySessionReadyEPNS0_3JobE13sc oped_refptrINS_11SpdySessionEEb 3666 fun:_ZN3net21HttpStreamFactoryImpl7Request18OnSpdySessionReadyEPNS0_3JobE13sc oped_refptrINS_11SpdySessionEEb
(...skipping 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after
5858 obj:/lib/libselinux.so.1 5835 obj:/lib/libselinux.so.1
5859 obj:/lib/libselinux.so.1 5836 obj:/lib/libselinux.so.1
5860 } 5837 }
5861 { 5838 {
5862 bug_todo_grep 5839 bug_todo_grep
5863 Memcheck:Leak 5840 Memcheck:Leak
5864 fun:malloc 5841 fun:malloc
5865 obj:/bin/grep 5842 obj:/bin/grep
5866 obj:/bin/grep 5843 obj:/bin/grep
5867 } 5844 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698