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

Side by Side 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, 10 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 | « tools/heapcheck/suppressions.txt ('k') | 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 6548 matching lines...) Expand 10 before | Expand all | Expand 10 after
6559 fun:_ZN7WebCore18RenderLayerBacking*GraphicsLayer* 6559 fun:_ZN7WebCore18RenderLayerBacking*GraphicsLayer*
6560 } 6560 }
6561 { 6561 {
6562 bug_173356 6562 bug_173356
6563 Memcheck:Overlap 6563 Memcheck:Overlap
6564 fun:memcpy 6564 fun:memcpy
6565 fun:_ZN3gpu5gles2*Immediate4InitE* 6565 fun:_ZN3gpu5gles2*Immediate4InitE*
6566 fun:_ZN3gpu5gles2*GLES2ImplementationTest_*_Test8TestBodyEv 6566 fun:_ZN3gpu5gles2*GLES2ImplementationTest_*_Test8TestBodyEv
6567 } 6567 }
6568 { 6568 {
6569 bug_173597_a 6569 bug_173597_a
6570 Memcheck:Leak 6570 Memcheck:Leak
6571 fun:malloc 6571 fun:malloc
6572 fun:g_malloc 6572 fun:g_malloc
6573 fun:g_slice_alloc 6573 fun:g_slice_alloc
6574 fun:pango_attr_list_get_iterator 6574 fun:pango_attr_list_get_iterator
6575 fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv 6575 fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv
6576 } 6576 }
6577 { 6577 {
6578 bug_173597_b 6578 bug_173597_b
6579 Memcheck:Leak 6579 Memcheck:Leak
6580 fun:realloc 6580 fun:realloc
6581 fun:g_realloc 6581 fun:g_realloc
6582 fun:g_string_maybe_expand 6582 fun:g_string_maybe_expand
6583 fun:g_string_insert_len 6583 fun:g_string_insert_len
6584 fun:pango_font_description_to_string 6584 fun:pango_font_description_to_string
6585 fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv 6585 fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv
6586 } 6586 }
6587 {
6588 bug_173620
6589 Memcheck:Uninitialized
6590 fun:_ZNK3net21HttpStreamFactoryImpl30GetAlternateProtocolRequestForERK4GURLPS 1_
6591 fun:_ZN3net21HttpStreamFactoryImpl13RequestStreamERKNS_15HttpRequestInfoERKNS _9SSLConfigES6_PNS_17HttpStreamRequest8DelegateERKNS_11BoundNetLogE
6592 fun:_ZN3net22HttpNetworkTransaction14DoCreateStreamEv
6593 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
6594 fun:_ZN3net22HttpNetworkTransaction5StartEPKNS_15HttpRequestInfoERKN4base8Cal lbackIFviEEERKNS_11BoundNetLogE
6595 fun:_ZN3net12_GLOBAL__N_126GroupNameTransactionHelperERKSsRK13scoped_refptrIN S_18HttpNetworkSessionEE
6596 fun:_ZN3net66HttpNetworkTransactionSpdy*Test_GroupNameForDirectConnections_Te st8TestBodyEv
6597 }
OLDNEW
« 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