mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
211 stars 123 forks source link

Setup a valgrind job on Jenkins #8502

Closed mantid-builder closed 9 years ago

mantid-builder commented 11 years ago

Original Reporter: Russell Taylor

Jenkins has a valgrind plugin. It seems like it would be interesting to make use of this to run valgrind over some of our unit tests and (hopefully) get the results presented in a nice way. Of course it might be really slow so we probably can't do everything.

Start out trying to get it working with Kernel, Geometry, API and maybe DataObjects.

Early tests already show that something needs fixing to allow the KernelTest executable to be run directly, as we'll need to do for valgrind.


Keywords: Maintenance

mantid-builder commented 9 years ago

This issue was originally trac ticket 7657