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

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

Issue 7659012: Add one more suppression for leaking cookies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 three kinds of suppressions in this file. 1 # There are three 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 4860 matching lines...) Expand 10 before | Expand all | Expand 10 after
4871 Memcheck:Leak 4871 Memcheck:Leak
4872 ... 4872 ...
4873 fun:_ZN3net13CookieMonster9InitStoreEv 4873 fun:_ZN3net13CookieMonster9InitStoreEv
4874 fun:_ZN3net13CookieMonster15InitIfNecessaryEv 4874 fun:_ZN3net13CookieMonster15InitIfNecessaryEv
4875 fun:_ZN3net13CookieMonster21GetCookiesWithOptionsERK4GURLRKNS_13CookieOptions E 4875 fun:_ZN3net13CookieMonster21GetCookiesWithOptionsERK4GURLRKNS_13CookieOptions E
4876 fun:_ZN3net13CookieMonster26GetCookiesWithOptionsAsyncERK4GURLRKNS_13CookieOp tionsERKN4base8CallbackIFvRKSsEEE 4876 fun:_ZN3net13CookieMonster26GetCookiesWithOptionsAsyncERK4GURLRKNS_13CookieOp tionsERKN4base8CallbackIFvRKSsEEE
4877 fun:_ZN3net11CookieStore15GetCookiesAsyncERK4GURLRKN4base8CallbackIFvRKSsEEE 4877 fun:_ZN3net11CookieStore15GetCookiesAsyncERK4GURLRKN4base8CallbackIFvRKSsEEE
4878 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23U RLRequestContextGetterEEPN4base13WaitableEventEPSs 4878 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23U RLRequestContextGetterEEPN4base13WaitableEventEPSs
4879 } 4879 }
4880 { 4880 {
4881 bug_90057c
4882 Memcheck:Leak
4883 fun:_Znw*
4884 ...
4885 fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv
4886 fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEv
4887 fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi
4888 fun:_Z16DispatchToMethodIN3net17URLRequestHttpJobEMS1_FviEiEvPT_T0_RK6Tuple1I T1_E
4889 }
4890 {
4881 bug_90212 4891 bug_90212
4882 Memcheck:Leak 4892 Memcheck:Leak
4883 fun:_Znw* 4893 fun:_Znw*
4884 fun:_ZN25TestingAutomationProvider21CaptureEntirePageJSONEPN4base15Dictionary ValueEPN3IPC7MessageE 4894 fun:_ZN25TestingAutomationProvider21CaptureEntirePageJSONEPN4base15Dictionary ValueEPN3IPC7MessageE
4885 } 4895 }
4886 { 4896 {
4887 bug_90215_c 4897 bug_90215_c
4888 Memcheck:Leak 4898 Memcheck:Leak
4889 ... 4899 ...
4890 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv 4900 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
5360 } 5370 }
5361 { 5371 {
5362 bug_todo_getdelim2 5372 bug_todo_getdelim2
5363 Memcheck:Leak 5373 Memcheck:Leak
5364 fun:malloc 5374 fun:malloc
5365 fun:getdelim 5375 fun:getdelim
5366 obj:/lib/libselinux.so.1 5376 obj:/lib/libselinux.so.1
5367 obj:/lib/libselinux.so.1 5377 obj:/lib/libselinux.so.1
5368 obj:/lib/libselinux.so.1 5378 obj:/lib/libselinux.so.1
5369 } 5379 }
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