about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-08-12 14:44:36 +0100
committerWill Newton <will.newton@linaro.org>2013-10-02 10:43:40 +0100
commit7815420bc9127926485e287d233fe638228ab53d (patch)
tree695f69288e93059a2b54b2f8ccc56af9d096957d /ChangeLog
parent4868b204aa421c43a802b46493da98c630724f21 (diff)
downloadglibc-7815420bc9127926485e287d233fe638228ab53d.tar.gz
glibc-7815420bc9127926485e287d233fe638228ab53d.tar.xz
glibc-7815420bc9127926485e287d233fe638228ab53d.zip
malloc/tst-valloc.c: Improve test coverage and use test-skeleton.c.
ChangeLog:

2013-10-02  Will Newton  <will.newton@linaro.org>

	* malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
	improve test coverage.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0eded37815..f91c01b497 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-10-02  Will Newton  <will.newton@linaro.org>
 
+	* malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
+	improve test coverage.
+
+2013-10-02  Will Newton  <will.newton@linaro.org>
+
 	* malloc/Makefile: Add tst-posix_memalign.
 	* malloc/tst-posix_memalign.c: New file.