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

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

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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
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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 fun:_ZNK5blink24BaseDateAndTimeInputType21parseToDateComponentsERKN3WTF6Strin gEPNS_14DateComponentsE 494 fun:_ZNK5blink24BaseDateAndTimeInputType21parseToDateComponentsERKN3WTF6Strin gEPNS_14DateComponentsE
495 fun:_ZNK5blink24BaseDateAndTimeInputType15typeMismatchForERKN3WTF6StringE 495 fun:_ZNK5blink24BaseDateAndTimeInputType15typeMismatchForERKN3WTF6StringE
496 fun:_ZNK5blink24BaseDateAndTimeInputType13sanitizeValueERKN3WTF6StringE 496 fun:_ZNK5blink24BaseDateAndTimeInputType13sanitizeValueERKN3WTF6StringE
497 } 497 }
498 { 498 {
499 bug_418234 499 bug_418234
500 Memcheck:Uninitialized 500 Memcheck:Uninitialized
501 fun:_ZN10extensions19ExtensionManagement7RefreshEv 501 fun:_ZN10extensions19ExtensionManagement7RefreshEv
502 fun:_ZN10extensions19ExtensionManagement22OnExtensionPrefChangedEv 502 fun:_ZN10extensions19ExtensionManagement22OnExtensionPrefChangedEv
503 } 503 }
504 {
505 bug_464462
506 Memcheck:Uninitialized
507 fun:_ZN7content14ManifestParser16ParseIconDensityERKN4base15DictionaryValueE
508 fun:_ZN7content14ManifestParser10ParseIconsERKN4base15DictionaryValueE
509 fun:_ZN7content14ManifestParser5ParseEv
510 fun:_ZN7content18ManifestParserTest21ParseManifestWithURLsERKN4base16BasicStr ingPieceISsEERK4GURLS8_
511 fun:_ZN7content18ManifestParserTest13ParseManifestERKN4base16BasicStringPiece ISsEE
512 fun:_ZN7content45ManifestParserTest_IconDensityParseRules_Test8TestBodyEv
513 }
504 514
505 #----------------------------------------------------------------------- 515 #-----------------------------------------------------------------------
506 # 3. Suppressions for real chromium bugs that are not yet fixed. 516 # 3. Suppressions for real chromium bugs that are not yet fixed.
507 # These should all be in chromium's bug tracking system (but a few aren't yet). 517 # These should all be in chromium's bug tracking system (but a few aren't yet).
508 518
509 { 519 {
510 # webkit leak? See http://crbug.com/9503 520 # webkit leak? See http://crbug.com/9503
511 bug_9503 521 bug_9503
512 Memcheck:Leak 522 Memcheck:Leak
513 ... 523 ...
(...skipping 3125 matching lines...) Expand 10 before | Expand all | Expand 10 after
3639 Memcheck:Leak 3649 Memcheck:Leak
3640 fun:calloc 3650 fun:calloc
3641 fun:pthread_setspecific 3651 fun:pthread_setspecific
3642 fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv 3652 fun:_ZN4base8internal19ThreadLocalPlatform14SetValueInSlotEjPv
3643 fun:_ZN4base18ThreadLocalPointerIvE3SetEPv 3653 fun:_ZN4base18ThreadLocalPointerIvE3SetEPv
3644 fun:_ZN4base18ThreadLocalBoolean3SetEb 3654 fun:_ZN4base18ThreadLocalBoolean3SetEb
3645 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv 3655 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv
3646 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv 3656 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
3647 } 3657 }
3648 3658
OLDNEW
« no previous file with comments | « tools/valgrind/locate_valgrind.sh ('k') | ui/android/java/src/org/chromium/ui/base/Clipboard.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698