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

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

Issue 318643002: Suppress a couple of leaks to make MFYI waterfall greener (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « tools/valgrind/memcheck/suppressions.txt ('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 2434 matching lines...) Expand 10 before | Expand all | Expand 10 after
2445 fun:-[NSBundle _initInfoDictionary] 2445 fun:-[NSBundle _initInfoDictionary]
2446 fun:+[NSBundle mainBundle] 2446 fun:+[NSBundle mainBundle]
2447 fun:_ZN4base3mac11OuterBundleEv 2447 fun:_ZN4base3mac11OuterBundleEv
2448 fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv 2448 fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv
2449 fun:_ZN4base3mac10AmIBundledEv 2449 fun:_ZN4base3mac10AmIBundledEv
2450 fun:_ZN7content25TestWebKitPlatformSupportC2Ev 2450 fun:_ZN7content25TestWebKitPlatformSupportC2Ev
2451 fun:_ZN7content25TestWebKitPlatformSupportC1Ev 2451 fun:_ZN7content25TestWebKitPlatformSupportC1Ev
2452 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE 2452 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
2453 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE 2453 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
2454 } 2454 }
2455 {
2456 bug_380568
2457 Memcheck:Leak
2458 fun:calloc
2459 fun:_internal_class_createInstanceFromZone
2460 fun:_internal_class_createInstance
2461 fun:NSAllocateObject
2462 fun:+[NSObject(NSObject) alloc]
2463 fun:-[VideoCaptureDeviceQTKit initWithFrameReceiver:]
2464 fun:_ZN5media21VideoCaptureDeviceMac4InitENS_18VideoCaptureDevice4Name14Captu reApiTypeE
2465 fun:_ZN5media28VideoCaptureDeviceFactoryMac6CreateERKNS_18VideoCaptureDevice4 NameE
2466 fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv
2467 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698