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

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

Issue 149271: Fix subtle whitespace problem. Lesson: never copy and paste a suppression... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 # 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 } 414 }
415 { 415 {
416 # skia memory leak? See http://crbug.com/9757 416 # skia memory leak? See http://crbug.com/9757
417 bug_9757 417 bug_9757
418 Memcheck:Leak 418 Memcheck:Leak
419 fun:_Znwj 419 fun:_Znwj
420 fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE 420 fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE
421 fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE 421 fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE
422 } 422 }
423 { 423 {
424    # see http://crbug.com/10737»  424 # see http://crbug.com/10737
425    bug_10737»   425    bug_10737
426    Memcheck:Leak»   426    Memcheck:Leak
427    fun:calloc»   427    fun:calloc
428    fun:g_malloc0»   428    fun:g_malloc0
429    fun:g_closure_new_simple»   429    fun:g_closure_new_simple
430    fun:g_cclosure_new»   430    fun:g_cclosure_new
431    fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv»   431    fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv
432    fun:_ZN16BrowserWindowGtkC1EP7Browser»   432    fun:_ZN16BrowserWindowGtkC1EP7Browser
433    fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser»   433    fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
434 } 434 }
435 { 435 {
436 # real leak; see http://crbug.com/10738 436 # real leak; see http://crbug.com/10738
437 bug_10738 437 bug_10738
438 Memcheck:Leak 438 Memcheck:Leak
439 ... 439 ...
440 fun:_ZN20NavigationController22NavigateToPendingEntryEb 440 fun:_ZN20NavigationController22NavigateToPendingEntryEb
441 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry 441 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
442 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j 442 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
443 } 443 }
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 fun:_ZN12RenderThread4InitEv 742 fun:_ZN12RenderThread4InitEv
743 } 743 }
744 { 744 {
745 bug_16129 745 bug_16129
746 Memcheck:Leak 746 Memcheck:Leak
747 fun:_Znwj 747 fun:_Znwj
748 fun:_Z11NewCallbackI11WebViewImplPN11webkit_glue20ImageResourceFetcherERK8SkB itmapEPN9Callback2IT0_T1_E4TypeEPT_MSD_FvS8_S9_E 748 fun:_Z11NewCallbackI11WebViewImplPN11webkit_glue20ImageResourceFetcherERK8SkB itmapEPN9Callback2IT0_T1_E4TypeEPT_MSD_FvS8_S9_E
749 fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi 749 fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi
750 fun:_ZN10RenderView15OnDownloadImageEiRK4GURLi 750 fun:_ZN10RenderView15OnDownloadImageEiRK4GURLi
751 } 751 }
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