svn rev #18699: trunk/src/ appl/libpty/ config/ kdc/ lib/crypto/ lib/crypto/aes/ ...

raeburn@MIT.EDU raeburn at MIT.EDU
Fri Oct 13 19:54:26 EDT 2006


Commit By: raeburn
Log Message: 
Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or
$(RUN_SETUP).  Replaces old hack with MAYBE_VALGRIND added to RUN_ENV
in a way that would break in some of the tests.

Set VALGRIND in site.exp in tests/dejagnu.  (Not used yet.)

Runs some shell scripts under valgrind, rather than changing them to
run only the executables under valgrind; this is mostly okay, just
creates lots of extra log data, and requires --trace-children=yes.

This should work for any instrumentation program invocation that gets
followed immediately by the name and argument list for the program
being instrumented.  For example, VALGRIND="env LD_PRELOAD=..." should
work, though I haven't tested it.



Changed Files:
U   trunk/src/appl/libpty/Makefile.in
U   trunk/src/config/pre.in
U   trunk/src/config/shlib.conf
U   trunk/src/kdc/Makefile.in
U   trunk/src/lib/crypto/Makefile.in
U   trunk/src/lib/crypto/aes/Makefile.in
U   trunk/src/lib/crypto/crc32/Makefile.in
U   trunk/src/lib/crypto/des/Makefile.in
U   trunk/src/lib/crypto/keyhash_provider/Makefile.in
U   trunk/src/lib/crypto/md4/Makefile.in
U   trunk/src/lib/crypto/md5/Makefile.in
U   trunk/src/lib/crypto/sha1/Makefile.in
U   trunk/src/lib/des425/Makefile.in
U   trunk/src/lib/krb5/ccache/Makefile.in
U   trunk/src/lib/krb5/krb/Makefile.in
U   trunk/src/lib/krb5/os/Makefile.in
U   trunk/src/plugins/kdb/db2/libdb2/test/Makefile.in
U   trunk/src/tests/Makefile.in
U   trunk/src/tests/asn.1/Makefile.in
U   trunk/src/tests/dejagnu/Makefile.in
U   trunk/src/tests/misc/Makefile.in
U   trunk/src/tests/resolve/Makefile.in
U   trunk/src/tests/shlib/Makefile.in
U   trunk/src/tests/threads/Makefile.in
U   trunk/src/util/et/Makefile.in
U   trunk/src/util/profile/Makefile.in



More information about the cvs-krb5 mailing list