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

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

Issue 3183019: Mac: Fix leak in tabpose. (Closed)
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
« base/scoped_vector.h ('K') | « chrome/browser/cocoa/tabpose_window.mm ('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 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 Memcheck:Cond 1493 Memcheck:Cond
1494 fun:gleUpdateViewScissorData 1494 fun:gleUpdateViewScissorData
1495 ... 1495 ...
1496 fun:cgl_set_surface 1496 fun:cgl_set_surface
1497 fun:ogl_attach_surface 1497 fun:ogl_attach_surface
1498 fun:ogl_render_fade_transition 1498 fun:ogl_render_fade_transition
1499 fun:ogl_render_layer_ 1499 fun:ogl_render_layer_
1500 fun:ogl_render_layers 1500 fun:ogl_render_layers
1501 } 1501 }
1502 { 1502 {
1503 bug_51786
1504 Memcheck:Leak
1505 fun:_Znw*
1506 fun:_ZN7tabpose7TileSet5BuildEP13TabStripModel
1507 fun:-[TabposeWindow setUpLayers:slomo:]
1508 fun:-[TabposeWindow initForWindow:rect:slomo:tabStripModel:]
1509 fun:_ZN31TabposeWindowTest_TestShow_Test8TestBodyEv
1510 }
1511 {
1512 bug_52364_a 1503 bug_52364_a
1513 Memcheck:Value4 1504 Memcheck:Value4
1514 fun:_ZNK10CMMConvLut7ConvertER10CMMMinBitsP14CMMRuntimeInfomm 1505 fun:_ZNK10CMMConvLut7ConvertER10CMMMinBitsP14CMMRuntimeInfomm
1515 fun:_Z16CMMProcessBitmapP15CMMBitmapParams 1506 fun:_Z16CMMProcessBitmapP15CMMBitmapParams
1516 fun:DoMatchBitmap 1507 fun:DoMatchBitmap
1517 fun:CWMatchBitmap 1508 fun:CWMatchBitmap
1518 fun:ConvertImageGeneric 1509 fun:ConvertImageGeneric
1519 fun:CMSColorWorldConvertData 1510 fun:CMSColorWorldConvertData
1520 fun:CMSTransformConvertData 1511 fun:CMSTransformConvertData
1521 fun:CGCMSInterfaceTransformConvertData 1512 fun:CGCMSInterfaceTransformConvertData
(...skipping 20 matching lines...) Expand all
1542 fun:_ZN16ChildProcessHost13CreateChannelEv 1533 fun:_ZN16ChildProcessHost13CreateChannelEv
1543 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath 1534 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath
1544 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath 1535 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath
1545 fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1 IS1_EE3RunEv 1536 fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1 IS1_EE3RunEv
1546 fun:_ZN11MessageLoop7RunTaskEP4Task 1537 fun:_ZN11MessageLoop7RunTaskEP4Task
1547 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 1538 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1548 fun:_ZN11MessageLoop6DoWorkEv 1539 fun:_ZN11MessageLoop6DoWorkEv
1549 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 1540 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1550 fun:_ZN11MessageLoop11RunInternalEv 1541 fun:_ZN11MessageLoop11RunInternalEv
1551 } 1542 }
OLDNEW
« base/scoped_vector.h ('K') | « chrome/browser/cocoa/tabpose_window.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698