* [PATCH] valgrind: also ignore Addr16 in check_refname_format
@ 2014-07-26 11:38 Jeff King
0 siblings, 0 replies; only message in thread
From: Jeff King @ 2014-07-26 11:38 UTC (permalink / raw)
To: git; +Cc: David Turner
We already suppress Addr8 warnings, but t1402 reliably
triggers Addr16 on my machine.
Signed-off-by: Jeff King <peff@peff.net>
---
I didn't look at the code, so I'm not sure if we could similarly trigger
Addr32, etc. This is enough for my machine.
t/valgrind/default.supp | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/t/valgrind/default.supp b/t/valgrind/default.supp
index 9d51c92..d49a8b2 100644
--- a/t/valgrind/default.supp
+++ b/t/valgrind/default.supp
@@ -50,11 +50,16 @@
fun:copy_ref
}
{
- ignore-sse-check_refname_format-addr
+ ignore-sse-check_refname_format-addr8
Memcheck:Addr8
fun:check_refname_format
}
{
+ ignore-sse-check_refname_format-addr16
+ Memcheck:Addr16
+ fun:check_refname_format
+}
+{
ignore-sse-check_refname_format-cond
Memcheck:Cond
fun:check_refname_format
--
2.0.0.566.gfe3e6b2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-26 11:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-26 11:38 [PATCH] valgrind: also ignore Addr16 in check_refname_format Jeff King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).