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

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

Issue 12095101: Suppress an uninitialized condition in HttpStreamFactoryImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | 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 180117)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -6566,21 +6566,32 @@
fun:_ZN3gpu5gles2*GLES2ImplementationTest_*_Test8TestBodyEv
}
{
-bug_173597_a
-Memcheck:Leak
-fun:malloc
-fun:g_malloc
-fun:g_slice_alloc
-fun:pango_attr_list_get_iterator
-fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv
+ bug_173597_a
+ Memcheck:Leak
+ fun:malloc
+ fun:g_malloc
+ fun:g_slice_alloc
+ fun:pango_attr_list_get_iterator
+ fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv
}
{
-bug_173597_b
-Memcheck:Leak
-fun:realloc
-fun:g_realloc
-fun:g_string_maybe_expand
-fun:g_string_insert_len
-fun:pango_font_description_to_string
-fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv
+ bug_173597_b
+ Memcheck:Leak
+ fun:realloc
+ fun:g_realloc
+ fun:g_string_maybe_expand
+ fun:g_string_insert_len
+ fun:pango_font_description_to_string
+ fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv
}
+{
+ bug_173620
+ Memcheck:Uninitialized
+ fun:_ZNK3net21HttpStreamFactoryImpl30GetAlternateProtocolRequestForERK4GURLPS1_
+ fun:_ZN3net21HttpStreamFactoryImpl13RequestStreamERKNS_15HttpRequestInfoERKNS_9SSLConfigES6_PNS_17HttpStreamRequest8DelegateERKNS_11BoundNetLogE
+ fun:_ZN3net22HttpNetworkTransaction14DoCreateStreamEv
+ fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
+ fun:_ZN3net22HttpNetworkTransaction5StartEPKNS_15HttpRequestInfoERKN4base8CallbackIFviEEERKNS_11BoundNetLogE
+ fun:_ZN3net12_GLOBAL__N_126GroupNameTransactionHelperERKSsRK13scoped_refptrINS_18HttpNetworkSessionEE
+ fun:_ZN3net66HttpNetworkTransactionSpdy*Test_GroupNameForDirectConnections_Test8TestBodyEv
+}
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698