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

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

Issue 1373973002: suppress memory leaks from content::RenderProcessHostImpl::Init on WebKit Valgrind bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 four kinds of suppressions in this file. 1 # There are four 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, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or 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 (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
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 3456 matching lines...) Expand 10 before | Expand all | Expand 10 after
3467 } 3467 }
3468 { 3468 {
3469 bug_525328 3469 bug_525328
3470 Memcheck:Leak 3470 Memcheck:Leak
3471 fun:_Znw* 3471 fun:_Znw*
3472 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN3net20URLRequ estJobFactory15ProtocolHandlerEEEE8allocateEmPKv 3472 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsPN3net20URLRequ estJobFactory15ProtocolHandlerEEEE8allocateEmPKv
3473 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE11_M_get_nodeEv 3473 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE11_M_get_nodeEv
3474 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE14_M_create_nodeIJS6_EEEPSt13_Rb_tree_no deIS6_EDpOT_ 3474 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE14_M_create_nodeIJS6_EEEPSt13_Rb_tree_no deIS6_EDpOT_
3475 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE10_M_insert_IS6_EESt17_Rb_tree_iteratorI S6_EPKSt18_Rb_tree_node_baseSI_OT_ 3475 fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN3net20URLRequestJobFactory15ProtocolHandler EESt10_Select1stIS6_ESt4lessISsESaIS6_EE10_M_insert_IS6_EESt17_Rb_tree_iteratorI S6_EPKSt18_Rb_tree_node_baseSI_OT_
3476 } 3476 }
3477 {
3478 bug=536907
3479 Memcheck:Leak
3480 fun:_Znw*
3481 ...
3482 fun:_ZN7content21RenderProcessHostImpl4InitEv
3483 fun:_ZN7content22RenderFrameHostManager14InitRenderViewEPNS_18RenderViewHostI mplEi
3484 fun:_ZN7content22RenderFrameHostManager8NavigateERK4GURLRKNS_20FrameNavigatio nEntryERKNS_19NavigationEntryImplE
3485 fun:_ZN7content13NavigatorImpl15NavigateToEntryEPNS_13FrameTreeNodeERKNS_20Fr ameNavigationEntryERKNS_19NavigationEntryImplENS_20NavigationController10ReloadT ypeEb
3486 fun:_ZN7content13NavigatorImpl22NavigateToPendingEntryEPNS_13FrameTreeNodeERK NS_20FrameNavigationEntryENS_20NavigationController10ReloadTypeEb
3487 fun:_ZN7content24NavigationControllerImpl30NavigateToPendingEntryInternalENS_ 20NavigationController10ReloadTypeE
3488 fun:_ZN7content24NavigationControllerImpl22NavigateToPendingEntryENS_20Naviga tionController10ReloadTypeE
3489 fun:_ZN7content24NavigationControllerImpl9LoadEntryE10scoped_ptrINS_19Navigat ionEntryImplEN4base14DefaultDeleterIS2_EEE
3490 fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20Navigatio nController13LoadURLParamsE
3491 fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs
3492 }
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