OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |