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

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

Issue 7294006: Try to bandaid leaks due to TabContentsWrapper not force-closing all InfoBarDelegates on shutdown... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « tools/heapcheck/suppressions.txt ('k') | 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 4783 matching lines...) Expand 10 before | Expand all | Expand 10 after
4794 Memcheck:Leak 4794 Memcheck:Leak
4795 fun:_Znw* 4795 fun:_Znw*
4796 fun:_ZN8chromeos12input_method14IBusController6CreateEv 4796 fun:_ZN8chromeos12input_method14IBusController6CreateEv
4797 fun:_ZN8chromeos12input_method22InputMethodManagerImplC1Ev 4797 fun:_ZN8chromeos12input_method22InputMethodManagerImplC1Ev
4798 fun:_ZN22DefaultSingletonTraitsIN8chromeos12input_method22InputMethodManagerI mplEE3NewEv 4798 fun:_ZN22DefaultSingletonTraitsIN8chromeos12input_method22InputMethodManagerI mplEE3NewEv
4799 fun:_ZN9SingletonIN8chromeos12input_method22InputMethodManagerImplE22DefaultS ingletonTraitsIS2_ES2_E3getEv 4799 fun:_ZN9SingletonIN8chromeos12input_method22InputMethodManagerImplE22DefaultS ingletonTraitsIS2_ES2_E3getEv
4800 fun:_ZN8chromeos12input_method22InputMethodManagerImpl11GetInstanceEv 4800 fun:_ZN8chromeos12input_method22InputMethodManagerImpl11GetInstanceEv
4801 fun:_ZN8chromeos12input_method18InputMethodManager11GetInstanceEv 4801 fun:_ZN8chromeos12input_method18InputMethodManager11GetInstanceEv
4802 } 4802 }
4803 { 4803 {
4804 bug_87998
4805 Memcheck:Leak
4806 fun:_Znw*
4807 fun:_ZN33GeolocationInfoBarQueueController17ShowQueuedInfoBarEii
4808 fun:_ZN33GeolocationInfoBarQueueController20CreateInfoBarRequestEiiiRK4GURLS2 _
4809 fun:_ZN34ChromeGeolocationPermissionContext28RequestGeolocationPermissionEiii RK4GURL
4810 }
4811 {
4812 bug_88094_a 4804 bug_88094_a
4813 Memcheck:Leak 4805 Memcheck:Leak
4814 fun:_Znw* 4806 fun:_Znw*
4815 fun:_ZN25ChromeWebUIDataSourceTest5SetUpEv 4807 fun:_ZN25ChromeWebUIDataSourceTest5SetUpEv
4816 } 4808 }
4817 { 4809 {
4818 bug_88094_b 4810 bug_88094_b
4819 Memcheck:Leak 4811 Memcheck:Leak
4820 fun:_Znw* 4812 fun:_Znw*
4821 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsP5ValueEEE8allo cateEmPKv 4813 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsP5ValueEEE8allo cateEmPKv
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
4864 { 4856 {
4865 bug_todo_getdelim2 4857 bug_todo_getdelim2
4866 Memcheck:Leak 4858 Memcheck:Leak
4867 fun:malloc 4859 fun:malloc
4868 fun:getdelim 4860 fun:getdelim
4869 obj:/lib/libselinux.so.1 4861 obj:/lib/libselinux.so.1
4870 obj:/lib/libselinux.so.1 4862 obj:/lib/libselinux.so.1
4871 obj:/lib/libselinux.so.1 4863 obj:/lib/libselinux.so.1
4872 } 4864 }
4873 4865
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698