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

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

Issue 3037011: Suppression for memory leak in ExtensionsServiceTest.InstallExtension unit test (Closed)
Patch Set: Created 10 years, 5 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
« 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 fun:CGColorTransformConvertData 576 fun:CGColorTransformConvertData
577 fun:img_colormatch_read 577 fun:img_colormatch_read
578 fun:img_alphamerge_read 578 fun:img_alphamerge_read
579 fun:img_data_lock 579 fun:img_data_lock
580 fun:CGSImageDataLock 580 fun:CGSImageDataLock
581 fun:ripc_AcquireImage 581 fun:ripc_AcquireImage
582 fun:ripc_DrawImage 582 fun:ripc_DrawImage
583 fun:CGContextDrawImage 583 fun:CGContextDrawImage
584 fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage 584 fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage
585 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhm 585 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhm
586 fun:_ZL11DecodeImageRK8FilePath 586 fun:_Z*
587 fun:_ZN17ExtensionUnpacker15AddDecodedImageERK8FilePath 587 fun:_ZN17ExtensionUnpacker15AddDecodedImageERK8FilePath
588 fun:_ZN17ExtensionUnpacker3RunEv 588 fun:_ZN17ExtensionUnpacker3RunEv
589 } 589 }
590 { 590 {
591 bug_30632a 591 bug_30632a
592 Memcheck:Leak 592 Memcheck:Leak
593 fun:_Znw* 593 fun:_Znw*
594 fun:_ZN13PluginService24FindOrStartPluginProcessERK8FilePath 594 fun:_ZN13PluginService24FindOrStartPluginProcessERK8FilePath
595 } 595 }
596 { 596 {
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 } 1291 }
1292 { 1292 {
1293 bug_49250 1293 bug_49250
1294 Memcheck:Cond 1294 Memcheck:Cond
1295 fun:gleUpdateFogData 1295 fun:gleUpdateFogData
1296 fun:gleUpdateState 1296 fun:gleUpdateState
1297 fun:_ZN8remoting11CapturerMac12CaptureRectsERKSt6vectorIN3gfx4RectESaIS3_EEP1 4CallbackRunnerI6Tuple1I13scoped_refptrINS_8Capturer11CaptureDataEEEE 1297 fun:_ZN8remoting11CapturerMac12CaptureRectsERKSt6vectorIN3gfx4RectESaIS3_EEP1 4CallbackRunnerI6Tuple1I13scoped_refptrINS_8Capturer11CaptureDataEEEE
1298 fun:_ZN8remoting8Capturer19CaptureInvalidRectsEP14CallbackRunnerI6Tuple1I13sc oped_refptrINS0_11CaptureDataEEEE 1298 fun:_ZN8remoting8Capturer19CaptureInvalidRectsEP14CallbackRunnerI6Tuple1I13sc oped_refptrINS0_11CaptureDataEEEE
1299 fun:_ZN8remoting28CapturerMacTest_Capture_Test8TestBodyEv 1299 fun:_ZN8remoting28CapturerMacTest_Capture_Test8TestBodyEv
1300 } 1300 }
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