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

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

Issue 11348210: Roll new valgrind-variant (r138, which is Valgrind r13132, VEX r2564) binaries for Mac OS 10.6 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 8 years 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-sgcheck.supp xfree-3.supp xfree-4.supp darwin10-drd.supp darwin10.supp 2 # exp-sgcheck.supp xfree-3.supp xfree-4.supp darwin10-drd.supp darwin10.supp
3 { 3 {
4 ld-2.X possibly applying relocations 4 ld-2.X possibly applying relocations
5 exp-sgcheck:SorG 5 exp-sgcheck:SorG
6 obj:/*lib*/ld-2.*so* 6 obj:*/*lib*/ld-2.*so*
7 obj:/*lib*/ld-2.*so* 7 obj:*/*lib*/ld-2.*so*
8 } 8 }
9 9
10 # I'm pretty sure this is a false positive caused by the sg_ stuff 10 # I'm pretty sure this is a false positive caused by the sg_ stuff
11 { 11 {
12 glibc realpath false positive 12 glibc realpath false positive
13 exp-sgcheck:SorG 13 exp-sgcheck:SorG
14 fun:realpath 14 fun:realpath
15 fun:* 15 fun:*
16 } 16 }
17 17
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 780
781 { 781 {
782 libSystem-keymgr-leak-at-exit 782 libSystem-keymgr-leak-at-exit
783 Memcheck:Leak 783 Memcheck:Leak
784 fun:malloc 784 fun:malloc
785 fun:get_or_create_key_element 785 fun:get_or_create_key_element
786 fun:_keymgr_get_and_lock_processwide_ptr_2 786 fun:_keymgr_get_and_lock_processwide_ptr_2
787 fun:__keymgr_initializer 787 fun:__keymgr_initializer
788 fun:libSystem_initializer 788 fun:libSystem_initializer
789 } 789 }
OLDNEW
« no previous file with comments | « binaries/mac_10.6/lib/valgrind/arm-vfpv3-valgrind-s2.xml ('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