Sometimes, timer.t failes on tinderbox "colon (FreeBSD)".
Has anyone an idea what might be wrong?
On example:
t/pmc/timer.........# Failed test (t/pmc/timer.t at line 152)
# got: 'ok 1
# ok 2
# ok 2
# ok 3
# '
# expected: 'ok 1
# ok 2
# ok 2
# ok 2
# ok 3
# '
# Looks like you failed 1 tests of 7.
Source:
http://tinderbox.perl.org/tinderbox/showlog.cgi?tree=parrot&errorparser=unix&logfile=1079398894.57413.gz&buildtime=1079398894&buildname=colon%20
(FreeBSD)&fulltext=1
jens
> Sometimes, timer.t failes on tinderbox "colon (FreeBSD)".
> Has anyone an idea what might be wrong?
The timer tests sleep in main for some time while a timer is supposed to
fire e.g. 3 times. I really don't know what happens if the system is very
busy and two timer events are to be handled at once.
leo