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

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

Issue 99163: One new, three loosened ui test valgrind suppressions (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 { 1 {
2 Uninitialized value in deflate 2 Uninitialized value in deflate
3 Memcheck:Cond 3 Memcheck:Cond
4 fun:longest_match 4 fun:longest_match
5 fun:deflate_slow 5 fun:deflate_slow
6 fun:MOZ_Z_deflate 6 fun:MOZ_Z_deflate
7 } 7 }
8 { 8 {
9 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome. org/archives/gtk-devel-list/2004-April/msg00230.html 9 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome. org/archives/gtk-devel-list/2004-April/msg00230.html
10 Memcheck:Leak 10 Memcheck:Leak
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 # http://www.sqlite.org/cvstrac/tktview?tn=3326 158 # http://www.sqlite.org/cvstrac/tktview?tn=3326
159 # http://www.sqlite.org/cvstrac/tktview?tn=3575 159 # http://www.sqlite.org/cvstrac/tktview?tn=3575
160 # (Caller of sqlite3VdbeExec is either sqlite3Step or its wrapper sqlite3_step) 160 # (Caller of sqlite3VdbeExec is either sqlite3Step or its wrapper sqlite3_step)
161 { 161 {
162 SQLite_bug_3326 162 SQLite_bug_3326
163 Memcheck:Cond 163 Memcheck:Cond
164 fun:sqlite3VdbeMemShallowCopy 164 fun:sqlite3VdbeMemShallowCopy
165 fun:sqlite3VdbeExec 165 fun:sqlite3VdbeExec
166 fun:sqlite3*tep 166 fun:sqlite3*tep
167 } 167 }
168 # SQLite intentionally leaks a little memory in findLockInfo() in sqlite3_open
169 # Newer versions don't do this.
170 # See http://www.mail-archive.com/sqlite-users@sqlite.org/msg02334.html
171 # and http://www.mail-archive.com/sqlite-users@sqlite.org/msg30449.html
172 {
173 sqlite_open_leak
174 Memcheck:Leak
175 ...
176 fun:findLockInfo
177 fun:unixOpen
178 fun:sqlite3OsOpen
179 }
168 { 180 {
169 libevent does not provide a way to clean up unused oneshot timers at exit 181 libevent does not provide a way to clean up unused oneshot timers at exit
170 Memcheck:Leak 182 Memcheck:Leak
171 fun:calloc 183 fun:calloc
172 fun:event_base_once 184 fun:event_base_once
173 fun:event_base_loopexit 185 fun:event_base_loopexit
174 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 186 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
175 } 187 }
176 { 188 {
177 logging::InitLogging never frees filename. It would be hard to free properly. 189 logging::InitLogging never frees filename. It would be hard to free properly.
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 bug_6532 338 bug_6532
327 Memcheck:Leak 339 Memcheck:Leak
328 fun:_Znwj 340 fun:_Znwj
329 fun:_Z17NewRunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvvEEP14CancelableT askPT_T0_ 341 fun:_Z17NewRunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvvEEP14CancelableT askPT_T0_
330 } 342 }
331 { 343 {
332 # See http://crbug.com/6532 344 # See http://crbug.com/6532
333 # This is the -O1 case 345 # This is the -O1 case
334 bug_6532b 346 bug_6532b
335 Memcheck:Leak 347 Memcheck:Leak
336 fun:_Znwj 348 ...
337 fun:_ZN3IPC12ChannelProxy7Context14OnChannelErrorEv 349 fun:_ZN3IPC12ChannelProxy7Context14OnChannelErrorEv
338 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi 350 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
339 } 351 }
340 { 352 {
341 # See http://crbug.com/9450 353 # See http://crbug.com/9450
342 v8_bindings_leak_crbug_9450 354 v8_bindings_leak_crbug_9450
343 Memcheck:Leak 355 Memcheck:Leak
344 fun:_Znwj 356 fun:_Znwj
345 fun:_ZN7WebCore7V8Proxy20RegisterGlobalHandleENS_16GlobalHandleTypeEPvN2v810P ersistentINS3_5ValueEEE 357 fun:_ZN7WebCore7V8Proxy20RegisterGlobalHandleENS_16GlobalHandleTypeEPvN2v810P ersistentINS3_5ValueEEE
346 } 358 }
(...skipping 25 matching lines...) Expand all
372 Memcheck:Leak 384 Memcheck:Leak
373 fun:_Znwj 385 fun:_Znwj
374 fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE 386 fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE
375 fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE 387 fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE
376 } 388 }
377 { 389 {
378 # real leak; see http://crbug.com/10738 390 # real leak; see http://crbug.com/10738
379 bug_10738 391 bug_10738
380 Memcheck:Leak 392 Memcheck:Leak
381 ... 393 ...
382 fun:_ZN22RendererSecurityPolicy15GrantRequestURLEiRK4GURL
383 fun:_ZN14RenderViewHost15NavigateToEntryERK15NavigationEntryb
384 ...
385 fun:_ZN20NavigationController22NavigateToPendingEntryEb 394 fun:_ZN20NavigationController22NavigateToPendingEntryEb
386 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry 395 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
387 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j 396 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
388 } 397 }
389 { 398 {
390 # see http://crbug.com/10737 399 # see http://crbug.com/10737
391 bug_10737 400 bug_10737
392 Memcheck:Leak 401 Memcheck:Leak
393 fun:calloc 402 fun:calloc
394 fun:g_malloc0 403 fun:g_malloc0
(...skipping 10 matching lines...) Expand all
405 fun:_Znwj 414 fun:_Znwj
406 fun:_ZN18WebContentsViewGtk19CreateViewForWidgetEP16RenderWidgetHost 415 fun:_ZN18WebContentsViewGtk19CreateViewForWidgetEP16RenderWidgetHost
407 fun:_ZN11WebContents32CreateRenderViewForRenderManagerEP14RenderViewHost 416 fun:_ZN11WebContents32CreateRenderViewForRenderManagerEP14RenderViewHost
408 } 417 }
409 { 418 {
410 # one more from http://crbug.com/10747 419 # one more from http://crbug.com/10747
411 bug_10747b 420 bug_10747b
412 Memcheck:Leak 421 Memcheck:Leak
413 fun:_Znwj 422 fun:_Znwj
414 fun:_ZN18TabContentsViewGtk19CreateViewForWidgetEP16RenderWidgetHost 423 fun:_ZN18TabContentsViewGtk19CreateViewForWidgetEP16RenderWidgetHost
415 fun:_ZN11WebContents32CreateRenderViewForRenderManagerEP14RenderViewHost
416 }
417 {
418 # yet one more from http://crbug.com/10747
419 bug_10747c
420 Memcheck:Leak
421 ...
422 fun:_ZN18TabContentsViewGtk19CreateViewForWidgetEP16RenderWidgetHost
423 fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost
424 } 424 }
425 { 425 {
426 # see http://crbug.com/10748 426 # see http://crbug.com/10748
427 bug_10748 427 bug_10748
428 Memcheck:Leak 428 Memcheck:Leak
429 fun:_Znwj 429 fun:_Znwj
430 fun:_ZN22RendererSecurityPolicy3AddEi 430 fun:_ZN22RendererSecurityPolicy3AddEi
431 fun:_ZN24BrowserRenderProcessHost4InitEv 431 fun:_ZN24BrowserRenderProcessHost4InitEv
432 fun:_ZN14RenderViewHost16CreateRenderViewEv 432 fun:_ZN14RenderViewHost16CreateRenderViewEv
433 } 433 }
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 } 509 }
510 { 510 {
511 # See http://crbug.com/11117 511 # See http://crbug.com/11117
512 bug_11117 512 bug_11117
513 Memcheck:Leak 513 Memcheck:Leak
514 fun:_Znwj 514 fun:_Znwj
515 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE 515 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
516 ... 516 ...
517 fun:_ZN24RendererWebKitClientImpl24suddenTerminationChangedEb 517 fun:_ZN24RendererWebKitClientImpl24suddenTerminationChangedEb
518 } 518 }
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