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

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

Issue 8564004: Add one more 'boring' caller and widen one Mac suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/valgrind/common.py ('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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 fun:_ZN15TMountPointList20SupportsInvisibleBitEsPN5TNode12StPopulatingEb 201 fun:_ZN15TMountPointList20SupportsInvisibleBitEsPN5TNode12StPopulatingEb
202 fun:_ZNK21THFSPlusPropertyStore4OpenEbb 202 fun:_ZNK21THFSPlusPropertyStore4OpenEbb
203 fun:_ZNK21THFSPlusPropertyStore13GetPropertiesEb 203 fun:_ZNK21THFSPlusPropertyStore13GetPropertiesEb
204 fun:_ZN16TFSCopyOperation22GetSourcePropertyStoreERK11THFSPlusRef 204 fun:_ZN16TFSCopyOperation22GetSourcePropertyStoreERK11THFSPlusRef
205 fun:_ZN16TFSCopyOperation13DoMoveToTrashERK11THFSPlusRef 205 fun:_ZN16TFSCopyOperation13DoMoveToTrashERK11THFSPlusRef
206 fun:_ZN16TFSCopyOperation3RunEv 206 fun:_ZN16TFSCopyOperation3RunEv
207 fun:_FSOperation 207 fun:_FSOperation
208 fun:_FSOperateOnObjectSync 208 fun:_FSOperateOnObjectSync
209 fun:FSMoveObjectToTrashSync 209 fun:FSMoveObjectToTrashSync
210 fun:_Z9TrashFuncRK8FilePath 210 fun:_Z9TrashFuncRK8FilePath
211 fun:_Z18DispatchToFunctionIPFvRK8FilePathES0_EvT_RK6Tuple1IT0_E
212 fun:_ZN16RunnableFunctionIPFvRK8FilePathE6Tuple1IS0_EE3RunEv
213 } 211 }
214 { 212 {
215 # See also http://openradar.appspot.com/radar?id=1169404 213 # See also http://openradar.appspot.com/radar?id=1169404
216 bug_79533a 214 bug_79533a
217 Memcheck:Value4 215 Memcheck:Value4
218 ... 216 ...
219 fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel 217 fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel
220 fun:CSSM_DL_DataAbortQuery 218 fun:CSSM_DL_DataAbortQuery
221 fun:_ZN11SSDLSession14DataAbortQueryEll 219 fun:_ZN11SSDLSession14DataAbortQueryEll
222 fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel 220 fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel
(...skipping 1722 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs 1943 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
1946 } 1944 }
1947 { 1945 {
1948 bug_102621 1946 bug_102621
1949 Memcheck:Cond 1947 Memcheck:Cond
1950 fun:NSHFSTypeCodeFromFileType 1948 fun:NSHFSTypeCodeFromFileType
1951 fun:-[NSPasteboard(ChimeraPasteboardURLUtils) getURLs:andTitles:convertingFil enames:] 1949 fun:-[NSPasteboard(ChimeraPasteboardURLUtils) getURLs:andTitles:convertingFil enames:]
1952 fun:_ZN2ui33PopulateURLAndTitleFromPasteboardEP4GURLPSbItN4base20string16_cha r_traitsESaItEEP12NSPasteboarda 1950 fun:_ZN2ui33PopulateURLAndTitleFromPasteboardEP4GURLPSbItN4base20string16_cha r_traitsESaItEEP12NSPasteboarda
1953 fun:_ZN24WebDragDestTest_URL_Test8TestBodyEv 1951 fun:_ZN24WebDragDestTest_URL_Test8TestBodyEv
1954 } 1952 }
OLDNEW
« no previous file with comments | « tools/valgrind/common.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698