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

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

Issue 218010: Reland: Linux (nss) implementations of RSAPrivateKey and SignatureCreator (Closed)
Patch Set: cr changes Created 11 years, 3 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 | « base/crypto/signature_creator_win.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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 fun:g_object_run_dispose 280 fun:g_object_run_dispose
281 fun:gtk_object_destroy 281 fun:gtk_object_destroy
282 } 282 }
283 { 283 {
284 # Totem plugin leaks when we load it. 284 # Totem plugin leaks when we load it.
285 bug_21326 285 bug_21326
286 Memcheck:Leak 286 Memcheck:Leak
287 ... 287 ...
288 fun:_ZN5NPAPI9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo 288 fun:_ZN5NPAPI9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo
289 } 289 }
290 290 {
291 # NSS bug https://bugzilla.mozilla.org/show_bug.cgi?id=518443
292 https://bugzilla.mozilla.org/show_bug.cgi?id=518443
293 Memcheck:Leak
294 fun:calloc
295 fun:PR_Calloc
296 fun:PORT_ZAlloc_Util
297 fun:PORT_NewArena_Util
298 fun:PK11_ImportAndReturnPrivateKey
299 }
291 #----------------------------------------------------------------------- 300 #-----------------------------------------------------------------------
292 # 2. intentional unit test errors, or stuff that is somehow a false positive 301 # 2. intentional unit test errors, or stuff that is somehow a false positive
293 # in our own code, or stuff that is so trivial it's not worth fixing 302 # in our own code, or stuff that is so trivial it's not worth fixing
294 303
295 { 304 {
296 logging::InitLogging never frees filename. It would be hard to free properly. 305 logging::InitLogging never frees filename. It would be hard to free properly.
297 Memcheck:Leak 306 Memcheck:Leak
298 ... 307 ...
299 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE 308 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE NS_20OldFileDeletionStateE
300 } 309 }
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
1260 fun:_ZN11PrefService13SerializeDataEPSs 1269 fun:_ZN11PrefService13SerializeDataEPSs
1261 fun:_ZN11PrefService19SavePersistentPrefsEv 1270 fun:_ZN11PrefService19SavePersistentPrefsEv
1262 fun:_ZN16browser_shutdown8ShutdownEv 1271 fun:_ZN16browser_shutdown8ShutdownEv
1263 } 1272 }
1264 { 1273 {
1265 bug_22702 1274 bug_22702
1266 Memcheck:Cond 1275 Memcheck:Cond
1267 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_ 7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb 1276 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_ 7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb
1268 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb 1277 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb
1269 } 1278 }
OLDNEW
« no previous file with comments | « base/crypto/signature_creator_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698