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

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

Issue 8432029: Remove a suppression rule for NSS. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 2055 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 { 2066 {
2067 bug_44341f 2067 bug_44341f
2068 Memcheck:Value4 2068 Memcheck:Value4
2069 fun:memcpy 2069 fun:memcpy
2070 fun:fill_window 2070 fun:fill_window
2071 fun:deflate_slow 2071 fun:deflate_slow
2072 ... 2072 ...
2073 fun:_ZN3net18SSLClientSocketNSS14DoPayloadWriteEv 2073 fun:_ZN3net18SSLClientSocketNSS14DoPayloadWriteEv
2074 } 2074 }
2075 { 2075 {
2076 bug_44341g
2077 Memcheck:Addr4
2078 ...
2079 fun:PK11_CipherOp
2080 fun:ssl3_CompressMACEncryptRecord
2081 fun:ssl3_SendRecord
2082 fun:ssl3_SendApplicationData
2083 fun:ssl_SecureSend
2084 fun:ssl_SecureWrite
2085 fun:ssl_Write
2086 fun:PR_Write
2087 fun:_ZN3net18SSLClientSocketNSS14DoPayloadWriteEv
2088 }
2089 {
2090 bug_44385 2076 bug_44385
2091 Memcheck:Leak 2077 Memcheck:Leak
2092 fun:_Znw* 2078 fun:_Znw*
2093 ... 2079 ...
2094 fun:_ZN3net9HostCache3SetERKNS0_3KeyEiRKNS_11AddressListEN4base9TimeTicksE 2080 fun:_ZN3net9HostCache3SetERKNS0_3KeyEiRKNS_11AddressListEN4base9TimeTicksE
2095 fun:_ZN3net16HostResolverImpl13OnJobCompleteEPNS0_3JobEiiRKNS_11AddressListE 2081 fun:_ZN3net16HostResolverImpl13OnJobCompleteEPNS0_3JobEiiRKNS_11AddressListE
2096 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteERKNS_11AddressListERKN4ba se9TimeTicksEjii 2082 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteERKNS_11AddressListERKN4ba se9TimeTicksEjii
2097 fun:_Z16DispatchToMethodIN3net16HostResolverImpl3JobEMS2_FvRKNS0_11AddressLis tERKN4base9TimeTicksEjiiES3_S7_jiiEvPT_T0_RK6Tuple5IT1_T2_T3_T4_T5_E 2083 fun:_Z16DispatchToMethodIN3net16HostResolverImpl3JobEMS2_FvRKNS0_11AddressLis tERKN4base9TimeTicksEjiiES3_S7_jiiEvPT_T0_RK6Tuple5IT1_T2_T3_T4_T5_E
2098 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKNS0_11AddressList ERKN4base9TimeTicksEjiiE6Tuple5IS3_S7_jiiEE3RunEv 2084 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKNS0_11AddressList ERKN4base9TimeTicksEjiiE6Tuple5IS3_S7_jiiEE3RunEv
2099 fun:*18TaskClosureAdapter3RunEv 2085 fun:*18TaskClosureAdapter3RunEv
(...skipping 3136 matching lines...) Expand 10 before | Expand all | Expand 10 after
5236 obj:/lib/libselinux.so.1 5222 obj:/lib/libselinux.so.1
5237 obj:/lib/libselinux.so.1 5223 obj:/lib/libselinux.so.1
5238 } 5224 }
5239 { 5225 {
5240 bug_todo_grep 5226 bug_todo_grep
5241 Memcheck:Leak 5227 Memcheck:Leak
5242 fun:malloc 5228 fun:malloc
5243 obj:/bin/grep 5229 obj:/bin/grep
5244 obj:/bin/grep 5230 obj:/bin/grep
5245 } 5231 }
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