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

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

Issue 7582013: Leaks in CookiesTreeModel tests (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 5179 matching lines...) Expand 10 before | Expand all | Expand 10 after
5190 fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base 15DictionaryValueE 5190 fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base 15DictionaryValueE
5191 fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_T est8TestBodyEv 5191 fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_T est8TestBodyEv
5192 } 5192 }
5193 { 5193 {
5194 bug_91771_b 5194 bug_91771_b
5195 Memcheck:Cond 5195 Memcheck:Cond
5196 ... 5196 ...
5197 fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base 15DictionaryValueE 5197 fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base 15DictionaryValueE
5198 fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_T est8TestBodyEv 5198 fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_T est8TestBodyEv
5199 } 5199 }
5200 {
5201 bug_91816_a
5202 Memcheck:Leak
5203 fun:_Znw*
5204 fun:_ZN12_GLOBAL__N_120CookiesTreeModelTest5SetUpEv
5205 }
5206 {
5207 bug_91816_b
5208 Memcheck:Leak
5209 fun:_Znw*
5210 fun:_ZN12_GLOBAL__N_140CookiesTreeModelTest_OriginOrdering_Test8TestBodyEv
5211 }
5212 {
5213 bug_91816_c
5214 Memcheck:Leak
5215 fun:_Znw*
5216 fun:_ZN12_GLOBAL__N_141CookiesTreeModelTest_ContentSettings_Test8TestBodyEv
5217 }
5200 5218
5201 #----------------------------------------------------------------------- 5219 #-----------------------------------------------------------------------
5202 # These only occur on our Google workstations 5220 # These only occur on our Google workstations
5203 { 5221 {
5204 bug_todo_freeres 5222 bug_todo_freeres
5205 Memcheck:Free 5223 Memcheck:Free
5206 fun:free 5224 fun:free
5207 fun:__libc_freeres 5225 fun:__libc_freeres
5208 fun:_vgnU_freeres 5226 fun:_vgnU_freeres
5209 fun:_Exit 5227 fun:_Exit
(...skipping 10 matching lines...) Expand all
5220 } 5238 }
5221 { 5239 {
5222 bug_todo_getdelim2 5240 bug_todo_getdelim2
5223 Memcheck:Leak 5241 Memcheck:Leak
5224 fun:malloc 5242 fun:malloc
5225 fun:getdelim 5243 fun:getdelim
5226 obj:/lib/libselinux.so.1 5244 obj:/lib/libselinux.so.1
5227 obj:/lib/libselinux.so.1 5245 obj:/lib/libselinux.so.1
5228 obj:/lib/libselinux.so.1 5246 obj:/lib/libselinux.so.1
5229 } 5247 }
5230 {
5231 bug_91816_a
5232 Memcheck:Leak
5233 fun:_Znw*
5234 fun:_ZN12_GLOBAL__N_120CookiesTreeModelTest5SetUpEv
5235 }
5236 {
5237 bug_91816_b
5238 Memcheck:Leak
5239 fun:_Znw*
5240 fun:_ZN12_GLOBAL__N_140CookiesTreeModelTest_OriginOrdering_Test8TestBodyEv
5241 }
5242 {
5243 bug_91816_c
5244 Memcheck:Leak
5245 fun:_Znw*
5246 fun:_ZN12_GLOBAL__N_141CookiesTreeModelTest_ContentSettings_Test8TestBodyEv
5247 }
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