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

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

Issue 372033: Cancel unused timeout events. Without this change they can... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | « base/message_pump_libevent.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 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 bug_17576 235 bug_17576
236 Memcheck:Leak 236 Memcheck:Leak
237 ... 237 ...
238 fun:findLockInfo 238 fun:findLockInfo
239 ... 239 ...
240 fun:unixOpen 240 fun:unixOpen
241 ... 241 ...
242 fun:openDatabase 242 fun:openDatabase
243 } 243 }
244 { 244 {
245 libevent does not provide a way to clean up unused oneshot timers at exit
246 Memcheck:Leak
247 fun:calloc
248 fun:event_base_once
249 fun:event_base_loopexit
250 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
251 }
252 {
253 # array of weak references freed but not processed? 245 # array of weak references freed but not processed?
254 bug_16576 246 bug_16576
255 Memcheck:Leak 247 Memcheck:Leak
256 ... 248 ...
257 fun:g_object_weak_ref 249 fun:g_object_weak_ref
258 fun:g_object_add_weak_pointer 250 fun:g_object_add_weak_pointer
259 } 251 }
260 { 252 {
261 bug_16161 253 bug_16161
262 Memcheck:Leak 254 Memcheck:Leak
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 fun:_Z10cssyyparsePv 1058 fun:_Z10cssyyparsePv
1067 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE 1059 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
1068 } 1060 }
1069 { 1061 {
1070 bug_26216 1062 bug_26216
1071 Memcheck:Leak 1063 Memcheck:Leak
1072 fun:_Znw* 1064 fun:_Znw*
1073 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs 1065 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs
1074 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv 1066 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv
1075 } 1067 }
OLDNEW
« no previous file with comments | « base/message_pump_libevent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698