about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArjun Shankar <arjun.is@lostca.se>2014-09-17 22:51:12 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-09-18 13:26:53 +0530
commitfe1cc35abb6e968d0b12d7ff3ef78cf821a5f48d (patch)
treefe194f848f11e48aaa2f6635776874f006efb65a /ChangeLog
parentc4fe3ea7cf2e9f261006ab7ea65bd20c60fe270c (diff)
downloadglibc-fe1cc35abb6e968d0b12d7ff3ef78cf821a5f48d.tar.gz
glibc-fe1cc35abb6e968d0b12d7ff3ef78cf821a5f48d.tar.xz
glibc-fe1cc35abb6e968d0b12d7ff3ef78cf821a5f48d.zip
New test for ftime
This test verifies the sanity of ftime and exposes bugs such as BZ

2014-09-17  Arjun Shankar  <arjun.is@lostca.se>

	* time/tst-ftime.c: New test.
	* time/Makefile (tests): Add tst-ftime.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f19088f5f4..d6c96ceacc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
+
+	* time/tst-ftime.c: New test.
+	* time/Makefile (tests): Add tst-ftime.
+
 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
 
 	* soft-fp/extended.h: Fix comment formatting.