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

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

Issue 12284008: Add a TODO comment to remind us when we will be able to remove the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add suppressions_linux.txt Created 7 years, 10 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
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four 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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 Memcheck:Leak 988 Memcheck:Leak
989 fun:calloc 989 fun:calloc
990 fun:PR_Calloc 990 fun:PR_Calloc
991 fun:PR_GetCurrentThread 991 fun:PR_GetCurrentThread
992 ... 992 ...
993 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE 993 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE
994 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE 994 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
995 fun:_ZN3net18CertVerifierWorker3RunEv 995 fun:_ZN3net18CertVerifierWorker3RunEv
996 } 996 }
997 { 997 {
998 # The InvalidRead error in rc4_wordconv is intentional.
999 # https://bugzilla.mozilla.org/show_bug.cgi?id=341127
1000 bug_43113 (Intentional)
1001 Memcheck:Unaddressable
1002 fun:rc4_wordconv
1003 fun:RC4_Encrypt
1004 }
1005 {
1006 # Intentionally leaking NSS to prevent shutdown crashes 998 # Intentionally leaking NSS to prevent shutdown crashes
1007 bug_61585a (Intentional) 999 bug_61585a (Intentional)
1008 Memcheck:Leak 1000 Memcheck:Leak
1009 fun:calloc 1001 fun:calloc
1010 ... 1002 ...
1011 fun:error_get_my_stack 1003 fun:error_get_my_stack
1012 } 1004 }
1013 { 1005 {
1014 FileStream::Context can leak through WorkerPool by design 1006 FileStream::Context can leak through WorkerPool by design
1015 Memcheck:Leak 1007 Memcheck:Leak
(...skipping 5592 matching lines...) Expand 10 before | Expand all | Expand 10 after
6608 } 6600 }
6609 { 6601 {
6610 bug_176624 6602 bug_176624
6611 Memcheck:Uninitialized 6603 Memcheck:Uninitialized
6612 fun:_ZN5mediaL23FromInterleavedInternalIilEEvPKviiPNS_8AudioBusE 6604 fun:_ZN5mediaL23FromInterleavedInternalIilEEvPKviiPNS_8AudioBusE
6613 fun:_ZN5media8AudioBus22FromInterleavedPartialEPKviii 6605 fun:_ZN5media8AudioBus22FromInterleavedPartialEPKviii
6614 fun:_ZN5media8AudioBus15FromInterleavedEPKvii 6606 fun:_ZN5media8AudioBus15FromInterleavedEPKvii
6615 fun:_ZN5media17AudioRendererImpl6RenderEPNS_8AudioBusEi 6607 fun:_ZN5media17AudioRendererImpl6RenderEPNS_8AudioBusEi
6616 fun:_ZN5media13NullAudioSink14FillBufferTaskEv 6608 fun:_ZN5media13NullAudioSink14FillBufferTaskEv
6617 } 6609 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_linux.txt » ('j') | tools/valgrind/memcheck/suppressions_linux.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698