about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-11-19 15:35:03 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-11-19 15:42:03 +0100
commit2c7078bfb9cc426433ac08d951e24c29c01b5f7d (patch)
tree6606cfd2082b4b22866d00f992d9422e28941842 /ChangeLog
parent10f1519f6a0acdc1fc45e962fa5c13312cc7b624 (diff)
downloadglibc-2c7078bfb9cc426433ac08d951e24c29c01b5f7d.tar.gz
glibc-2c7078bfb9cc426433ac08d951e24c29c01b5f7d.tar.xz
glibc-2c7078bfb9cc426433ac08d951e24c29c01b5f7d.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.

(cherry picked from commit 35e3fbc4512c880fccb35b8e3abd132d4be18480)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99462fa3d4..8c92ee7764 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-10-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
 	* libio/tst-readline.c (TIMEOUT): Define.