1
0
mirror of https://github.com/git/git.git synced 2024-09-21 07:29:46 +02:00
git/t/valgrind
Jeff King 6a7e37c99f valgrind: ignore ldso and more libz errors
On some Linux systems, we get a host of Cond and Addr errors
from calls to dlopen that are caused by nss modules. We
should be able to safely ignore anything happening in
ld-*.so as "not our problem."

[Johannes: I added some more... unfortunately using valgrind 3.4.0 syntax]

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2009-02-03 22:01:02 -08:00
..
.gitignore
default.supp valgrind: ignore ldso and more libz errors 2009-02-03 22:01:02 -08:00
valgrind.sh