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

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

Issue 2736002: Add a suppression for HALCADClientListener::HALCADClientListener(). (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 fun:_GLOBAL__I__ZNSt3tr112_GLOBAL__N_16ignoreE 1178 fun:_GLOBAL__I__ZNSt3tr112_GLOBAL__N_16ignoreE
1179 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE 1179 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
1180 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj 1180 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
1181 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE 1181 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE
1182 fun:_ZN4dyld24initializeMainExecutableEv 1182 fun:_ZN4dyld24initializeMainExecutableEv
1183 fun:_ZN4dyld5_mainEPK11mach_headermiPPKcS5_S5_ 1183 fun:_ZN4dyld5_mainEPK11mach_headermiPPKcS5_S5_
1184 fun:_ZN13dyldbootstrap5startEPK11mach_headeriPPKcl 1184 fun:_ZN13dyldbootstrap5startEPK11mach_headeriPPKcl
1185 fun:_dyld_start 1185 fun:_dyld_start
1186 obj:* 1186 obj:*
1187 } 1187 }
1188 {
1189 bug_46186
1190 Memcheck:Leak
1191 fun:malloc_zone_malloc
1192 fun:_ZN4base12_GLOBAL__N_137oom_killer_cfallocator_system_defaultElmPv
1193 fun:_CFRuntimeCreateInstance
1194 fun:CFRunLoopSourceCreate
1195 fun:MSHCreateMIGServerSource
1196 fun:_ZN20HALCADClientListenerC2EPFlmmPK26AudioObjectPropertyAddressPvES3_
1197 fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFl mmS2_PvES3_
1198 fun:_ZN16HALDefaultDevice22InstallServerListenersEv
1199 fun:_ZN16HALDefaultDevice10InitializeEv
1200 fun:_ZN9HALSystem16CheckOutInstanceEv
1201 fun:AudioObjectAddPropertyListener
1202 fun:_ZN10AQMEDeviceC2EmPK27AudioStreamBasicDescriptionPK18AudioChannelLayout
1203 fun:_Z11NewAQIONodembPK27AudioStreamBasicDescriptionPK18AudioChannelLayout
1204 fun:_ZN15AQIONodeManager13_FindAQIONodeEmbb
1205 fun:_ZN15AQIONodeManager12FindAQIONodeEmbb
1206 fun:_ZN16AudioQueueObject15DoIONodeConnectERK25AudioQueueStreamSpecifierPK27A udioStreamBasicDescriptionPK18AudioChannelLayout
1207 fun:_ZN16AudioQueueObject13EnqueueBufferEP16AudioQueueBufferjPK28AudioStreamP acketDescriptionjjjPK24AudioQueueParameterEventRK11AQTimeStampPS8_
1208 fun:AQServer_EnqueueBuffer
1209 fun:AudioQueueEnqueueBufferWithParameters
1210 fun:AudioQueueEnqueueBuffer
1211 fun:_ZN28PCMQueueOutAudioOutputStream5StartEPN17AudioOutputStream19AudioSourc eCallbackE
1212 fun:_ZN17AudioRendererHost14IPCAudioSource4PlayEv
1213 }
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