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

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

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.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 3266 matching lines...) Expand 10 before | Expand all | Expand 10 after
3277 Memcheck:Uninitialized 3277 Memcheck:Uninitialized
3278 fun:_ZNK5blink13InlineFlowBox20computeMaxLogicalTopERf 3278 fun:_ZNK5blink13InlineFlowBox20computeMaxLogicalTopERf
3279 ... 3279 ...
3280 fun:_ZNK5blink13RootInlineBox13maxLogicalTopEv 3280 fun:_ZNK5blink13RootInlineBox13maxLogicalTopEv
3281 fun:_ZN5blinkL22computeUnderlineOffsetENS_21TextUnderlinePositionERKNS_11Font MetricsEPKNS_13InlineTextBoxEf 3281 fun:_ZN5blinkL22computeUnderlineOffsetENS_21TextUnderlinePositionERKNS_11Font MetricsEPKNS_13InlineTextBoxEf
3282 fun:_ZN5blink20InlineTextBoxPainter15paintDecorationEPNS_15GraphicsContextERK NS_10FloatPointENS_14TextDecorationE 3282 fun:_ZN5blink20InlineTextBoxPainter15paintDecorationEPNS_15GraphicsContextERK NS_10FloatPointENS_14TextDecorationE
3283 fun:_ZN5blink20InlineTextBoxPainter5paintERNS_9PaintInfoERKNS_11LayoutPointE 3283 fun:_ZN5blink20InlineTextBoxPainter5paintERNS_9PaintInfoERKNS_11LayoutPointE
3284 fun:_ZN5blink13InlineTextBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10Lay outUnitES6_ 3284 fun:_ZN5blink13InlineTextBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10Lay outUnitES6_
3285 } 3285 }
3286 { 3286 {
3287 bug_411235
3288 Memcheck:Overlap
3289 fun:memcpy@@GLIBC_2.14
3290 fun:IncrementalCopyFastPath
3291 fun:BrotliDecompress
3292 fun:BrotliDecompressBuffer
3293 fun:_ZN12_GLOBAL__N_115Woff2UncompressEPhmPKhmj
3294 }
3295 {
3296 bug_415092 3287 bug_415092
3297 Memcheck:Leak 3288 Memcheck:Leak
3298 fun:_Znw* 3289 fun:_Znw*
3299 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE 3290 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE
3300 fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationER KNS_8CallbackIFvvEEE 3291 fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationER KNS_8CallbackIFvvEEE
3301 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8Loca tionERKNS_8CallbackIFvvEEEb 3292 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8Loca tionERKNS_8CallbackIFvvEEEb
3302 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8Callbac kIFvvEEEb 3293 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8Callbac kIFvvEEEb
3303 } 3294 }
3304 { 3295 {
3305 bug_416729 3296 bug_416729
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
3534 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadERKNS0_27Initialize OnGpuThreadParamsE 3525 fun:_ZN3gpu22InProcessCommandBuffer21InitializeOnGpuThreadERKNS0_27Initialize OnGpuThreadParamsE
3535 } 3526 }
3536 { 3527 {
3537 bug_441333 3528 bug_441333
3538 Memcheck:Uninitialized 3529 Memcheck:Uninitialized
3539 fun:av_packet_unpack_dictionary 3530 fun:av_packet_unpack_dictionary
3540 fun:add_metadata_from_side_data 3531 fun:add_metadata_from_side_data
3541 fun:avcodec_decode_* 3532 fun:avcodec_decode_*
3542 fun:avcodec_decode_* 3533 fun:avcodec_decode_*
3543 } 3534 }
OLDNEW
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698