]> git.llucax.com Git - software/posixx.git/commitdiff
Add a new suppression to valgrind for Boost Test
authorLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 25 Feb 2009 19:00:34 +0000 (17:00 -0200)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 27 Feb 2009 18:46:14 +0000 (16:46 -0200)
Version 1.37 of Boost Testing Framework is shipped with new memory errors
that disturbs valgrind when doing make memcheck.

test/valgrind.suppressions

index a3de05736161632478a3c9cf46341ad62500013a..feb4bd00c958577423bd68765ea9d3fb81ae0dc5 100644 (file)
    fun:main
 }
 
+{
+   boost_test_6
+   Memcheck:Addr4
+   fun:_ZN5boost9unit_test14framework_implD1Ev
+   fun:exit
+   fun:(below main)
+}
+