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

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

Issue 1173813002: Small valgrind suppression tweak for statically linked ffmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« 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 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 3348 matching lines...) Expand 10 before | Expand all | Expand 10 after
3359 fun:pthread_setspecific 3359 fun:pthread_setspecific
3360 ... 3360 ...
3361 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadERKNS0_27Initialize OnGpuThreadParamsE 3361 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadERKNS0_27Initialize OnGpuThreadParamsE
3362 } 3362 }
3363 { 3363 {
3364 bug_441333 3364 bug_441333
3365 Memcheck:Uninitialized 3365 Memcheck:Uninitialized
3366 fun:av_packet_unpack_dictionary 3366 fun:av_packet_unpack_dictionary
3367 fun:add_metadata_from_side_data 3367 fun:add_metadata_from_side_data
3368 fun:avcodec_decode_* 3368 fun:avcodec_decode_*
3369 fun:avcodec_decode_*
3370 } 3369 }
3371 { 3370 {
3372 bug_448700_a 3371 bug_448700_a
3373 Memcheck:Leak 3372 Memcheck:Leak
3374 fun:_Znw* 3373 fun:_Znw*
3375 ... 3374 ...
3376 fun:_ZN10extensions11ApiTestBase15RegisterModulesEv 3375 fun:_ZN10extensions11ApiTestBase15RegisterModulesEv
3377 fun:_ZN10extensions11ApiTestBase5SetUpEv 3376 fun:_ZN10extensions11ApiTestBase5SetUpEv
3378 } 3377 }
3379 { 3378 {
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
3539 buf_492821 3538 buf_492821
3540 Memcheck:Uninitialized 3539 Memcheck:Uninitialized
3541 fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS_ 13CSSParserModeENS0_31ReleaseParsedCalcValueConditionE 3540 fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS_ 13CSSParserModeENS0_31ReleaseParsedCalcValueConditionE
3542 fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS0 _31ReleaseParsedCalcValueConditionE 3541 fun:_ZN5blink17CSSPropertyParser9validUnitEPNS_14CSSParserValueENS0_5UnitsENS0 _31ReleaseParsedCalcValueConditionE
3543 fun:_ZN5blink17CSSPropertyParser18validWidthOrHeightEPNS_14CSSParserValueENS 0_5UnitsE 3542 fun:_ZN5blink17CSSPropertyParser18validWidthOrHeightEPNS_14CSSParserValueENS 0_5UnitsE
3544 fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyIDEb 3543 fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyIDEb
3545 fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyIDEbPNS_18CSSPa rserValueListERKNS_16CSSParserContextERN3WTF6VectorINS_11CSSPropertyELm256ENS7_1 6DefaultAllocatorEEENS_13StyleRuleBase4TypeE 3544 fun:_ZN5blink17CSSPropertyParser10parseValueENS_13CSSPropertyIDEbPNS_18CSSPa rserValueListERKNS_16CSSParserContextERN3WTF6VectorINS_11CSSPropertyELm256ENS7_1 6DefaultAllocatorEEENS_13StyleRuleBase4TypeE
3546 fun:_ZN5blink13CSSParserImpl23consumeDeclarationValueENS_19CSSParserTokenRan geENS_13CSSPropertyIDEbNS_13StyleRuleBase4TypeE 3545 fun:_ZN5blink13CSSParserImpl23consumeDeclarationValueENS_19CSSParserTokenRan geENS_13CSSPropertyIDEbNS_13StyleRuleBase4TypeE
3547 fun:_ZN5blink13CSSParserImpl18consumeDeclarationENS_19CSSParserTokenRangeENS_13S tyleRuleBase4TypeE 3546 fun:_ZN5blink13CSSParserImpl18consumeDeclarationENS_19CSSParserTokenRangeENS_13S tyleRuleBase4TypeE
3548 } 3547 }
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