"Craig A. Berry" <[EMAIL PROTECTED]> wrote on 11/21/2003 10:28:23 AM:
> You are correct that if you see a test failure in a feature you are
> going to depend on, then it's not the overall score that matters.
> But let's look at the two test failures Saku is reporting. One has
> to do with a timezone calculation when doing a stat() while one of
> the vmsish pragmas is in effect and daylight savings is not in force.
> Yes, there's something broken and I hope a fix will be forthcoming
> soon (not necessarily from me).
For what it is worth,
I have managed to find another timezone bug reproducer: with an
installed perl 5.8.1 on EST (TDF "if I try to build either Date::Manip
5.42a from CPAN then the t/events.t test fails tests # 1, # 3, and
# 6. If I define SYS$TIMEZONE_DIFFERENTIAL (in my LNM$PROCESS_TABLE)
to be "-14400" and run that test I see only a failure of unit test 1.
Peter Prymmer