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

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

Issue 7350016: Suppress leaks in AppLauncherHandler::FillAppDictionary (Closed) Base URL: svn://svn.chromium.org/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 | « no previous file | 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 4828 matching lines...) Expand 10 before | Expand all | Expand 10 after
4839 } 4839 }
4840 { 4840 {
4841 bug_89025 4841 bug_89025
4842 Memcheck:Leak 4842 Memcheck:Leak
4843 fun:_Znw* 4843 fun:_Znw*
4844 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplESt4pa irINS_6StatusESsEEEPN9Callback1IT0_E4TypeEPT_MSA_FvS6_E 4844 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplESt4pa irINS_6StatusESsEEEPN9Callback1IT0_E4TypeEPT_MSA_FvS6_E
4845 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv 4845 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv
4846 fun:_ZN12invalidation22InvalidationClientImpl5StartEv 4846 fun:_ZN12invalidation22InvalidationClientImpl5StartEv
4847 fun:_ZN13sync_notifier24ChromeInvalidationClient5StartERKSsS2_S2_PNS0_8Listen erEPNS_11StateWriterEN4base7WeakPtrIN9talk_base4TaskEEE 4847 fun:_ZN13sync_notifier24ChromeInvalidationClient5StartERKSsS2_S2_PNS0_8Listen erEPNS_11StateWriterEN4base7WeakPtrIN9talk_base4TaskEEE
4848 } 4848 }
4849 {
4850 bug_89144
4851 Memcheck:Leak
4852 fun:_Znw*
4853 ...
4854 fun:_ZN18AppLauncherHandler17FillAppDictionaryEPN4base15DictionaryValueE
4855 fun:_ZN18AppLauncherHandler13HandleGetAppsEPKN4base9ListValueE
4856 }
4849 4857
4850 #----------------------------------------------------------------------- 4858 #-----------------------------------------------------------------------
4851 # These only occur on our Google workstations 4859 # These only occur on our Google workstations
4852 { 4860 {
4853 bug_todo_freeres 4861 bug_todo_freeres
4854 Memcheck:Free 4862 Memcheck:Free
4855 fun:free 4863 fun:free
4856 fun:__libc_freeres 4864 fun:__libc_freeres
4857 fun:_vgnU_freeres 4865 fun:_vgnU_freeres
4858 fun:_Exit 4866 fun:_Exit
(...skipping 11 matching lines...) Expand all
4870 { 4878 {
4871 bug_todo_getdelim2 4879 bug_todo_getdelim2
4872 Memcheck:Leak 4880 Memcheck:Leak
4873 fun:malloc 4881 fun:malloc
4874 fun:getdelim 4882 fun:getdelim
4875 obj:/lib/libselinux.so.1 4883 obj:/lib/libselinux.so.1
4876 obj:/lib/libselinux.so.1 4884 obj:/lib/libselinux.so.1
4877 obj:/lib/libselinux.so.1 4885 obj:/lib/libselinux.so.1
4878 } 4886 }
4879 4887
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698