|
From: <sv...@va...> - 2016-10-18 05:28:41
|
Author: sewardj
Date: Tue Oct 18 06:28:35 2016
New Revision: 16069
Log:
Merge from trunk:
16043 Introduce leak-pool-3.* back into EXTRA_DIST as they are not related
to leak-autofreepool tests. This is a follow up fix for r16042.
Modified:
branches/VALGRIND_3_12_BRANCH/ (props changed)
branches/VALGRIND_3_12_BRANCH/memcheck/tests/Makefile.am
Modified: branches/VALGRIND_3_12_BRANCH/memcheck/tests/Makefile.am
==============================================================================
--- branches/VALGRIND_3_12_BRANCH/memcheck/tests/Makefile.am (original)
+++ branches/VALGRIND_3_12_BRANCH/memcheck/tests/Makefile.am Tue Oct 18 06:28:35 2016
@@ -153,6 +153,7 @@
leak-pool-0.vgtest leak-pool-0.stderr.exp \
leak-pool-1.vgtest leak-pool-1.stderr.exp \
leak-pool-2.vgtest leak-pool-2.stderr.exp \
+ leak-pool-3.vgtest leak-pool-3.stderr.exp \
leak-pool-4.vgtest leak-pool-4.stderr.exp \
leak-pool-5.vgtest leak-pool-5.stderr.exp \
leak-autofreepool-0.vgtest leak-autofreepool-0.stderr.exp \
|