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

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

Issue 10151012: Widen a suppression rule for sync_notifier::InvalidationNotifier::UpdateCredentials(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | 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 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 5294 matching lines...) Expand 10 before | Expand all | Expand 10 after
5305 ... 5305 ...
5306 fun:_ZN3net9HostCache3SetERKNS0_3KeyEiRKNS_11AddressListEN4base9TimeTicksENS7 _9TimeDeltaE 5306 fun:_ZN3net9HostCache3SetERKNS0_3KeyEiRKNS_11AddressListEN4base9TimeTicksENS7 _9TimeDeltaE
5307 fun:_ZN3net16HostResolverImpl11CacheResultERKNS_9HostCache3KeyEiRKNS_11Addres sListEN4base9TimeDeltaE 5307 fun:_ZN3net16HostResolverImpl11CacheResultERKNS_9HostCache3KeyEiRKNS_11Addres sListEN4base9TimeDeltaE
5308 fun:_ZN3net16HostResolverImpl3Job16CompleteRequestsEiRKNS_11AddressListEN4bas e9TimeDeltaE 5308 fun:_ZN3net16HostResolverImpl3Job16CompleteRequestsEiRKNS_11AddressListEN4bas e9TimeDeltaE
5309 fun:_ZN3net16HostResolverImpl3Job18OnProcTaskCompleteEiRKNS_11AddressListE 5309 fun:_ZN3net16HostResolverImpl3Job18OnProcTaskCompleteEiRKNS_11AddressListE
5310 } 5310 }
5311 { 5311 {
5312 bug_118890_a 5312 bug_118890_a
5313 Memcheck:Leak 5313 Memcheck:Leak
5314 ... 5314 ...
5315 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
5316 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE 5315 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
5317 fun:_ZN8notifier5Login15StartConnectionEv 5316 fun:_ZN8notifier5Login15StartConnectionEv
5318 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_ 5317 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
5319 } 5318 }
5320 { 5319 {
5321 bug_118890_b 5320 bug_118890_b
5322 Memcheck:Leak 5321 Memcheck:Leak
5323 fun:_Znw* 5322 fun:_Znw*
5324 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv 5323 fun:_ZN13sync_notifier12_GLOBAL__N_124InvalidationNotifierTest5SetUpEv
5325 } 5324 }
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
5847 obj:/lib/libselinux.so.1 5846 obj:/lib/libselinux.so.1
5848 } 5847 }
5849 { 5848 {
5850 bug_todo_grep 5849 bug_todo_grep
5851 Memcheck:Leak 5850 Memcheck:Leak
5852 fun:malloc 5851 fun:malloc
5853 obj:/bin/grep 5852 obj:/bin/grep
5854 obj:/bin/grep 5853 obj:/bin/grep
5855 } 5854 }
5856 5855
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