Chromium Code Reviews

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

Issue 115325: valgrind: with my fix upstreamed, we can now remove this suppression. (Closed)
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« 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 { 1 {
2 Uninitialized value in deflate 2 Uninitialized value in deflate
3 Memcheck:Cond 3 Memcheck:Cond
4 fun:longest_match 4 fun:longest_match
5 fun:deflate_slow 5 fun:deflate_slow
6 fun:MOZ_Z_deflate 6 fun:MOZ_Z_deflate
7 } 7 }
8 { 8 {
9 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome. org/archives/gtk-devel-list/2004-April/msg00230.html 9 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome. org/archives/gtk-devel-list/2004-April/msg00230.html
10 Memcheck:Leak 10 Memcheck:Leak
(...skipping 362 matching lines...)
373 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH andleClientEPNS_5FrameEbbb 373 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH andleClientEPNS_5FrameEbbb
374 } 374 }
375 { 375 {
376 # See http://crbug.com/9450 376 # See http://crbug.com/9450
377 v8_bindings_leak_crbug_9450 377 v8_bindings_leak_crbug_9450
378 Memcheck:Leak 378 Memcheck:Leak
379 fun:_Znwj 379 fun:_Znwj
380 fun:_ZN7WebCore7V8Proxy20RegisterGlobalHandleENS_16GlobalHandleTypeEPvN2v810P ersistentINS3_5ValueEEE 380 fun:_ZN7WebCore7V8Proxy20RegisterGlobalHandleENS_16GlobalHandleTypeEPvN2v810P ersistentINS3_5ValueEEE
381 } 381 }
382 { 382 {
383 # Font memory leak. See http://crbug.com/9475
384 bug_9475
385 Memcheck:Leak
386 fun:_Znwj
387 fun:_ZN7WebCore9FontCache22createFontPlatformDataERKNS_15FontDescriptionERKNS _12AtomicStringE
388 }
389 {
390 # V8 leak? See http://crbug.com/9458 383 # V8 leak? See http://crbug.com/9458
391 bug_9458 384 bug_9458
392 Memcheck:Leak 385 Memcheck:Leak
393 fun:_Znwj 386 fun:_Znwj
394 fun:_NPN_RegisterObject 387 fun:_NPN_RegisterObject
395 fun:_Z25CreateV8ObjectForNPObjectP8NPObjectS0_ 388 fun:_Z25CreateV8ObjectForNPObjectP8NPObjectS0_
396 } 389 }
397 { 390 {
398 # webkit leak? See http://crbug.com/9503 391 # webkit leak? See http://crbug.com/9503
399 bug_9503 392 bug_9503
(...skipping 189 matching lines...)
589 Memcheck:Cond 582 Memcheck:Cond
590 fun:strlen 583 fun:strlen
591 ... 584 ...
592 fun:__xmlRaiseError 585 fun:__xmlRaiseError
593 ... 586 ...
594 fun:_ZN16Toolbar5Importer17LocateNextOpenTagEP9XmlReader 587 fun:_ZN16Toolbar5Importer17LocateNextOpenTagEP9XmlReader
595 fun:_ZN16Toolbar5Importer27LocateNextTagWithStopByNameEP9XmlReaderRKSsS3_ 588 fun:_ZN16Toolbar5Importer27LocateNextTagWithStopByNameEP9XmlReaderRKSsS3_
596 fun:_ZN16Toolbar5Importer24ParseBookmarksFromReaderEP9XmlReaderPSt6vectorIN13 ProfileWriter13BookmarkEntryESaIS4_EE 589 fun:_ZN16Toolbar5Importer24ParseBookmarksFromReaderEP9XmlReaderPSt6vectorIN13 ProfileWriter13BookmarkEntryESaIS4_EE
597 fun:_ZN39Toolbar5ImporterTest_BookmarkParse_Test8TestBodyEv 590 fun:_ZN39Toolbar5ImporterTest_BookmarkParse_Test8TestBodyEv
598 } 591 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine