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

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

Issue 118491: Remove valgrind suppression for BrowserWindowGtk::ConnectAccelerators(). (Closed)
Patch Set: Created 11 years, 6 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
« 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 three kinds of suppressions in this file. 1 # There are three 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 } 416 }
417 { 417 {
418 # skia memory leak? See http://crbug.com/9757 418 # skia memory leak? See http://crbug.com/9757
419 bug_9757 419 bug_9757
420 Memcheck:Leak 420 Memcheck:Leak
421 fun:_Znwj 421 fun:_Znwj
422 fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE 422 fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE
423 fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE 423 fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE
424 } 424 }
425 { 425 {
426 # see http://crbug.com/10737
427 bug_10737
428 Memcheck:Leak
429 fun:calloc
430 fun:g_malloc0
431 fun:g_closure_new_simple
432 fun:g_cclosure_new
433 fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv
434 fun:_ZN16BrowserWindowGtkC1EP7Browser
435 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
436 }
437 {
438 # real leak; see http://crbug.com/10738 426 # real leak; see http://crbug.com/10738
439 bug_10738 427 bug_10738
440 Memcheck:Leak 428 Memcheck:Leak
441 ... 429 ...
442 fun:_ZN20NavigationController22NavigateToPendingEntryEb 430 fun:_ZN20NavigationController22NavigateToPendingEntryEb
443 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry 431 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
444 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j 432 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
445 } 433 }
446 { 434 {
447 # Another variant of http://crbug.com/10738 435 # Another variant of http://crbug.com/10738
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 fun:_ZN3gfx6Canvas13SizeStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontEPi SA_i 604 fun:_ZN3gfx6Canvas13SizeStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontEPi SA_i
617 } 605 }
618 { 606 {
619 # See bug 12539 and 12549 607 # See bug 12539 and 12549
620 bug_12539 608 bug_12539
621 Memcheck:Leak 609 Memcheck:Leak
622 ... 610 ...
623 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEj 611 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEj
624 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhj 612 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhj
625 } 613 }
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