Skip Menu |

This queue is for tickets about the Date-ISO CPAN distribution.

Report information
The Basics
Id: 59
Status: resolved
Priority: 0/
Queue: Date-ISO

People
Owner: RBOW [...] cpan.org
Requestors: jesse [...] fsck.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Date: Tue, 27 Nov 2001 22:57:06 -0500
From: Jesse <jesse [...] fsck.com>
To: bug-date-iso [...] rt.cpan.org
Subject: Tests fail now that Date::ICal supports timezones
It appears that changes to Date::ICal have made some tests in Date::ISO start to fail. (Date::ISO 1.21. Date::ICal cvs as of the fixes for ->add(year=>$year). just a heads up: noL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00load...................ok t/01new_ISO................ok t/02new_EPOCH..............ok t/03compatible.............ok t/embedded-lib-Date-ISO....NOK 4# Failed test (lib/Date/ISO.pm at line 153) # got: '19711025T050000Z' # expected: '19711025Z' t/embedded-lib-Date-ISO....NOK 5# Failed test (lib/Date/ISO.pm at line 154) # got: '57214800' # expected: '57196800' t/embedded-lib-Date-ISO....NOK 10# Failed test (lib/Date/ISO.pm at line 342) # got: '19730322T050000Z' # expected: '19730322Z' t/embedded-lib-Date-ISO....NOK 11# Failed test (lib/Date/ISO.pm at line 344) # got: '19730405T050000Z' # expected: '19730405Z' t/embedded-lib-Date-ISO....ok 14/0# Looks like you failed 4 tests of 14. t/embedded-lib-Date-ISO....dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 4-5, 10-11 Failed 4/14 tests, 71.43% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/embedded-lib-Date-ISO.t 4 1024 14 4 28.57% 4-5 10-11 Failed 1/5 test scripts, 80.00% okay. 4/102 subtests failed, 96.08% okay. -- jesse reed vincent -- root@eruditorum.org -- jesse@fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 A REAL sysadmin challenge is "resurrect five dead mailserver while so ripped to the gills on mdma that you can't focus on any given line of text for more than 10 seconds continuously." -Nathan Mehl
Date: Wed, 28 Nov 2001 06:54:15 -0500 (EST)
From: Rich Bowen <rbowen [...] rcbowen.com>
To: Jesse via RT <bug-Date-ISO [...] rt.cpan.org>
Subject: Re: [cpan #59] Tests fail now that Date::ICal supports timezones
On Tue, 27 Nov 2001, Jesse via RT wrote: Show quoted text
> > > This message about Date-ISO was sent to you by jesse@fsck.com via rt.cpan.org > > <URL: https://rt.cpan.org/Ticket/Display.html?id=59 > > > > It appears that changes to Date::ICal have made some tests in Date::ISO > start to fail. (Date::ISO 1.21. Date::ICal cvs as of the fixes > for ->add(year=>$year).
Yes, there have been a few new versions of Date::ISO since then in an attempt to fix this. I'm pretty sure it is fixed now, but I'm waiting for some results back from testers in other time zones. Get Date::ISO 1.25 and tell me what you think. Show quoted text
> > > just a heads up: > > noL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/00load...................ok > t/01new_ISO................ok > t/02new_EPOCH..............ok > t/03compatible.............ok > t/embedded-lib-Date-ISO....NOK 4# Failed test (lib/Date/ISO.pm at line 153) > # got: '19711025T050000Z' > # expected: '19711025Z' > t/embedded-lib-Date-ISO....NOK 5# Failed test (lib/Date/ISO.pm at line 154) > # got: '57214800' > # expected: '57196800' > t/embedded-lib-Date-ISO....NOK 10# Failed test (lib/Date/ISO.pm at line 342) > # got: '19730322T050000Z' > # expected: '19730322Z' > t/embedded-lib-Date-ISO....NOK 11# Failed test (lib/Date/ISO.pm at line 344) > # got: '19730405T050000Z' > # expected: '19730405Z' > t/embedded-lib-Date-ISO....ok 14/0# Looks like you failed 4 tests of 14. > t/embedded-lib-Date-ISO....dubious > Test returned status 4 (wstat 1024, 0x400) > DIED. FAILED tests 4-5, 10-11 > Failed 4/14 tests, 71.43% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/embedded-lib-Date-ISO.t 4 1024 14 4 28.57% 4-5 10-11 > Failed 1/5 test scripts, 80.00% okay. 4/102 subtests failed, 96.08% okay. > > > > > >
-- Rich Bowen - rbowen@rcbowen.com http://geeks.cre8tivegroup.com/ --- Work http://www.rcbowen.com/ --- Play
Date: Wed, 28 Nov 2001 11:14:42 -0500
From: Jesse <jesse [...] fsck.com>
To: Rich Bowen via RT <bug-Date-ISO [...] rt.cpan.org>
Subject: Re: [cpan #59] Tests fail now that Date::ICal supports timezones
This appears to have made everything happy on my MacOS X box in Eastern Time. make teWriting Makefile for Date::ISO s[paladin:/Users/jesse/Date-ISO-1.25] root# make test mkdir blib mkdir blib/lib mkdir blib/lib/Date mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Date mkdir blib/arch/auto/Date/ISO mkdir blib/lib/auto mkdir blib/lib/auto/Date mkdir blib/lib/auto/Date/ISO mkdir blib/man3 cp lib/Date/ISO.pm blib/lib/Date/ISO.pm PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00load...................ok t/01new_ISO................ok t/02new_EPOCH..............ok t/03compatible.............ok t/embedded-lib-Date-ISO....ok All tests successful. Files=5, Tests=102, 2 wallclock secs ( 1.31 cusr + 0.39 csys = 1.70 CPU) On Wed, Nov 28, 2001 at 06:54:48AM -0500, Rich Bowen via RT wrote: Show quoted text
> > > On Tue, 27 Nov 2001, Jesse via RT wrote: >
> > > > > > This message about Date-ISO was sent to you by jesse@fsck.com via rt.cpan.org > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=59 > > > > > > > It appears that changes to Date::ICal have made some tests in Date::ISO > > start to fail. (Date::ISO 1.21. Date::ICal cvs as of the fixes > > for ->add(year=>$year).
> > Yes, there have been a few new versions of Date::ISO since then in an > attempt to fix this. I'm pretty sure it is fixed now, but I'm waiting > for some results back from testers in other time zones. > > Get Date::ISO 1.25 and tell me what you think. >
> > > > > > just a heads up: > > > > noL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > > t/00load...................ok > > t/01new_ISO................ok > > t/02new_EPOCH..............ok > > t/03compatible.............ok > > t/embedded-lib-Date-ISO....NOK 4# Failed test (lib/Date/ISO.pm at line 153) > > # got: '19711025T050000Z' > > # expected: '19711025Z' > > t/embedded-lib-Date-ISO....NOK 5# Failed test (lib/Date/ISO.pm at line 154) > > # got: '57214800' > > # expected: '57196800' > > t/embedded-lib-Date-ISO....NOK 10# Failed test (lib/Date/ISO.pm at line 342) > > # got: '19730322T050000Z' > > # expected: '19730322Z' > > t/embedded-lib-Date-ISO....NOK 11# Failed test (lib/Date/ISO.pm at line 344) > > # got: '19730405T050000Z' > > # expected: '19730405Z' > > t/embedded-lib-Date-ISO....ok 14/0# Looks like you failed 4 tests of 14. > > t/embedded-lib-Date-ISO....dubious > > Test returned status 4 (wstat 1024, 0x400) > > DIED. FAILED tests 4-5, 10-11 > > Failed 4/14 tests, 71.43% okay > > Failed Test Stat Wstat Total Fail Failed List of Failed > > ------------------------------------------------------------------------------- > > t/embedded-lib-Date-ISO.t 4 1024 14 4 28.57% 4-5 10-11 > > Failed 1/5 test scripts, 80.00% okay. 4/102 subtests failed, 96.08% okay. > > > > > > > > > > > >
> > -- > Rich Bowen - rbowen@rcbowen.com > http://geeks.cre8tivegroup.com/ --- Work > http://www.rcbowen.com/ --- Play > > >
-- jesse reed vincent -- root@eruditorum.org -- jesse@fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 Gur SOV jnagf gb znxr guvf fvt vyyrtny.