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

Side by Side Diff: binaries/mac_10.6/lib/valgrind/default.supp

Issue 8359027: Update the Valgrind binaries for Mac and Linux to valgrind-variant r106 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 9 years, 2 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
OLDNEW
1 # This is a generated file, composed of the following suppression rules: 1 # This is a generated file, composed of the following suppression rules:
2 # exp-ptrcheck.supp xfree-3.supp xfree-4.supp darwin10-drd.supp darwin10.supp 2 # exp-ptrcheck.supp xfree-3.supp xfree-4.supp darwin10-drd.supp darwin10.supp
3 { 3 {
4 lib-X11-used-old-pointer-after-realloc-1 4 lib-X11-used-old-pointer-after-realloc-1
5 exp-ptrcheck:Heap 5 exp-ptrcheck:Heap
6 fun:strlen 6 fun:strlen
7 obj:/usr/lib*/libX11.so* 7 obj:/usr/lib*/libX11.so*
8 obj:/usr/lib*/libX11.so* 8 obj:/usr/lib*/libX11.so*
9 } 9 }
10 { 10 {
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 fun:_ZN13HIMenuBarView31SetAdjustTextTitleBoundsAtIndexEih 674 fun:_ZN13HIMenuBarView31SetAdjustTextTitleBoundsAtIndexEih
675 fun:_ZN13HIMenuBarView15MeasureAppMenusEv 675 fun:_ZN13HIMenuBarView15MeasureAppMenusEv
676 } 676 }
677 677
678 { 678 {
679 TFontFeatures::TFontFeatures(CGFont*) (in CoreText.framework) 679 TFontFeatures::TFontFeatures(CGFont*) (in CoreText.framework)
680 Memcheck:Cond 680 Memcheck:Cond
681 fun:_ZN13TFontFeaturesC2EP6CGFont 681 fun:_ZN13TFontFeaturesC2EP6CGFont
682 fun:_ZNK9TBaseFont12CopyFeaturesEv 682 fun:_ZNK9TBaseFont12CopyFeaturesEv
683 } 683 }
684
685 # See https://bugs.kde.org/show_bug.cgi?id=188572 about this; it's
686 # unavoidable due to BSD setenv() semantics.
687 {
688 macos-__setenv-leak-see-our-bug-188572
689 Memcheck:Leak
690 fun:malloc_zone_malloc
691 fun:__setenv
692 }
OLDNEW
« no previous file with comments | « binaries/mac_10.6/bin/valgrind-listener ('k') | binaries/mac_10.6/lib/valgrind/libmpiwrap-amd64-darwin.so » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698