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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 } | 541 } |
542 { | 542 { |
543 bug_30632b | 543 bug_30632b |
544 Memcheck:Leak | 544 Memcheck:Leak |
545 fun:_Znw* | 545 fun:_Znw* |
546 ... | 546 ... |
547 fun:_ZN17PluginProcessHost4InitERK13WebPluginInfoRKSbIwSt11char_traitsIwESaIw
EE | 547 fun:_ZN17PluginProcessHost4InitERK13WebPluginInfoRKSbIwSt11char_traitsIwESaIw
EE |
548 fun:_ZN13PluginService24FindOrStartPluginProcessERK8FilePath | 548 fun:_ZN13PluginService24FindOrStartPluginProcessERK8FilePath |
549 } | 549 } |
550 { | 550 { |
551 bug_31586a | |
552 Memcheck:Leak | |
553 fun:_Znw* | |
554 ... | |
555 fun:_ZN3net13CookieMonster20InternalInsertCookieERKSsPNS0_15CanonicalCookieEb | |
556 fun:_ZN3net13CookieMonster18SetCanonicalCookieEP10scoped_ptrINS0_15CanonicalC
ookieEERKSsRKN4base4TimeERKNS_13CookieOptionsE | |
557 fun:_ZN3net13CookieMonster35SetCookieWithCreationTimeAndOptionsERK4GURLRKSsRK
N4base4TimeERKNS_13CookieOptionsE | |
558 fun:_ZN3net13CookieMonster20SetCookieWithOptionsERK4GURLRKSsRKNS_13CookieOpti
onsE | |
559 fun:_ZN3net11CookieStore9SetCookieERK4GURLRKSs | |
560 } | |
561 { | |
562 bug_31586b | |
563 Memcheck:Leak | |
564 fun:_Znw* | |
565 fun:_ZN14TestingProfile20CreateRequestContextEv | |
566 fun:_ZN12_GLOBAL__N_127CookiesWindowControllerTest5SetUpEv | |
567 } | |
568 { | |
569 bug_31634a | 551 bug_31634a |
570 Memcheck:Leak | 552 Memcheck:Leak |
571 fun:malloc_zone_malloc | 553 fun:malloc_zone_malloc |
572 fun:_CFRuntimeCreateInstance | 554 fun:_CFRuntimeCreateInstance |
573 fun:__CFDictionaryInit | 555 fun:__CFDictionaryInit |
574 fun:CFDictionaryCreate | 556 fun:CFDictionaryCreate |
575 fun:classDescription | 557 fun:classDescription |
576 fun:classDescription | 558 fun:classDescription |
577 fun:classDescription | 559 fun:classDescription |
578 fun:propertyInfoForSelector | 560 fun:propertyInfoForSelector |
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1204 fun:_ZN15AQIONodeManager13_FindAQIONodeEmbb | 1186 fun:_ZN15AQIONodeManager13_FindAQIONodeEmbb |
1205 fun:_ZN15AQIONodeManager12FindAQIONodeEmbb | 1187 fun:_ZN15AQIONodeManager12FindAQIONodeEmbb |
1206 fun:_ZN16AudioQueueObject15DoIONodeConnectERK25AudioQueueStreamSpecifierPK27A
udioStreamBasicDescriptionPK18AudioChannelLayout | 1188 fun:_ZN16AudioQueueObject15DoIONodeConnectERK25AudioQueueStreamSpecifierPK27A
udioStreamBasicDescriptionPK18AudioChannelLayout |
1207 fun:_ZN16AudioQueueObject13EnqueueBufferEP16AudioQueueBufferjPK28AudioStreamP
acketDescriptionjjjPK24AudioQueueParameterEventRK11AQTimeStampPS8_ | 1189 fun:_ZN16AudioQueueObject13EnqueueBufferEP16AudioQueueBufferjPK28AudioStreamP
acketDescriptionjjjPK24AudioQueueParameterEventRK11AQTimeStampPS8_ |
1208 fun:AQServer_EnqueueBuffer | 1190 fun:AQServer_EnqueueBuffer |
1209 fun:AudioQueueEnqueueBufferWithParameters | 1191 fun:AudioQueueEnqueueBufferWithParameters |
1210 fun:AudioQueueEnqueueBuffer | 1192 fun:AudioQueueEnqueueBuffer |
1211 fun:_ZN28PCMQueueOutAudioOutputStream5StartEPN17AudioOutputStream19AudioSourc
eCallbackE | 1193 fun:_ZN28PCMQueueOutAudioOutputStream5StartEPN17AudioOutputStream19AudioSourc
eCallbackE |
1212 fun:_ZN17AudioRendererHost14IPCAudioSource4PlayEv | 1194 fun:_ZN17AudioRendererHost14IPCAudioSource4PlayEv |
1213 } | 1195 } |
OLD | NEW |