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

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

Issue 9749012: [Sync] Have SyncableService's take ownership of their SyncChangeProcessor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser_tests Created 8 years, 9 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
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 5717 matching lines...) Expand 10 before | Expand all | Expand 10 after
5728 { 5728 {
5729 bug_116996_b 5729 bug_116996_b
5730 Memcheck:Leak 5730 Memcheck:Leak
5731 fun:_Znw* 5731 fun:_Znw*
5732 fun:_ZNK8chromeos15UserManagerImpl10CreateUserERKSs 5732 fun:_ZNK8chromeos15UserManagerImpl10CreateUserERKSs
5733 fun:_ZN8chromeos15UserManagerImpl17EnsureUsersLoadedEv 5733 fun:_ZN8chromeos15UserManagerImpl17EnsureUsersLoadedEv
5734 fun:_ZNK8chromeos15UserManagerImpl8GetUsersEv 5734 fun:_ZNK8chromeos15UserManagerImpl8GetUsersEv
5735 fun:_ZN8chromeos*_Test8TestBodyEv 5735 fun:_ZN8chromeos*_Test8TestBodyEv
5736 } 5736 }
5737 { 5737 {
5738 bug_117098
5739 Memcheck:Leak
5740 fun:_Znw*
5741 fun:_ZNK35CreateAndSaveChangeProcessorActionPIPPN12browser_sync22GenericChang eProcessorEE10gmock_ImplIFS2_P18ProfileSyncServicePNS0_20DataTypeErrorHandlerERK N4base7WeakPtrI15SyncableServiceEEEE17gmock_PerformImplIS7_S9_SF_N7testing8inter nal12ExcessiveArgESL_SL_SL_SL_SL_SL_EES2_RKNSt3tr15tupleIIS7_S9_SF_EEET_T0_T1_T2 _T3_T4_T5_T6_T7_T8_
5742 fun:_ZN7testing8internal12ActionHelperIPN12browser_sync22GenericChangeProcess orEN35CreateAndSaveChangeProcessorActionPIPS4_E10gmock_ImplIFS4_P18ProfileSyncSe rvicePNS2_20DataTypeErrorHandlerERKN4base7WeakPtrI15SyncableServiceEEEEEE7Perfor mISA_SC_SI_EES4_PSK_RKNSt3tr15tupleIIT_T0_T1_EEE
5743 fun:_ZN35CreateAndSaveChangeProcessorActionPIPPN12browser_sync22GenericChange ProcessorEE10gmock_ImplIFS2_P18ProfileSyncServicePNS0_20DataTypeErrorHandlerERKN 4base7WeakPtrI15SyncableServiceEEEE7PerformERKNSt3tr15tupleIIS7_S9_SF_EEE
5744 fun:_ZNK7testing6ActionIFPN12browser_sync22GenericChangeProcessorEP18ProfileS yncServicePNS1_20DataTypeErrorHandlerERKN4base7WeakPtrI15SyncableServiceEEEE7Per formERKNSt3tr15tupleIIS5_S7_SD_EEE
5745 fun:_ZN7testing8internal18ActionResultHolderIPN12browser_sync22GenericChangeP rocessorEE13PerformActionIFS4_P18ProfileSyncServicePNS2_20DataTypeErrorHandlerER KN4base7WeakPtrI15SyncableServiceEEEEEPS5_RKNS_6ActionIT_EERKNS0_8FunctionISK_E1 3ArgumentTupleE
5746 fun:_ZNK7testing8internal18FunctionMockerBaseIFPN12browser_sync22GenericChang eProcessorEP18ProfileSyncServicePNS2_20DataTypeErrorHandlerERKN4base7WeakPtrI15S yncableServiceEEEE20UntypedPerformActionEPKvSI_
5747 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
5748 fun:_ZN7testing8internal18FunctionMockerBaseIFPN12browser_sync22GenericChange ProcessorEP18ProfileSyncServicePNS2_20DataTypeErrorHandlerERKN4base7WeakPtrI15Sy ncableServiceEEEE10InvokeWithERKNSt3tr15tupleIIS6_S8_SE_EEE
5749 fun:_ZN7testing8internal14FunctionMockerIFPN12browser_sync22GenericChangeProc essorEP18ProfileSyncServicePNS2_20DataTypeErrorHandlerERKN4base7WeakPtrI15Syncab leServiceEEEE6InvokeES6_S8_SE_
5750 fun:_ZN32ProfileSyncComponentsFactoryMock28CreateGenericChangeProcessorEP18Pr ofileSyncServicePN12browser_sync20DataTypeErrorHandlerERKN4base7WeakPtrI15Syncab leServiceEE
5751 fun:_ZN12browser_sync20UIDataTypeController9AssociateEv
5752 fun:_ZN12browser_sync20UIDataTypeController5StartERKN4base8CallbackIFvNS_18Da taTypeController11StartResultERK9SyncErrorEEE
5753 fun:_ZN12browser_sync19DataTypeManagerImpl13StartNextTypeEv
5754 fun:_ZN12browser_sync19DataTypeManagerImpl13DownloadReadyENS_7EnumSetIN8synca ble9ModelTypeELS3_2ELS3_16EEE
5755 }
5756 {
5757 bug_117245 5738 bug_117245
5758 Memcheck:Uninitialized 5739 Memcheck:Uninitialized
5759 fun:_ZN12_GLOBAL__N_124GesturePrefsObserverAura13RegisterPrefsEP11PrefService 5740 fun:_ZN12_GLOBAL__N_124GesturePrefsObserverAura13RegisterPrefsEP11PrefService
5760 fun:_Z25GesturePrefsRegisterPrefsP11PrefService 5741 fun:_Z25GesturePrefsRegisterPrefsP11PrefService
5761 fun:_ZN7browser18RegisterLocalStateEP11PrefService 5742 fun:_ZN7browser18RegisterLocalStateEP11PrefService
5762 } 5743 }
5763 { 5744 {
5764 bug_79328 5745 bug_79328
5765 Memcheck:Leak 5746 Memcheck:Leak
5766 fun:_Znw* 5747 fun:_Znw*
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
5843 obj:/lib/libselinux.so.1 5824 obj:/lib/libselinux.so.1
5844 obj:/lib/libselinux.so.1 5825 obj:/lib/libselinux.so.1
5845 } 5826 }
5846 { 5827 {
5847 bug_todo_grep 5828 bug_todo_grep
5848 Memcheck:Leak 5829 Memcheck:Leak
5849 fun:malloc 5830 fun:malloc
5850 obj:/bin/grep 5831 obj:/bin/grep
5851 obj:/bin/grep 5832 obj:/bin/grep
5852 } 5833 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698