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

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

Issue 8649002: Rewrite BufferedDataSource tests to use real BufferedResourceLoader objects. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: bam Created 9 years, 1 month 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 4679 matching lines...) Expand 10 before | Expand all | Expand 10 after
4690 bug_100777 4690 bug_100777
4691 Memcheck:Leak 4691 Memcheck:Leak
4692 fun:_Znw* 4692 fun:_Znw*
4693 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_ 4693 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_
4694 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv 4694 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
4695 } 4695 }
4696 { 4696 {
4697 bug_100914a 4697 bug_100914a
4698 Memcheck:Leak 4698 Memcheck:Leak
4699 fun:_Znw* 4699 fun:_Znw*
4700 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll 4700 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
Ami GONE FROM CHROMIUM 2011/11/22 22:06:23 Here and below it seems strange to me that that a
scherkus (not reviewing) 2011/11/23 04:22:41 Done.
4701 ...
4701 fun:_ZN12webkit_media18BufferedDataSource24HttpInitialStartCallbackEi 4702 fun:_ZN12webkit_media18BufferedDataSource24HttpInitialStartCallbackEi
4702 } 4703 }
4703 { 4704 {
4704 bug_100914b 4705 bug_100914b
4705 Memcheck:Leak 4706 Memcheck:Leak
4706 fun:_Znw* 4707 fun:_Znw*
4707 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll 4708 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4709 ...
4708 fun:_ZN12webkit_media18BufferedDataSource14InitializeTaskEv 4710 fun:_ZN12webkit_media18BufferedDataSource14InitializeTaskEv
4709 } 4711 }
4710 { 4712 {
4713 bug_100914c
4714 Memcheck:Leak
4715 fun:_Znw*
4716 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4717 ...
4718 fun:_ZN12webkit_media18BufferedDataSource18RestartLoadingTaskEv
4719 }
4720 {
4711 bug_100916 4721 bug_100916
4712 Memcheck:Leak 4722 Memcheck:Leak
4713 fun:_Znw* 4723 fun:_Znw*
4714 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE 4724 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE
4715 ... 4725 ...
4716 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE 4726 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
4717 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi 4727 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
4718 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE 4728 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
4719 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 4729 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
4720 } 4730 }
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
5297 obj:/lib/libselinux.so.1 5307 obj:/lib/libselinux.so.1
5298 obj:/lib/libselinux.so.1 5308 obj:/lib/libselinux.so.1
5299 } 5309 }
5300 { 5310 {
5301 bug_todo_grep 5311 bug_todo_grep
5302 Memcheck:Leak 5312 Memcheck:Leak
5303 fun:malloc 5313 fun:malloc
5304 obj:/bin/grep 5314 obj:/bin/grep
5305 obj:/bin/grep 5315 obj:/bin/grep
5306 } 5316 }
OLDNEW
« no previous file with comments | « no previous file | webkit/media/buffered_data_source.h » ('j') | webkit/media/buffered_data_source_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698