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

Side by Side Diff: tools/wine_valgrind/chromium-valgrind-suppressions

Issue 524068: wine_valgrind: Fix typos, add a new suppression, remove suppression for a fix... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 11 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 # Chromium-specific suppressions 1 # Chromium-specific suppressions
2 { 2 {
3 dont_valgrind_python_1 3 dont_valgrind_python_1
4 Memcheck:Cond 4 Memcheck:Cond
5 ... 5 ...
6 obj:*python* 6 obj:*python*
7 } 7 }
8 { 8 {
9 dont_valgrind_python_2 9 dont_valgrind_python_2
10 Memcheck:Value4 10 Memcheck:Value4
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 { 85 {
86 ignore_wine_ntdll_usr1_handler_c 86 ignore_wine_ntdll_usr1_handler_c
87 Memcheck:Addr4 87 Memcheck:Addr4
88 ... 88 ...
89 fun:usr1_handler 89 fun:usr1_handler
90 } 90 }
91 { 91 {
92 # This occurs at the same time as the usr1_handler errors above. 92 # This occurs at the same time as the usr1_handler errors above.
93 ignore_wine_ntdll_no_symbol 93 ignore_wine_ntdll_no_symbol
94 Memcheck:Addr4 94 Memcheck:Addr4
95 obj:.*ntdll.dll.so 95 obj:*ntdll.dll.so
96 } 96 }
97 { 97 {
98 # mysterious leaks in rsaenh.dll.so, no symbols / incorrect symbols. 98 # mysterious leaks in rsaenh.dll.so, no symbols / incorrect symbols.
99 ignore_wine_rsaenh_no_symbols 99 ignore_wine_rsaenh_no_symbols
100 Memcheck:Leak 100 Memcheck:Leak
101 fun:RtlAllocateHeap 101 fun:RtlAllocateHeap
102 obj:*rsaenh.dll.so 102 obj:*rsaenh.dll.so
103 103
104 } 104 }
105 { 105 {
106 # Maybe a leak in _strtoi64() ?? StringToInt64() seems to be leak free. 106 # Maybe a leak in strtoi() ?? StringToInt() seems to be leak free.
107 ignore_strtio64_leak 107 ignore_strtoi_leak
108 Memcheck:Leak 108 Memcheck:Leak
109 fun:RtlAllocateHeap 109 fun:RtlAllocateHeap
110 ... 110 ...
111 fun:StringToInt
112 }
113 {
114 # Maybe a leak in _strtoi64() ?? StringToInt64() seems to be leak free.
115 ignore_strtoi64_leak
116 Memcheck:Leak
117 fun:RtlAllocateHeap
118 ...
111 fun:StringToInt64 119 fun:StringToInt64
112 } 120 }
113 { 121 {
114 # A leak in _vsnprintf_s? 122 # A leak in _vsnprintf_s?
115 ignore_vsnprintf_s 123 ignore_vsnprintf_s
116 Memcheck:Leak 124 Memcheck:Leak
117 fun:RtlAllocateHeap 125 fun:RtlAllocateHeap
118 ... 126 ...
119 fun:_vsnprintf_s 127 fun:_vsnprintf_s
120 fun:base::vsnprintf 128 fun:base::vsnprintf
(...skipping 30 matching lines...) Expand all
151 fun:base::SignatureVerifier::VerifyInit 159 fun:base::SignatureVerifier::VerifyInit
152 } 160 }
153 { 161 {
154 wine_bug_20692_b 162 wine_bug_20692_b
155 Memcheck:Leak 163 Memcheck:Leak
156 ... 164 ...
157 fun:CryptGenKey 165 fun:CryptGenKey
158 fun:base::RSAPrivateKey::Create 166 fun:base::RSAPrivateKey::Create
159 } 167 }
160 { 168 {
161 wine_bug_21260
162 Memcheck:Leak
163 fun:RtlAllocateHeap
164 ...
165 fun:ranges_add
166 fun:set_main_item
167 fun:LISTVIEW_SetItemT
168 fun:LISTVIEW_SetItemState
169
170 }
171 {
172 # Boy, oh, boy do we need a better way to deal with this. 169 # Boy, oh, boy do we need a better way to deal with this.
173 # See https://bugs.kde.org/show_bug.cgi?id=190660 170 # See https://bugs.kde.org/show_bug.cgi?id=190660
174 valgrind_bug_190660 171 valgrind_bug_190660
175 Memcheck:Addr4 172 Memcheck:Addr4
176 fun:strlen 173 fun:strlen
177 } 174 }
178 { 175 {
179 # Boy, oh, boy do we need a better way to deal with this. 176 # Boy, oh, boy do we need a better way to deal with this.
180 # See https://bugs.kde.org/show_bug.cgi?id=190660 177 # See https://bugs.kde.org/show_bug.cgi?id=190660
181 valgrind_bug_190660 178 valgrind_bug_190660
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 # FLAKY_FTPDirectoryListing_Test and FLAKY_FTPCacheLoginBoxCredentials_Test 302 # FLAKY_FTPDirectoryListing_Test and FLAKY_FTPCacheLoginBoxCredentials_Test
306 todo_net_unittest2 303 todo_net_unittest2
307 Memcheck:Leak 304 Memcheck:Leak
308 ... 305 ...
309 fun:net::TCPClientSocketWin::Read 306 fun:net::TCPClientSocketWin::Read
310 fun:net::FtpNetworkTransaction::DoCtrlRead 307 fun:net::FtpNetworkTransaction::DoCtrlRead
311 fun:net::FtpNetworkTransaction::DoLoop 308 fun:net::FtpNetworkTransaction::DoLoop
312 fun:net::FtpNetworkTransaction::OnIOComplete 309 fun:net::FtpNetworkTransaction::OnIOComplete
313 fun:DispatchToMethod<net::FtpNetworkTransaction,void (__thiscall net::FtpNetw orkTransaction::*)(int),int> 310 fun:DispatchToMethod<net::FtpNetworkTransaction,void (__thiscall net::FtpNetw orkTransaction::*)(int),int>
314 } 311 }
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