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

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

Issue 99220: Add a few more suppressions for ui tests that hidden until yesterday... (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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 } 380 }
381 { 381 {
382 # skia memory leak? See http://crbug.com/9757 382 # skia memory leak? See http://crbug.com/9757
383 bug_9757 383 bug_9757
384 Memcheck:Leak 384 Memcheck:Leak
385 fun:_Znwj 385 fun:_Znwj
386 fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE 386 fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE
387 fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE 387 fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE
388 } 388 }
389 { 389 {
390 # real leak; see http://crbug.com/10738
391 bug_10738
392 Memcheck:Leak
393 ...
394 fun:_ZN20NavigationController22NavigateToPendingEntryEb
395 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
396 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
397 }
398 {
399 # see http://crbug.com/10737 390 # see http://crbug.com/10737
400 bug_10737 391 bug_10737
401 Memcheck:Leak 392 Memcheck:Leak
402 fun:calloc 393 fun:calloc
403 fun:g_malloc0 394 fun:g_malloc0
404 fun:g_closure_new_simple 395 fun:g_closure_new_simple
405 fun:g_cclosure_new 396 fun:g_cclosure_new
406 fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv 397 fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv
407 fun:_ZN16BrowserWindowGtkC1EP7Browser 398 fun:_ZN16BrowserWindowGtkC1EP7Browser
408 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser 399 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
409 } 400 }
410 { 401 {
402 # real leak; see http://crbug.com/10738
403 bug_10738
404 Memcheck:Leak
405 ...
406 fun:_ZN20NavigationController22NavigateToPendingEntryEb
407 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
408 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
409 }
410 {
411 # Another variant of http://crbug.com/10738
412 bug_10738b
413 Memcheck:Leak
414 fun:_Znwj
415 ...
416 fun:_ZN22RendererSecurityPolicy15GrantRequestURLEiRK4GURL
417 }
418 {
411 # see http://crbug.com/10747 419 # see http://crbug.com/10747
412 bug_10747 420 bug_10747
413 Memcheck:Leak 421 Memcheck:Leak
414 fun:_Znwj 422 fun:_Znwj
415 fun:_ZN18WebContentsViewGtk19CreateViewForWidgetEP16RenderWidgetHost 423 fun:_ZN18WebContentsViewGtk19CreateViewForWidgetEP16RenderWidgetHost
416 fun:_ZN11WebContents32CreateRenderViewForRenderManagerEP14RenderViewHost 424 fun:_ZN11WebContents32CreateRenderViewForRenderManagerEP14RenderViewHost
417 } 425 }
418 { 426 {
419 # one more from http://crbug.com/10747 427 # one more from http://crbug.com/10747
420 bug_10747b 428 bug_10747b
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 Memcheck:Leak 507 Memcheck:Leak
500 fun:_Znwj 508 fun:_Znwj
501 fun:_ZN11ChildThread21OnProcessFinalReleaseEv 509 fun:_ZN11ChildThread21OnProcessFinalReleaseEv
502 } 510 }
503 { 511 {
504 # See http://crbug.com/11116 512 # See http://crbug.com/11116
505 bug_11116b 513 bug_11116b
506 Memcheck:Leak 514 Memcheck:Leak
507 fun:_Znwj 515 fun:_Znwj
508 fun:_ZN11ChildThread14OnChannelErrorEv 516 fun:_ZN11ChildThread14OnChannelErrorEv
509 fun:_ZN3IPC12ChannelProxy7Context15OnDispatchErrorEv
510 } 517 }
511 { 518 {
512 # See http://crbug.com/11117 519 # See http://crbug.com/11117
513 bug_11117 520 bug_11117
514 Memcheck:Leak 521 Memcheck:Leak
515 fun:_Znwj 522 fun:_Znwj
516 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE 523 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
517 ... 524 ...
518 fun:_ZN24RendererWebKitClientImpl24suddenTerminationChangedEb 525 fun:_ZN24RendererWebKitClientImpl24suddenTerminationChangedEb
519 } 526 }
520 { 527 {
521 # See http://crbug.com/11139 528 # See http://crbug.com/11139
522 bug_11139 529 bug_11139
523 Memcheck:Leak 530 Memcheck:Leak
524 fun:_Znwj 531 fun:_Znwj
525 fun:_ZN14ProcessWatcher23EnsureProcessTerminatedEi 532 fun:_ZN14ProcessWatcher23EnsureProcessTerminatedEi
526 } 533 }
527 { 534 {
528 # See http://crbug.com/11144 535 # See http://crbug.com/11144
529 # This suppression is loose enough to match at least two message leaks 536 # This suppression is loose enough to match at least two message leaks
530 bug_11144 537 bug_11144
531 Memcheck:Leak 538 Memcheck:Leak
532 fun:_Znwj 539 fun:_Znwj
533 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE 540 fun:_ZN3IPC12ChannelProxy4SendEPNS_7MessageE
534 fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi 541 fun:_ZN3IPC11SyncChannel15SendWithTimeoutEPNS_7MessageEi
535 fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE 542 fun:_ZN3IPC11SyncChannel4SendEPNS_7MessageE
536 fun:_ZN11ChildThread4SendEPN3IPC7MessageE 543 fun:_ZN11ChildThread4SendEPN3IPC7MessageE
537 fun:_ZN12RenderThread4SendEPN3IPC7MessageE 544 fun:_ZN12RenderThread4SendEPN3IPC7MessageE
538 } 545 }
546 {
547 # See http://crbug.com/11213
548 bug_11213
549 Memcheck:Leak
550 fun:_Znwj
551 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH andleClientEPNS_5FrameEbbb
552 fun:_ZN7WebCore14ResourceLoader4loadERKNS_15ResourceRequestE
553 fun:_ZN7WebCore17SubresourceLoader6createEPNS_5FrameEPNS_23SubresourceLoaderC lientERKNS_15ResourceRequestEbbb
554 fun:_ZN7WebCore6Loader4Host20servePendingRequestsERN3WTF5DequeIPNS_7RequestEE ERb
555 fun:_ZN7WebCore6Loader4Host20servePendingRequestsENS0_8PriorityE
556 fun:_ZN7WebCore6Loader4loadEPNS_9DocLoaderEPNS_14CachedResourceEbbb
557 }
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