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

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

Issue 2798001: [Mac] Fix a leak in CookiesWindowControllerTest by giving BrowserTestHelper a fake IO thread. (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 | « chrome/browser/cocoa/cookies_window_controller_unittest.mm ('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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/cookies_window_controller_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698