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

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

Issue 303123009: [MemSheriff] Widen existing suppression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mem_328092
Patch Set: Re-upload to trigger send-mail 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
« 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 bug_257276 105 bug_257276
106 Memcheck:Leak 106 Memcheck:Leak
107 ... 107 ...
108 fun:ripc_DrawPath 108 fun:ripc_DrawPath
109 fun:CGContextDrawPath 109 fun:CGContextDrawPath
110 } 110 }
111 { 111 {
112 bug_257276_b 112 bug_257276_b
113 Memcheck:Leak 113 Memcheck:Leak
114 fun:malloc_zone_malloc 114 fun:malloc_zone_malloc
115 fun:_CFRuntimeCreateInstance 115 ...
116 fun:CFNumberCreate
117 fun:get_colorspace
118 fun:initImagePng
119 fun:_CGImagePluginInitPNG
120 fun:makeImagePlus
121 fun:CGImageSourceCreateImageAtIndex
122 fun:CGImageCreateWithPNGDataProvider
123 fun:setCursorFromBundle 116 fun:setCursorFromBundle
124 fun:CoreCursorSet 117 fun:CoreCursorSet
125 fun:-[NSCursor set] 118 fun:-[NSCursor set]
126 } 119 }
127 120
128 # 2. Intentional unit test errors, stuff that is somehow a false positive 121 # 2. Intentional unit test errors, stuff that is somehow a false positive
129 # in our own code, or stuff that is so trivial it's not worth fixing. 122 # in our own code, or stuff that is so trivial it's not worth fixing.
130 { 123 {
131 # Mac Sandbox test cases are registered in a global map. This code is only 124 # Mac Sandbox test cases are registered in a global map. This code is only
132 # used in the unit test binary. 125 # used in the unit test binary.
(...skipping 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after
2452 fun:-[NSBundle _initInfoDictionary] 2445 fun:-[NSBundle _initInfoDictionary]
2453 fun:+[NSBundle mainBundle] 2446 fun:+[NSBundle mainBundle]
2454 fun:_ZN4base3mac11OuterBundleEv 2447 fun:_ZN4base3mac11OuterBundleEv
2455 fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv 2448 fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv
2456 fun:_ZN4base3mac10AmIBundledEv 2449 fun:_ZN4base3mac10AmIBundledEv
2457 fun:_ZN7content25TestWebKitPlatformSupportC2Ev 2450 fun:_ZN7content25TestWebKitPlatformSupportC2Ev
2458 fun:_ZN7content25TestWebKitPlatformSupportC1Ev 2451 fun:_ZN7content25TestWebKitPlatformSupportC1Ev
2459 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE 2452 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
2460 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE 2453 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
2461 } 2454 }
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