summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-03-03 22:12:46 +0000
committerPaul Smith <psmith@gnu.org>2012-03-03 22:12:46 +0000
commita77c5c09100ef56940546b543dd1c515529ca4bb (patch)
treedc4aa65797a96e5d72b02ab479429fa51784c151 /tests/ChangeLog
parent88f1bc8b55b9f5abf35fdf974310c1063fa41068 (diff)
downloadgunmake-a77c5c09100ef56940546b543dd1c515529ca4bb.tar.gz
Fix Savannah bug #35410: handle escape chars in filter/filter-out
Also add a valgrind suppression file for Guile-enabled make.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 210dfb2..2c2284f 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,5 +1,11 @@
2012-03-03 Paul Smith <psmith@gnu.org>
+ * scripts/functions/filter-out: Add filter tests and test escape
+ operations. See Savannah bug #35410.
+
+ * guile.supp: Suppress valgrind errors from Guile
+ * run_make_tests.pl: Use the Guile suppression file.
+
* scripts/misc/bs-nl: Check for POSIX and non-POSIX
backslash/newline handling. Addresses Savannah bug #16670.