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

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

Issue 5466001: Suppress SPDY Linux x64 Valgrind warnings; Remove a suppression for a fixed S... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 | « no previous file | 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 three kinds of suppressions in this file. 1 # There are three 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 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 Memcheck:Leak 954 Memcheck:Leak
955 fun:* 955 fun:*
956 fun:_ZN11MessageLoopC1ENS_4TypeE 956 fun:_ZN11MessageLoopC1ENS_4TypeE
957 fun:_ZN4base6Thread10ThreadMainEv 957 fun:_ZN4base6Thread10ThreadMainEv
958 } 958 }
959 { 959 {
960 # very common in ui tests 960 # very common in ui tests
961 bug_16092b 961 bug_16092b
962 Memcheck:Leak 962 Memcheck:Leak
963 ... 963 ...
964 fun:_ZNSt11_Deque_baseIN11MessageLoop11PendingTaskESaIS1_EE17_M_initialize_ma pEj 964 fun:_ZNSt11_Deque_baseIN11MessageLoop11PendingTaskESaIS1_EE17_M_initialize_ma pE*
965 ... 965 ...
966 fun:_ZN11MessageLoopC1ENS_4TypeE 966 fun:_ZN11MessageLoopC1ENS_4TypeE
967 fun:_ZN4base6Thread10ThreadMainEv 967 fun:_ZN4base6Thread10ThreadMainEv
968 } 968 }
969 { 969 {
970 # very common in ui tests 970 # very common in ui tests
971 bug_16092c 971 bug_16092c
972 Memcheck:Leak 972 Memcheck:Leak
973 ... 973 ...
974 fun:_ZNSt14priority_queueIN11MessageLoop11PendingTaskESt6vectorIS1_SaIS1_EESt 4lessIS1_EEC1ERKS6_RKS4_ 974 fun:_ZNSt14priority_queueIN11MessageLoop11PendingTaskESt6vectorIS1_SaIS1_EESt 4lessIS1_EEC1ERKS6_RKS4_
(...skipping 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after
3294 fun:_Z17STLDeleteElementsISt3setIPN3net10ConnectJobESt4lessIS3_ESaIS3_EEEvPT_ 3294 fun:_Z17STLDeleteElementsISt3setIPN3net10ConnectJobESt4lessIS3_ESaIS3_EEEvPT_
3295 fun:_ZN3net8internal26ClientSocketPoolBaseHelper5Group13RemoveAllJobsEv 3295 fun:_ZN3net8internal26ClientSocketPoolBaseHelper5Group13RemoveAllJobsEv
3296 fun:_ZN3net8internal26ClientSocketPoolBaseHelper20CancelAllConnectJobsEv 3296 fun:_ZN3net8internal26ClientSocketPoolBaseHelper20CancelAllConnectJobsEv
3297 fun:_ZN3net8internal26ClientSocketPoolBaseHelper5FlushEv 3297 fun:_ZN3net8internal26ClientSocketPoolBaseHelper5FlushEv
3298 fun:_ZN3net8internal26ClientSocketPoolBaseHelperD1Ev 3298 fun:_ZN3net8internal26ClientSocketPoolBaseHelperD1Ev
3299 fun:_ZN3net20ClientSocketPoolBaseINS_15TCPSocketParamsEED1Ev 3299 fun:_ZN3net20ClientSocketPoolBaseINS_15TCPSocketParamsEED1Ev
3300 fun:_ZN3net19TCPClientSocketPoolD0Ev 3300 fun:_ZN3net19TCPClientSocketPoolD0Ev
3301 fun:_ZN10scoped_ptrIN3net19TCPClientSocketPoolEED1Ev 3301 fun:_ZN10scoped_ptrIN3net19TCPClientSocketPoolEED1Ev
3302 } 3302 }
3303 { 3303 {
3304 bug_62801
3305 Memcheck:Addr4
3306 fun:pthread_mutex_lock
3307 fun:PR_Lock
3308 fun:_pt_thread_death_internal
3309 fun:PR_DetachThread
3310 fun:_ZN3net12CertVerifier7Request8DoVerifyEv
3311 fun:_Z16DispatchToMethodIN3net12CertVerifier7RequestEMS2_FvvEEvPT_T0_RK6Tuple 0
3312 fun:_ZN14RunnableMethodIN3net12CertVerifier7RequestEMS2_FvvE6Tuple0E3RunEv
3313 fun:*12WorkerThread10ThreadMainEv
3314 fun:_Z10ThreadFuncPv
3315 fun:start_thread
3316 fun:clone
3317 }
3318 {
3319 bug_63015 3304 bug_63015
3320 Memcheck:Addr2 3305 Memcheck:Addr2
3321 fun:_ZN7WebCore18stringToLengthTypeERPKtS1_ 3306 fun:_ZN7WebCore18stringToLengthTypeERPKtS1_
3322 fun:_ZN7WebCore9SVGLength16setValueAsStringERKN3WTF6StringERi 3307 fun:_ZN7WebCore9SVGLength16setValueAsStringERKN3WTF6StringERi
3323 fun:_ZN7WebCore13SVGLengthList5parseERKN3WTF6StringENS_13SVGLengthModeE 3308 fun:_ZN7WebCore13SVGLengthList5parseERKN3WTF6StringENS_13SVGLengthModeE
3324 fun:_ZN7WebCore25SVGTextPositioningElement20parseMappedAttributeEPNS_9Attribu teE 3309 fun:_ZN7WebCore25SVGTextPositioningElement20parseMappedAttributeEPNS_9Attribu teE
3325 fun:_ZN7WebCore14SVGTextElement20parseMappedAttributeEPNS_9AttributeE 3310 fun:_ZN7WebCore14SVGTextElement20parseMappedAttributeEPNS_9AttributeE
3326 fun:_ZN7WebCore13StyledElement16attributeChangedEPNS_9AttributeEb 3311 fun:_ZN7WebCore13StyledElement16attributeChangedEPNS_9AttributeEb
3327 fun:_ZN7WebCore10SVGElement16attributeChangedEPNS_9AttributeEb 3312 fun:_ZN7WebCore10SVGElement16attributeChangedEPNS_9AttributeEb
3328 fun:_ZN7WebCore7Element12setAttributeERKNS_13QualifiedNameERKN3WTF12AtomicStr ingERi 3313 fun:_ZN7WebCore7Element12setAttributeERKNS_13QualifiedNameERKN3WTF12AtomicStr ingERi
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 fun:_ZN7testing8internal14UniversalPrintI* 3360 fun:_ZN7testing8internal14UniversalPrintI*
3376 fun:_ZN7testing8internal19UniversalTersePrintI* 3361 fun:_ZN7testing8internal19UniversalTersePrintI*
3377 fun:_ZN7testing13PrintToStringI* 3362 fun:_ZN7testing13PrintToStringI*
3378 fun:_ZN7testing8internal25ParameterizedTestCaseInfoI*E13RegisterTestsEv 3363 fun:_ZN7testing8internal25ParameterizedTestCaseInfoI*E13RegisterTestsEv
3379 fun:_ZN7testing8internal29ParameterizedTestCaseRegistry13RegisterTestsEv 3364 fun:_ZN7testing8internal29ParameterizedTestCaseRegistry13RegisterTestsEv
3380 fun:_ZN7testing8internal12UnitTestImpl26RegisterParameterizedTestsEv 3365 fun:_ZN7testing8internal12UnitTestImpl26RegisterParameterizedTestsEv
3381 fun:_ZN7testing8internal12UnitTestImpl19PostFlagParsingInitEv 3366 fun:_ZN7testing8internal12UnitTestImpl19PostFlagParsingInitEv
3382 fun:_ZN7testing8internal18InitGoogleTestImplIcEEvPiPPT_ 3367 fun:_ZN7testing8internal18InitGoogleTestImplIcEEvPiPPT_
3383 fun:_ZN7testing14InitGoogleTestEPiPPc 3368 fun:_ZN7testing14InitGoogleTestEPiPPc
3384 } 3369 }
3370 {
3371 bug_64894a
3372 Memcheck:Cond
3373 fun:_ZN3net11SpdySession10GetSSLInfoEPNS_7SSLInfoEPb
3374 fun:_ZN3net10SpdyStream10GetSSLInfoEPNS_7SSLInfoEPb
3375 fun:_ZN3net14SpdyHttpStream18OnResponseReceivedERKSt3mapISsSsSt4lessISsESaISt 4pairIKSsSsEEEN4base4TimeEi
3376 }
3377 {
3378 bug_64894b
3379 Memcheck:Cond
3380 fun:_ZN3net11SpdySession16CreateStreamImplERK4GURLNS_15RequestPriorityEP13sco ped_refptrINS_10SpdyStreamEERKNS_11BoundNetLogE
3381 fun:_ZN3net11SpdySession27ProcessPendingCreateStreamsEv
3382 fun:_ZN3net11SpdySession12DeleteStreamEji
3383 fun:_ZN3net11SpdySession11CloseStreamEji
3384 fun:_ZN3net10SpdyStream14OnDataReceivedEPKci
3385 fun:_ZN3net11SpdySession17OnStreamFrameDataEjPKcm
3386 fun:_ZN4spdy10SpdyFramer23ProcessDataFramePayloadEPKcm
3387 fun:_ZN4spdy10SpdyFramer12ProcessInputEPKcm
3388 fun:_ZN3net11SpdySession14OnReadCompleteEi
3389 }
OLDNEW
« 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