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 3156042: Valgrind Mac: Update a suppression for a leak. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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, 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 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 fun:_Z16CMMProcessBitmapP15CMMBitmapParams 1521 fun:_Z16CMMProcessBitmapP15CMMBitmapParams
1522 fun:DoMatchBitmap 1522 fun:DoMatchBitmap
1523 fun:CWMatchBitmap 1523 fun:CWMatchBitmap
1524 fun:ConvertImageGeneric 1524 fun:ConvertImageGeneric
1525 fun:CMSColorWorldConvertData 1525 fun:CMSColorWorldConvertData
1526 fun:CMSTransformConvertData 1526 fun:CMSTransformConvertData
1527 fun:CGCMSInterfaceTransformConvertData 1527 fun:CGCMSInterfaceTransformConvertData
1528 fun:CGColorTransformConvertData 1528 fun:CGColorTransformConvertData
1529 } 1529 }
1530 { 1530 {
1531 bug_52681 1531 bug_52681_a
1532 Memcheck:Leak 1532 Memcheck:Leak
1533 fun:_Znw* 1533 fun:_Znw*
1534 fun:_ZN16ChildProcessHost13CreateChannelEv 1534 fun:_ZN16ChildProcessHost13CreateChannelEv
1535 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath 1535 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath
1536 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath 1536 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath
1537 fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1 IS1_EE3RunEv 1537 fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1 IS1_EE3RunEv
1538 fun:_ZN11MessageLoop7RunTaskEP4Task 1538 fun:_ZN11MessageLoop7RunTaskEP4Task
1539 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1540 fun:_ZN11MessageLoop6DoWorkEv
1541 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1542 fun:_ZN11MessageLoop11RunInternalEv
1543 } 1539 }
1540 {
1541 bug_52681_b
1542 Memcheck:Leak
1543 fun:_Znw*
1544 fun:_ZN16ChildProcessHost13CreateChannelEv
1545 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath
1546 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath
1547 fun:_ZN26SandboxedExtensionUnpacker22StartProcessOnIOThreadERK8FilePath
1548 fun:_Z16DispatchToMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathES1_EvP T_T0_RK6Tuple1IT1_E
1549 fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1 IS1_EE3RunEv
1550 fun:_ZN11MessageLoop7RunTaskEP4Task
1551 }
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