]> granicus.if.org Git - recode/commit
Run tests with valgrind
authorReuben Thomas <rrt@sc3d.org>
Thu, 25 Jan 2018 09:52:41 +0000 (09:52 +0000)
committerReuben Thomas <rrt@sc3d.org>
Fri, 26 Jan 2018 21:13:09 +0000 (21:13 +0000)
commit4ae666693e4e36c5f802977cca84d13435f59120
tree15eaaab3bb107472b5f190d4f79c314be332c220
parentfb1b3a44f44d2fb94b9a9cf2c9e9c0eb702b8e9d
Run tests with valgrind

Use the valgrind-python.supp suppressions file (latest version from cpython
git), adding wildcard * to end of PyObject_Realloc name to match LTO
symbols. However, even this is not currently enough to run with the standard
/usr/bin/python, so use /usr/bin/python-dbg instead, which does work (with
some extra suppressions). See https://bugs.python.org/issue32666

Remove a bogus setting of PYTHON in tests/Makefile.am
.gitignore
.travis.yml
bootstrap.conf
m4/.gitignore
tests/.gitignore [new file with mode: 0644]
tests/Makefile.am
tests/valgrind-python.supp [new file with mode: 0644]