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

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: comments Created 9 years 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 4676 matching lines...) Expand 10 before | Expand all | Expand 10 after
4687 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE 4687 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE
4688 } 4688 }
4689 { 4689 {
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_100914
4698 Memcheck:Leak 4698 Memcheck:Leak
4699 fun:_Znw* 4699 fun:_Znw*
4700 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll 4700 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4701 fun:_ZN12webkit_media18BufferedDataSource24HttpInitialStartCallbackEi
4702 }
4703 {
4704 bug_100914b
4705 Memcheck:Leak
4706 fun:_Znw*
4707 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4708 fun:_ZN12webkit_media18BufferedDataSource14InitializeTaskEv
4709 } 4701 }
4710 { 4702 {
4711 bug_100916 4703 bug_100916
4712 Memcheck:Leak 4704 Memcheck:Leak
4713 fun:_Znw* 4705 fun:_Znw*
4714 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE 4706 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE
4715 ... 4707 ...
4716 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE 4708 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
4717 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi 4709 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
4718 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE 4710 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
5297 obj:/lib/libselinux.so.1 5289 obj:/lib/libselinux.so.1
5298 obj:/lib/libselinux.so.1 5290 obj:/lib/libselinux.so.1
5299 } 5291 }
5300 { 5292 {
5301 bug_todo_grep 5293 bug_todo_grep
5302 Memcheck:Leak 5294 Memcheck:Leak
5303 fun:malloc 5295 fun:malloc
5304 obj:/bin/grep 5296 obj:/bin/grep
5305 obj:/bin/grep 5297 obj:/bin/grep
5306 } 5298 }
OLDNEW
« no previous file with comments | « no previous file | webkit/media/buffered_data_source.h » ('j') | webkit/media/test_response_generator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698