aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-10-23 11:25:05 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-10-23 11:25:05 +0200
commitf1034472e21d77b978464b73adbb0f9f1f032c91 (patch)
tree17973e4b2debdf3a1db3ccea7bff7df88caa84e7 /ChangeLog
parent367d7cc2cb293a2fe952e00168f574d92c69764c (diff)
downloadglibc-f1034472e21d77b978464b73adbb0f9f1f032c91.tar
glibc-f1034472e21d77b978464b73adbb0f9f1f032c91.tar.gz
glibc-f1034472e21d77b978464b73adbb0f9f1f032c91.tar.bz2
glibc-f1034472e21d77b978464b73adbb0f9f1f032c91.zip
time/tst-mktime2: Improve test error reporting
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a5cb140d1..c0fbf75d23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2018-10-23 Florian Weimer <fweimer@redhat.com>
+
+ * time/tst-mktime2.c (N_STRINGS): Remove.
+ (set_timezone): New function.
+ (spring_forward_gap): Call it. Use FAIL_EXIT1.
+ (mktime_test1): Report localtime failure and check errno value.
+ Use TEST_COMPARE.
+ (irix_6_4_bug, bigtime_test): Use TEST_COMPARE.
+ (do_test): Remove alarm call. Use set_timezone and array_length.
+
2018-10-23 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/riscv/setcontext.S (__setcontext)