diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-10-23 11:25:05 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-10-23 11:25:05 +0200 |
commit | f1034472e21d77b978464b73adbb0f9f1f032c91 (patch) | |
tree | 17973e4b2debdf3a1db3ccea7bff7df88caa84e7 /ChangeLog | |
parent | 367d7cc2cb293a2fe952e00168f574d92c69764c (diff) | |
download | glibc-f1034472e21d77b978464b73adbb0f9f1f032c91.tar.gz glibc-f1034472e21d77b978464b73adbb0f9f1f032c91.tar.xz glibc-f1034472e21d77b978464b73adbb0f9f1f032c91.zip |
time/tst-mktime2: Improve test error reporting
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
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) |