summaryrefslogtreecommitdiff
path: root/t/valgrind/default.supp
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2009-02-05 21:03:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-02-06 01:48:22 (GMT)
commit5caa81d1b4f1b0b9ed73605ab1e4d91ba31a56b4 (patch)
treec91e90aa6803843a9bfb9d276f56e8e5d8cf59a4 /t/valgrind/default.supp
parenta6d63b749369f3ba9c6d2f382efd27838604b7db (diff)
downloadgit-5caa81d1b4f1b0b9ed73605ab1e4d91ba31a56b4.zip
git-5caa81d1b4f1b0b9ed73605ab1e4d91ba31a56b4.tar.gz
git-5caa81d1b4f1b0b9ed73605ab1e4d91ba31a56b4.tar.bz2
valgrind: do not require valgrind 3.4.0 or newer
Valgrind 3.4.0 is pretty new, and even if --track-origins is a nice feature, it is not the end of the world if that is not available. So play nice and use that option only when only an older version of valgrind is available. In the same spirit, refrain from the use of '...' in suppression files, which is also a feature only valgrind 3.4 and newer understand. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/valgrind/default.supp')
-rw-r--r--t/valgrind/default.supp4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/valgrind/default.supp b/t/valgrind/default.supp
index 5f341b8..9e013fa 100644
--- a/t/valgrind/default.supp
+++ b/t/valgrind/default.supp
@@ -38,6 +38,8 @@
writing-data-from-zlib-triggers-even-more-errors
Memcheck:Param
write(buf)
- ...
+ obj:/lib/ld-*.so
+ fun:write_in_full
+ fun:write_buffer
fun:write_loose_object
}