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

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

Issue 6883093: Leak in FSMoveObjectToTrashSync on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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, 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 1436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 fun:_ZNK21THFSPlusPropertyStore13GetPropertiesEb 1447 fun:_ZNK21THFSPlusPropertyStore13GetPropertiesEb
1448 fun:_ZN16TFSCopyOperation22GetSourcePropertyStoreERK11THFSPlusRef 1448 fun:_ZN16TFSCopyOperation22GetSourcePropertyStoreERK11THFSPlusRef
1449 fun:_ZN16TFSCopyOperation13DoMoveToTrashERK11THFSPlusRef 1449 fun:_ZN16TFSCopyOperation13DoMoveToTrashERK11THFSPlusRef
1450 fun:_ZN16TFSCopyOperation3RunEv 1450 fun:_ZN16TFSCopyOperation3RunEv
1451 fun:_FSOperation 1451 fun:_FSOperation
1452 fun:_FSOperateOnObjectSync 1452 fun:_FSOperateOnObjectSync
1453 fun:FSMoveObjectToTrashSync 1453 fun:FSMoveObjectToTrashSync
1454 fun:_Z9TrashFuncRK8FilePath 1454 fun:_Z9TrashFuncRK8FilePath
1455 fun:_Z18DispatchToFunctionIPFvRK8FilePathES0_EvT_RK6Tuple1IT0_E 1455 fun:_Z18DispatchToFunctionIPFvRK8FilePathES0_EvT_RK6Tuple1IT0_E
1456 fun:_ZN16RunnableFunctionIPFvRK8FilePathE6Tuple1IS0_EE3RunEv 1456 fun:_ZN16RunnableFunctionIPFvRK8FilePathE6Tuple1IS0_EE3RunEv
1457 fun:_ZN11MessageLoop7RunTaskEP4Task
1458 } 1457 }
1459 { 1458 {
1460 bug_77265_a 1459 bug_77265_a
1461 Memcheck:Leak 1460 Memcheck:Leak
1462 fun:calloc 1461 fun:calloc
1463 ... 1462 ...
1464 fun:-[BubbleView drawRect:] 1463 fun:-[BubbleView drawRect:]
1465 fun:-[NSView _drawRect:clip:] 1464 fun:-[NSView _drawRect:clip:]
1466 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 1465 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
1467 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 1466 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 { 1638 {
1640 bug_80036 1639 bug_80036
1641 Memcheck:Leak 1640 Memcheck:Leak
1642 fun:_Znw* 1641 fun:_Znw*
1643 fun:_ZN2ui12_GLOBAL__N_120LoadResourcesDataPakE8FilePath 1642 fun:_ZN2ui12_GLOBAL__N_120LoadResourcesDataPakE8FilePath
1644 fun:_ZN2ui14ResourceBundle19LoadCommonResourcesEv 1643 fun:_ZN2ui14ResourceBundle19LoadCommonResourcesEv
1645 fun:_ZN2ui14ResourceBundle18InitSharedInstanceERKSs 1644 fun:_ZN2ui14ResourceBundle18InitSharedInstanceERKSs
1646 fun:_ZN15ChromeTestSuite10InitializeEv 1645 fun:_ZN15ChromeTestSuite10InitializeEv
1647 fun:_ZN12_GLOBAL__N_117UnitTestTestSuite10InitializeEv 1646 fun:_ZN12_GLOBAL__N_117UnitTestTestSuite10InitializeEv
1648 } 1647 }
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