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

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

Issue 6297005: Add an elided frame to suppress one more leak in CookiesWindowController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | Annotate | Revision Log
« 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 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_F S2_vEPKc 1285 fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_F S2_vEPKc
1286 } 1286 }
1287 { 1287 {
1288 bug_69757b 1288 bug_69757b
1289 Memcheck:Leak 1289 Memcheck:Leak
1290 fun:_Znw* 1290 fun:_Znw*
1291 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN3net22HttpAut hHandlerFactoryEEEE8allocateEmPKv 1291 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN3net22HttpAut hHandlerFactoryEEEE8allocateEmPKv
1292 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net22HttpAuthHandlerFactoryEESt10_Select1s tIS5_ESt4lessISsESaIS5_EE11_M_get_nodeEv 1292 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net22HttpAuthHandlerFactoryEESt10_Select1s tIS5_ESt4lessISsESaIS5_EE11_M_get_nodeEv
1293 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net22HttpAuthHandlerFactoryEESt10_Select1s tIS5_ESt4lessISsESaIS5_EE14_M_create_nodeERKS5_ 1293 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net22HttpAuthHandlerFactoryEESt10_Select1s tIS5_ESt4lessISsESaIS5_EE14_M_create_nodeERKS5_
1294 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net22HttpAuthHandlerFactoryEESt10_Select1s tIS5_ESt4lessISsESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ 1294 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net22HttpAuthHandlerFactoryEESt10_Select1s tIS5_ESt4lessISsESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_
1295 ...
1295 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net22HttpAuthHandlerFactoryEESt10_Select1s tIS5_ESt4lessISsESaIS5_EE13insert_uniqueESt17_Rb_tree_iteratorIS5_ERKS5_ 1296 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net22HttpAuthHandlerFactoryEESt10_Select1s tIS5_ESt4lessISsESaIS5_EE13insert_uniqueESt17_Rb_tree_iteratorIS5_ERKS5_
1296 fun:_ZNSt3mapISsPN3net22HttpAuthHandlerFactoryESt4lessISsESaISt4pairIKSsS2_EE E6insertESt17_Rb_tree_iteratorIS7_ERKS7_ 1297 fun:_ZNSt3mapISsPN3net22HttpAuthHandlerFactoryESt4lessISsESaISt4pairIKSsS2_EE E6insertESt17_Rb_tree_iteratorIS7_ERKS7_
1297 fun:_ZNSt3mapISsPN3net22HttpAuthHandlerFactoryESt4lessISsESaISt4pairIKSsS2_EE EixERS6_ 1298 fun:_ZNSt3mapISsPN3net22HttpAuthHandlerFactoryESt4lessISsESaISt4pairIKSsS2_EE EixERS6_
1298 fun:_ZN3net30HttpAuthHandlerRegistryFactory21RegisterSchemeFactoryERKSsPNS_22 HttpAuthHandlerFactoryE 1299 fun:_ZN3net30HttpAuthHandlerRegistryFactory21RegisterSchemeFactoryERKSsPNS_22 HttpAuthHandlerFactoryE
1299 fun:_ZN3net22HttpAuthHandlerFactory13CreateDefaultEPNS_12HostResolverE 1300 fun:_ZN3net22HttpAuthHandlerFactory13CreateDefaultEPNS_12HostResolverE
1300 fun:_ZN21TestURLRequestContext4InitEv 1301 fun:_ZN21TestURLRequestContext4InitEv
1301 fun:_ZN21TestURLRequestContextC2Ev 1302 fun:_ZN21TestURLRequestContextC2Ev
1302 fun:_ZN21TestURLRequestContextC1Ev 1303 fun:_ZN21TestURLRequestContextC1Ev
1303 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv 1304 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
1304 fun:_ZN23URLRequestContextGetter14GetCookieStoreEv 1305 fun:_ZN23URLRequestContextGetter14GetCookieStoreEv
1305 fun:-[CookiesWindowController loadTreeModelFromProfile] 1306 fun:-[CookiesWindowController loadTreeModelFromProfile]
1306 fun:-[CookiesWindowController initWithProfile:databaseHelper:storageHelper:ap pcacheHelper:indexedDBHelper:] 1307 fun:-[CookiesWindowController initWithProfile:databaseHelper:storageHelper:ap pcacheHelper:indexedDBHelper:]
1307 fun:_ZN12_GLOBAL__N_127CookiesWindowControllerTest5SetUpEv 1308 fun:_ZN12_GLOBAL__N_127CookiesWindowControllerTest5SetUpEv
1308 fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_F S2_vEPKc 1309 fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_F S2_vEPKc
1309 } 1310 }
1310 { 1311 {
1311 bug_69757c 1312 bug_69757c
1312 Memcheck:Leak 1313 Memcheck:Leak
1313 fun:_Znw* 1314 fun:_Znw*
1314 fun:_ZN14TestingProfile20CreateRequestContextEv 1315 fun:_ZN14TestingProfile20CreateRequestContextEv
1315 fun:_ZN12_GLOBAL__N_127CookiesWindowControllerTest5SetUpEv 1316 fun:_ZN12_GLOBAL__N_127CookiesWindowControllerTest5SetUpEv
1316 fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_F S2_vEPKc 1317 fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_F S2_vEPKc
1317 } 1318 }
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