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

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: forgot a few 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 4686 matching lines...) Expand 10 before | Expand all | Expand 10 after
4697 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE 4697 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE
4698 } 4698 }
4699 { 4699 {
4700 bug_100777 4700 bug_100777
4701 Memcheck:Leak 4701 Memcheck:Leak
4702 fun:_Znw* 4702 fun:_Znw*
4703 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_ 4703 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_
4704 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv 4704 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
4705 } 4705 }
4706 { 4706 {
4707 bug_100914a 4707 bug_100914
4708 Memcheck:Leak 4708 Memcheck:Leak
4709 fun:_Znw* 4709 fun:_Znw*
4710 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll 4710 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4711 fun:_ZN12webkit_media18BufferedDataSource24HttpInitialStartCallbackEi
4712 }
4713 {
4714 bug_100914b
4715 Memcheck:Leak
4716 fun:_Znw*
4717 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll
4718 fun:_ZN12webkit_media18BufferedDataSource14InitializeTaskEv
4719 } 4711 }
4720 { 4712 {
4721 bug_100916 4713 bug_100916
4722 Memcheck:Leak 4714 Memcheck:Leak
4723 fun:_Znw* 4715 fun:_Znw*
4724 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE 4716 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE
4725 ... 4717 ...
4726 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE 4718 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
4727 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi 4719 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
4728 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE 4720 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
5331 obj:/lib/libselinux.so.1 5323 obj:/lib/libselinux.so.1
5332 obj:/lib/libselinux.so.1 5324 obj:/lib/libselinux.so.1
5333 } 5325 }
5334 { 5326 {
5335 bug_todo_grep 5327 bug_todo_grep
5336 Memcheck:Leak 5328 Memcheck:Leak
5337 fun:malloc 5329 fun:malloc
5338 obj:/bin/grep 5330 obj:/bin/grep
5339 obj:/bin/grep 5331 obj:/bin/grep
5340 } 5332 }
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