diff options
author | Vincent Bernat <vincent@bernat.im> | 2015-03-06 12:01:52 +0100 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-06 06:06:26 -0500 |
commit | 5df56c7e3a236b39b3395e042015b541172f652b (patch) | |
tree | 437ace7b6ac2d2d243bfde09a93682ce73c925f5 /ChangeLog | |
parent | 1cdf2ea1fa44bae7d400b602399e30d490173bf3 (diff) | |
download | glibc-5df56c7e3a236b39b3395e042015b541172f652b.zip glibc-5df56c7e3a236b39b3395e042015b541172f652b.tar.gz glibc-5df56c7e3a236b39b3395e042015b541172f652b.tar.bz2 |
time: ensure failing strptime() tests are reported correctly
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-03-06 Vincent Bernat <vincent@bernat.im> + + * time/tst-strptime2.c (do_test): Ensure failing tests are + reported correctly. + * time/tst-strptime3.c (do_test): Likewise. + 2015-03-06 Samuel Thibault <samuel.thibault@inria.fr> Fix aio_error thread-safety. |