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 1898143002: Properly delete the unused policy in password_manager_handler_unittest.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@341477_about_flags
Patch Set: Created 4 years, 8 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 | « chrome/browser/ui/webui/options/password_manager_handler_unittest.cc ('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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 } 569 }
570 { 570 {
571 bug_415092 571 bug_415092
572 Memcheck:Leak 572 Memcheck:Leak
573 fun:_Znw* 573 fun:_Znw*
574 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE 574 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE
575 fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationER KNS_8CallbackIF* 575 fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationER KNS_8CallbackIF*
576 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8Loca tionERKNS_8CallbackIF* 576 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8Loca tionERKNS_8CallbackIF*
577 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8Callbac kIF* 577 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8Callbac kIF*
578 } 578 }
579 {
580 bug_341477
581 Memcheck:Leak
582 fun:_Znw*
583 fun:_ZN7options22PasswordManagerHandler20HandlePassword*
584 }
585 579
586 580
587 #----------------------------------------------------------------------- 581 #-----------------------------------------------------------------------
588 # 3. Suppressions for real chromium bugs that are not yet fixed. 582 # 3. Suppressions for real chromium bugs that are not yet fixed.
589 # These should all be in chromium's bug tracking system (but a few aren't yet). 583 # These should all be in chromium's bug tracking system (but a few aren't yet).
590 584
591 { 585 {
592 # webkit leak? See http://crbug.com/9503 586 # webkit leak? See http://crbug.com/9503
593 bug_9503 587 bug_9503
594 Memcheck:Leak 588 Memcheck:Leak
(...skipping 2558 matching lines...) Expand 10 before | Expand all | Expand 10 after
3153 { 3147 {
3154 bug_602964 3148 bug_602964
3155 Memcheck:Leak 3149 Memcheck:Leak
3156 fun:_Znw* 3150 fun:_Znw*
3157 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper* 3151 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper*
3158 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS* 3152 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS*
3159 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS* 3153 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS*
3160 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S* 3154 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S*
3161 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv 3155 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv
3162 } 3156 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/password_manager_handler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698