Commit 76c86b9d authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Suppress an uninitialized condition in HttpStreamFactoryImpl

Also fix indentations for the gfx::RenderText tests

BUG=173620,173597
TBR=thakis
NOTRY=true
Review URL: https://codereview.chromium.org/12095101

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180118 0039d316-1c4b-4281-b951-d872f2087c98
parent 6dedb15f
...@@ -1847,21 +1847,21 @@ ...@@ -1847,21 +1847,21 @@
fun:chromeos::MagnificationManagerTest_MagnificationObserver_Test::TestBody fun:chromeos::MagnificationManagerTest_MagnificationObserver_Test::TestBody
} }
{ {
bug_173597_a bug_173597_a
Heapcheck:Leak Heapcheck:Leak
fun:g_realloc fun:g_realloc
fun:gfx::RenderTextTest_PangoAttributes_Test::TestBody fun:gfx::RenderTextTest_PangoAttributes_Test::TestBody
} }
{ {
bug_173597_b bug_173597_b
Heapcheck:Leak Heapcheck:Leak
fun:?? fun:??
fun:gfx::RenderTextTest_PangoAttributes_Test::TestBody fun:gfx::RenderTextTest_PangoAttributes_Test::TestBody
} }
{ {
bug_173597_c bug_173597_c
Heapcheck:Leak Heapcheck:Leak
fun:FcConfigEvaluate fun:FcConfigEvaluate
fun:gfx::RenderTextLinux::EnsureLayout fun:gfx::RenderTextLinux::EnsureLayout
fun:gfx::RenderTextTest_PangoAttributes_Test::TestBody fun:gfx::RenderTextTest_PangoAttributes_Test::TestBody
} }
...@@ -6566,21 +6566,32 @@ ...@@ -6566,21 +6566,32 @@
fun:_ZN3gpu5gles2*GLES2ImplementationTest_*_Test8TestBodyEv fun:_ZN3gpu5gles2*GLES2ImplementationTest_*_Test8TestBodyEv
} }
{ {
bug_173597_a bug_173597_a
Memcheck:Leak Memcheck:Leak
fun:malloc fun:malloc
fun:g_malloc fun:g_malloc
fun:g_slice_alloc fun:g_slice_alloc
fun:pango_attr_list_get_iterator fun:pango_attr_list_get_iterator
fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv
} }
{ {
bug_173597_b bug_173597_b
Memcheck:Leak Memcheck:Leak
fun:realloc fun:realloc
fun:g_realloc fun:g_realloc
fun:g_string_maybe_expand fun:g_string_maybe_expand
fun:g_string_insert_len fun:g_string_insert_len
fun:pango_font_description_to_string fun:pango_font_description_to_string
fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv 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
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment