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

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

Issue 9264062: [Sync] Consolidate DataTypeController methods that post on the backend thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add suppressions Created 8 years, 10 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 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 4894 matching lines...) Expand 10 before | Expand all | Expand 10 after
4905 fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRKN7content19 NavigationEntryImplE 4905 fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRKN7content19 NavigationEntryImplE
4906 fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE 4906 fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE
4907 fun:_ZN11TabContents15NavigateToEntryERKN7content19NavigationEntryImplENS0_20 NavigationController10ReloadTypeE 4907 fun:_ZN11TabContents15NavigateToEntryERKN7content19NavigationEntryImplENS0_20 NavigationController10ReloadTypeE
4908 fun:_ZN11TabContents22NavigateToPendingEntryEN7content20NavigationController1 0ReloadTypeE 4908 fun:_ZN11TabContents22NavigateToPendingEntryEN7content20NavigationController1 0ReloadTypeE
4909 fun:_ZN24NavigationControllerImpl22NavigateToPendingEntryEN7content20Navigati onController10ReloadTypeE 4909 fun:_ZN24NavigationControllerImpl22NavigateToPendingEntryEN7content20Navigati onController10ReloadTypeE
4910 fun:_ZN24NavigationControllerImpl9LoadEntryEPN7content19NavigationEntryImplE 4910 fun:_ZN24NavigationControllerImpl9LoadEntryEPN7content19NavigationEntryImplE
4911 fun:_ZN24NavigationControllerImpl7LoadURLERK4GURLRKN7content8ReferrerENS3_14P ageTransitionERKSs 4911 fun:_ZN24NavigationControllerImpl7LoadURLERK4GURLRKN7content8ReferrerENS3_14P ageTransitionERKSs
4912 fun:_ZN11BalloonHost4InitEv 4912 fun:_ZN11BalloonHost4InitEv
4913 } 4913 }
4914 { 4914 {
4915 bug_105667_a
4916 Memcheck:Leak
4917 fun:_Znw*
4918 fun:_ZN12browser_sync26TypedUrlDataTypeController21StartAssociationAsync*
4919 fun:_ZN12browser_sync29NonFrontendDataTypeController5Start*
4920 fun:_ZN12browser_sync19DataTypeManagerImpl13StartNextTypeEv
4921 fun:_ZN12browser_sync19DataTypeManagerImpl13DownloadReady*
4922 }
4923 {
4924 bug_105667_b
4925 Memcheck:Leak
4926 fun:_Znw*
4927 fun:_ZN12browser_sync26TypedUrlDataTypeController20StopAssociationAsyncEv
4928 fun:_ZN12browser_sync29NonFrontendDataTypeController4StopEv
4929 fun:_ZN12browser_sync19DataTypeManagerImpl10FinishStopEv
4930 fun:_ZN12browser_sync19DataTypeManagerImpl4StopEv
4931 ...
4932 fun:_ZN18ProfileSyncService8Shutdown*
4933 fun:_ZN18ProfileSyncServiceD2Ev
4934 ...
4935 fun:_ZN22TestProfileSyncServiceD0Ev
4936 ...
4937 fun:_ZN10scoped_ptrI22TestProfileSyncServiceE5resetEPS0_
4938 fun:_ZN30ProfileSyncServiceTypedUrlTest8TearDownEv
4939 }
4940 {
4941 bug_105715 4915 bug_105715
4942 Memcheck:Uninitialized 4916 Memcheck:Uninitialized
4943 ... 4917 ...
4944 fun:vfprintf 4918 fun:vfprintf
4945 fun:__vsnprintf_chk 4919 fun:__vsnprintf_chk
4946 fun:_ZN4base9vsnprintfEPcjPKcS0_ 4920 fun:_ZN4base9vsnprintfEPcjPKcS0_
4947 fun:_ZN4base12_GLOBAL__N_110vsnprintfTEPcjPKcS1_ 4921 fun:_ZN4base12_GLOBAL__N_110vsnprintfTEPcjPKcS1_
4948 fun:_ZN4base12_GLOBAL__N_1L14StringAppendVTISsEEvPT_PKNS2_10value_typeEPc 4922 fun:_ZN4base12_GLOBAL__N_1L14StringAppendVTISsEEvPT_PKNS2_10value_typeEPc
4949 fun:_ZN4base13StringAppendVEPSsPKcPc 4923 fun:_ZN4base13StringAppendVEPSsPKcPc
4950 fun:_ZN4base13StringAppendFEPSsPKcz 4924 fun:_ZN4base13StringAppendFEPSsPKcz
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
5718 obj:/lib/libselinux.so.1 5692 obj:/lib/libselinux.so.1
5719 obj:/lib/libselinux.so.1 5693 obj:/lib/libselinux.so.1
5720 } 5694 }
5721 { 5695 {
5722 bug_todo_grep 5696 bug_todo_grep
5723 Memcheck:Leak 5697 Memcheck:Leak
5724 fun:malloc 5698 fun:malloc
5725 obj:/bin/grep 5699 obj:/bin/grep
5726 obj:/bin/grep 5700 obj:/bin/grep
5727 } 5701 }
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