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

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

Issue 7582001: Suppresses the memory errors for Bug 91771. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 5165 matching lines...) Expand 10 before | Expand all | Expand 10 after
5176 fun:_ZN12browser_sync8internal14WeakHandleCoreINS_9JsBackendEEC1ERKN4base7Wea kPtrIS2_EE 5176 fun:_ZN12browser_sync8internal14WeakHandleCoreINS_9JsBackendEEC1ERKN4base7Wea kPtrIS2_EE
5177 fun:_ZN12browser_sync10WeakHandleINS_9JsBackendEEC1ERKN4base7WeakPtrIS1_EE 5177 fun:_ZN12browser_sync10WeakHandleINS_9JsBackendEEC1ERKN4base7WeakPtrIS1_EE
5178 fun:_ZN8sync_api11SyncManager12SyncInternal4InitERK8FilePathRKN12browser_sync 10WeakHandleINS5_14JsEventHandlerEEERKSsibPNS_23HttpPostProviderFactoryEPNS5_24M odelSafeWorkerRegistrarESC_RKNS_15SyncCredentialsEPN13sync_notifier12SyncNotifie rESC_b 5178 fun:_ZN8sync_api11SyncManager12SyncInternal4InitERK8FilePathRKN12browser_sync 10WeakHandleINS5_14JsEventHandlerEEERKSsibPNS_23HttpPostProviderFactoryEPNS5_24M odelSafeWorkerRegistrarESC_RKNS_15SyncCredentialsEPN13sync_notifier12SyncNotifie rESC_b
5179 } 5179 }
5180 { 5180 {
5181 bug_91491 5181 bug_91491
5182 Memcheck:Leak 5182 Memcheck:Leak
5183 fun:_Znw* 5183 fun:_Znw*
5184 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv 5184 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
5185 } 5185 }
5186 {
5187 bug_91771_a
5188 Memcheck:Value4
5189 ...
5190 fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base 15DictionaryValueE
5191 fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_T est8TestBodyEv
5192 }
5193 {
5194 bug_91771_b
5195 Memcheck:Cond
5196 ...
5197 fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base 15DictionaryValueE
5198 fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_T est8TestBodyEv
5199 }
5186 5200
5187 #----------------------------------------------------------------------- 5201 #-----------------------------------------------------------------------
5188 # These only occur on our Google workstations 5202 # These only occur on our Google workstations
5189 { 5203 {
5190 bug_todo_freeres 5204 bug_todo_freeres
5191 Memcheck:Free 5205 Memcheck:Free
5192 fun:free 5206 fun:free
5193 fun:__libc_freeres 5207 fun:__libc_freeres
5194 fun:_vgnU_freeres 5208 fun:_vgnU_freeres
5195 fun:_Exit 5209 fun:_Exit
(...skipping 10 matching lines...) Expand all
5206 } 5220 }
5207 { 5221 {
5208 bug_todo_getdelim2 5222 bug_todo_getdelim2
5209 Memcheck:Leak 5223 Memcheck:Leak
5210 fun:malloc 5224 fun:malloc
5211 fun:getdelim 5225 fun:getdelim
5212 obj:/lib/libselinux.so.1 5226 obj:/lib/libselinux.so.1
5213 obj:/lib/libselinux.so.1 5227 obj:/lib/libselinux.so.1
5214 obj:/lib/libselinux.so.1 5228 obj:/lib/libselinux.so.1
5215 } 5229 }
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