Changeset 9921ab6 in rtems for testsuites

Timestamp:
12/05/18 09:03:13 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
ef23838
Parents:
03e86553
git-author:
Sebastian Huber <sebastian.huber@…> (12/05/18 09:03:13)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/07/18 13:22:00)
Message:

psxtimes01: Fix sporadic failures

It is not enough to just wait for at least the first clock tick to get
non-zero times. In _times() we round down, so the uptime must be
greater than or equal to the clock tick interval. We do not know when
the timecounter is started during the system initialization. We have to
wait until at least two ticks happened.

(No files)

Note: See TracChangeset for help on using the changeset viewer.