summaryrefslogtreecommitdiffstats
path: root/tests/timer/timer_test.ok
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-22 04:23:34 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-22 07:18:39 +0200
commit9c9a04705ff431c1e10bf40f2e964a43360441ac (patch)
tree7fe17b5a1e65f97a7bd6d8d211975213439f2ea6 /tests/timer/timer_test.ok
parent633a0e76a2fbb31ce6dd4dadb35313aed3aa385c (diff)
timer_test: also report early finishes, report timing on error
When a timer was late, show the timing details. Also count whether timers fired early, for completeness' sake. Change-Id: Id3942637d77a28b5092ffffcc3e6d9d67c2b8e68
Diffstat (limited to 'tests/timer/timer_test.ok')
-rw-r--r--tests/timer/timer_test.ok2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timer/timer_test.ok b/tests/timer/timer_test.ok
index 1bb382ee..7c000008 100644
--- a/tests/timer/timer_test.ok
+++ b/tests/timer/timer_test.ok
@@ -1,2 +1,2 @@
Running timer test for 5 steps, accepting imprecision of 0.020000 seconds
-test over: added=31 expired=31 too_late=0
+test over: added=31 expired=31 too_soon=0 too_late=0