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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 3152036: Widen suppression for bug 50936, suppress leaks in chrome/browser/host_conten... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 56835)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3748,8 +3748,6 @@
...
fun:_ZN3IPC16MessageWithReplyI6Tuple2IiiE6Tuple1IRbEE18DispatchDelayReplyI18AutomationProviderMS8_FviiPNS_7MessageEEEEbPKS9_PT_T0_
fun:_ZN18AutomationProvider17OnMessageReceivedERKN3IPC7MessageE
- fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
- fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue16DispatchMessagesEv
}
{
bug_50968
@@ -4156,3 +4154,14 @@
fun:_ZN14TestingProfile20CreateRequestContextEv
fun:_ZN20GoogleURLTrackerTest20CreateRequestContextEv
}
+{
+ bug_52828
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN4base10JSONReader10BuildValueEb
+ fun:_ZN4base10JSONReader11JsonToValueERKSsbb
+ fun:_ZN4base10JSONReader18ReadAndReturnErrorERKSsbPiPSs
+ fun:_ZN4base10JSONReader4ReadERKSsb
+ fun:_ZN81_GLOBAL__N_chrome_browser_host_content_settings_map_unittest.cc*
+}
« 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