Hi Dave,

> 
> 
> On Fri, 30 May 2003, Hill, Ronald wrote:
> 
> > Great!! At least that tells me the bug in my module is fixed :)
> > Are you using DateTime-Set version 0.07 and DateTime 0.12?
> > (I need to update the pre req's for sunrise)
> >
> > I wish we could get the DateTime.pm to work on windows.
> 
> Have you tried the latest CVS version?  It's getting closer, 
> I just need
> some help debugging the problems.
> 
> 
Just like before!!!

G:\modules\DateTime.pm>nmake test

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        F:\perl\bin\Perl.exe -Mblib -IF:\Perl\lib -IF:\Perl\lib -e "use
Test::Harness qw(&runte
verbose); $verbose=0; runtests @ARGV;" t\00load.t t\01sanity.t
t\02last_day.t t\03components.t
poch.t t\05set.t t\05tz.t t\06add.t t\07compare.t t\09greg.t t\10subtract.t
t\11duration.t t\12
t t\13strftime.t t\14language.t t\15jd.t t\16truncate.t t\17set_return.t
t\18today.t t\19leap_s
.t t\20infinite.t t\21bad_params.t t\zz_00load.t t\zz_01sanity.t
t\zz_02last_day.t t\zz_03compo
.t t\zz_04epoch.t t\zz_05set.t t\zz_05tz.t t\zz_06add.t t\zz_07compare.t
t\zz_09greg.t t\zz_10s
ct.t t\zz_11duration.t t\zz_12week.t t\zz_13strftime.t t\zz_14language.t
t\zz_15jd.t t\zz_16tru
.t t\zz_17set_return.t t\zz_18today.t t\zz_19leap_second.t t\zz_20infinite.t
t\zz_21bad_params.
Using G:/modules/DateTime.pm/blib
t\00load..............ok
t\01sanity............ok
t\02last_day..........ok
t\03components........ok
t\04epoch.............NOK 25#     Failed test (t\04epoch.t at line 96)
#          got: undef
#     expected: '-2082844800'
The 'day' parameter to DateTime::new was an 'undef', which is not one of the
allowed types: sca
 at t\04epoch.t line 101
# Looks like you planned 28 tests but only ran 25.
# Looks like your test died just after 25.
t\04epoch.............dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 25-28
        Failed 4/28 tests, 85.71% okay
t\05set...............ok
t\05tz................ok
t\06add...............ok
t\07compare...........ok
t\09greg..............ok 34/35# this may take a minute...
t\09greg..............ok
t\10subtract..........ok
t\11duration..........ok
t\12week..............ok
t\13strftime..........ok
t\14language..........ok
t\15jd................ok
t\16truncate..........ok
t\17set_return........ok
t\18today.............ok
t\19leap_second.......ok
t\20infinite..........NOK 12#     Failed test (t\20infinite.t at line 55)
#          got: '1.#QNAN'
#     expected: '-1.#IND'
t\20infinite..........NOK 13#     Failed test (t\20infinite.t at line 55)
#          got: '1.#QNAN'
#     expected: '-1.#IND'
t\20infinite..........NOK 14#     Failed test (t\20infinite.t at line 55)
#          got: '0'
#     expected: '-1.#IND'
t\20infinite..........ok 36/36# Looks like you failed 3 tests of 36.
t\20infinite..........dubious
        Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 12-14
        Failed 3/36 tests, 91.67% okay
t\21bad_params........ok
t\zz_00load...........ok
t\zz_01sanity.........ok
t\zz_02last_day.......ok
t\zz_03components.....ok
t\zz_04epoch..........NOK 25#     Failed test (t\zz_04epoch.t at line 100)
#          got: undef
#     expected: '-2082844800'
The 'day' parameter to DateTime::new was an 'undef', which is not one of the
allowed types: sca
 at t\zz_04epoch.t line 105
# Looks like you planned 28 tests but only ran 25.
# Looks like your test died just after 25.
t\zz_04epoch..........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 25-28
        Failed 4/28 tests, 85.71% okay
t\zz_05set............ok
t\zz_05tz.............ok
t\zz_06add............ok
t\zz_07compare........ok
t\zz_09greg...........ok 34/35# this may take a minute...
t\zz_09greg...........ok
t\zz_10subtract.......ok
t\zz_11duration.......ok
t\zz_12week...........ok
t\zz_13strftime.......ok
t\zz_14language.......ok
t\zz_15jd.............ok
t\zz_16truncate.......ok
t\zz_17set_return.....ok
t\zz_18today..........ok
t\zz_19leap_second....ok
t\zz_20infinite.......NOK 12#     Failed test (t\zz_20infinite.t at line 59)
#          got: '1.#QNAN'
#     expected: '-1.#IND'
t\zz_20infinite.......NOK 13#     Failed test (t\zz_20infinite.t at line 59)
#          got: '1.#QNAN'
#     expected: '-1.#IND'
t\zz_20infinite.......NOK 14#     Failed test (t\zz_20infinite.t at line 59)
#          got: '0'
#     expected: '-1.#IND'
t\zz_20infinite.......ok 36/36# Looks like you failed 3 tests of 36.
t\zz_20infinite.......dubious
        Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 12-14
        Failed 3/36 tests, 91.67% okay
t\zz_21bad_params.....ok
Failed Test       Stat Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------
---
t\04epoch.t        255 65280    28    4  14.29%  25-28
t\20infinite.t       3   768    36    3   8.33%  12-14
t\zz_04epoch.t     255 65280    28    4  14.29%  25-28
t\zz_20infinite.t    3   768    36    3   8.33%  12-14
Failed 4/44 test scripts, 90.91% okay. 14/2766 subtests failed, 99.49% okay.
NMAKE : fatal error U1077: 'F:\perl\bin\Perl.exe' : return code '0xff'
Stop.

G:\modules\DateTime.pm>

Reply via email to