diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-11-19 15:35:03 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-11-19 15:35:03 +0100 |
commit | 35e3fbc4512c880fccb35b8e3abd132d4be18480 (patch) | |
tree | be9ffd5f0b26b9777c5d890dead0846112b182d8 /ChangeLog | |
parent | c75772e3f079b9265738e2f54644ee47f932d99a (diff) | |
download | glibc-35e3fbc4512c880fccb35b8e3abd132d4be18480.tar.gz glibc-35e3fbc4512c880fccb35b8e3abd132d4be18480.tar.xz glibc-35e3fbc4512c880fccb35b8e3abd132d4be18480.zip |
support: Print timestamps in timeout handler
This is sometimes useful to determine if a test truly got stuck, or if it was making progress (logging information to standard output) and was merely slow to finish.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c71209b039..195368aaae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-11-19 Florian Weimer <fweimer@redhat.com> + + support: Print timestamps in timeout handler. + * support/support_test_main.c (print_timestamp): New function. + (signal_handler): Use it to print the termination time and the + time of the last write to standard output. + 2018-11-16 Zack Weinberg <zackw@panix.com> Gabriel F. T. Gomes <gabriel@inconstante.eti.br> |