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

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

Issue 50603015: QUIC - fix uninitialized reads in net::QuicCongestionManager::SetFromConfig (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
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 6430 matching lines...) Expand 10 before | Expand all | Expand 10 after
6441 fun:_ZN7WebCore17RenderTextControl29computePreferredLogicalWidthsEv 6441 fun:_ZN7WebCore17RenderTextControl29computePreferredLogicalWidthsEv
6442 ... 6442 ...
6443 fun:_ZN7WebCore11RenderBlock6layoutEv 6443 fun:_ZN7WebCore11RenderBlock6layoutEv
6444 } 6444 }
6445 { 6445 {
6446 bug_313521 6446 bug_313521
6447 Memcheck:Leak 6447 Memcheck:Leak
6448 fun:_Znw* 6448 fun:_Znw*
6449 fun:_ZN8app_list32AppListModelTest_FolderItem_Test8TestBodyEv 6449 fun:_ZN8app_list32AppListModelTest_FolderItem_Test8TestBodyEv
6450 } 6450 }
6451 {
6452 bug_313738
6453 Memcheck:Uninitialized
6454 ...
6455 fun:snprintf
6456 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
6457 fun:_ZN7testing12_GLOBAL__N_124PrintBytesInObjectToImplEPKhmPSo
6458 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
6459 fun:_ZN7testing9internal220TypeWithoutFormatterIN3net10QuicConfigELNS0_8TypeK indE2EE10PrintValueERKS3_PSo
6460 fun:_ZN7testing9internal2lsIcSt11char_traitsIcEN3net10QuicConfigEEERSt13basic _ostreamIT_T0_ESA_RKT1_
6461 fun:_ZN16testing_internal26DefaultPrintNonContainerToIN3net10QuicConfigEEEvRK T_PSo
6462 fun:_ZN7testing8internal14DefaultPrintToIN3net10QuicConfigEEEvcNS0_13bool_con stantILb0EEERKT_PSo
6463 fun:_ZN7testing8internal7PrintToIN3net10QuicConfigEEEvRKT_PSo
6464 fun:_ZN7testing8internal16UniversalPrinterIN3net10QuicConfigEE5PrintERKS3_PSo
6465 fun:_ZN7testing8internal14UniversalPrintIN3net10QuicConfigEEEvRKT_PSo
6466 fun:_ZN7testing8internal16UniversalPrinterIRKN3net10QuicConfigEE5PrintES5_PSo
6467 fun:_ZN7testing8internal18TuplePrefixPrinterILm1EE13PrintPrefixToINSt3tr15tup leIRKN3net10QuicConfigEbNS4_10_NullClassESA_SA_SA_SA_SA_SA_SA_EEEEvRKT_PSo
6468 fun:_ZN7testing8internal18TuplePrefixPrinterILm2EE13PrintPrefixToINSt3tr15tup leIRKN3net10QuicConfigEbNS4_10_NullClassESA_SA_SA_SA_SA_SA_SA_EEEEvRKT_PSo
6469 fun:_ZN7testing8internal12PrintTupleToINSt3tr15tupleIRKN3net10QuicConfigEbNS2 _10_NullClassES8_S8_S8_S8_S8_S8_S8_EEEEvRKT_PSo
6470 fun:_ZN7testing8internal7PrintToIRKN3net10QuicConfigEbEEvRKNSt3tr15tupleIT_T0 _NS6_10_NullClassESA_SA_SA_SA_SA_SA_SA_EEPSo
6471 fun:_ZN7testing8internal16UniversalPrinterINSt3tr15tupleIRKN3net10QuicConfigE bNS2_10_NullClassES8_S8_S8_S8_S8_S8_S8_EEE5PrintERKS9_PSo
6472 fun:_ZN7testing8internal14UniversalPrintINSt3tr15tupleIRKN3net10QuicConfigEbN S2_10_NullClassES8_S8_S8_S8_S8_S8_S8_EEEEvRKT_PSo
6473 fun:_ZNK7testing8internal18FunctionMockerBaseIFvRKN3net10QuicConfigEbEE32Unty pedDescribeUninterestingCallEPKvPSo
6474 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
6475 }
OLDNEW
« net/quic/quic_http_stream_test.cc ('K') | « net/quic/quic_http_stream_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698