From: Michael Chase-S. <mc...@us...> - 2013-04-30 22:14:09
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master has been updated via 322c116f79f92e2603b0afafffccc69aa6647e3c (commit) from f0b2e535f2542ab42d9cf656670837e22917866f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 322c116f79f92e2603b0afafffccc69aa6647e3c Author: Michael Chase-Salerno <br...@li...> Date: Tue Apr 30 18:13:34 2013 -0400 [sfcb-tix:#40] Add valgrind test Add sample suppressions file ----------------------------------------------------------------------- Summary of changes: test/ABT/sfcb-suppressions | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/test/ABT/sfcb-suppressions b/test/ABT/sfcb-suppressions new file mode 100644 index 0000000..2978609 --- /dev/null +++ b/test/ABT/sfcb-suppressions @@ -0,0 +1,44 @@ +# This is a sample valgrind suppressions file for use with sfcb, +# specifically with the ABT test suite. +# These stanzas supress some common cases where valgrind will think there +# is a leak due to the tracked memory support in sfcb. +# +# In order to use this with ABT, copy this file to /tmp/sfcb-suppressions +# before running sfcb. +{ + <newQLStatement> + Memcheck:Leak + ... + fun:newQLStatement +} +{ + <addenc> + Memcheck:Leak + ... + fun:memAddEncObj +} +{ + <addClStringN> + Memcheck:Leak + ... + fun:addClStringN +} +{ + <ensureClSpace> + Memcheck:Leak + ... + fun:ensureClSpace +} +{ + <__ift_clone> + Memcheck:Leak + ... + fun:__ift_clone +} +{ + <clone> + Memcheck:Leak + ... + fun:clone +} + hooks/post-receive -- sfcb - Small Footprint CIM Broker |