Skip Menu |

This queue is for tickets about the DateTime-Set CPAN distribution.

Report information
The Basics
Id: 2958
Status: resolved
Priority: 0/
Queue: DateTime-Set

People
Owner: Nobody in particular
Requestors: Ronald.hill [...] plms-eds.com
Cc:
AdminCc:

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



Subject: DateTime-Set fails make test for recurrence
F:\perl_modules\DateTime-Set-0.08>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 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', ' )" t\00load.t t\01sanity.t t\02immutable.t t\03add_subtract.t t\04recurrence.t t\05iterato cktrack.t t\07previous.t t\08span.t t\09spanset.t t\10previous-2.t t\11next.t t\12iterator ion.t t\13add_recurrence.t t\14complement.t t\00load.....................ok t\01sanity...................ok t\02immutable................ok t\03add_subtract.............ok t\04recurrence...............NOK 7# Failed test (t\04recurrence.t at line 93) # got: '1810-09-01' # expected: '1810-08-01' t\04recurrence...............ok 9/9# Looks like you failed 1 tests of 9. t\04recurrence...............dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 7 Failed 1/9 tests, 88.89% okay t\05iterator.................NOK 2# Failed test (t\05iterator.t at line 49) # got: '1810-09-01 1810-11-01 1811-01-01' # expected: '1810-09-01 1810-10-01 1810-11-01' The 'second' parameter to DateTime::new did not pass the 'is between 0 and 61' callback at t\05iterator.t line 58 # Looks like you planned 6 tests but only ran 2. # Looks like your test died just after 2. t\05iterator.................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-6 Failed 5/6 tests, 16.67% okay t\06backtrack................NOK 1# Failed test (t\06backtrack.t at line 43) # got: '1810-09-01 1810-11-01 1811-01-01' # expected: '1810-09-01 1810-10-01 1810-11-01' The 'second' parameter to DateTime::new did not pass the 'is between 0 and 61' callback at t\06backtrack.t line 50 # Looks like you planned 7 tests but only ran 1. # Looks like your test died just after 1. t\06backtrack................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t\07previous.................ok 1/7The 'second' parameter to DateTime::new did not pass th een 0 and 61' callback at t\07previous.t line 55 # Looks like you planned 7 tests but only ran 1. # Looks like your test died just after 1. t\07previous.................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-7 Failed 6/7 tests, 14.29% okay t\08span.....................ok t\09spanset..................NOK 13# Failed test (t\09spanset.t at line 137) # got: '1810-09-21T00:00:00' # expected: '1810-09-20T00:00:00' t\09spanset..................NOK 14# Failed test (t\09spanset.t at line 140) # got: '1810-09-23T00:00:00' # expected: '1810-09-21T00:00:00' t\09spanset..................NOK 15# Failed test (t\09spanset.t at line 148) # got: '-1.#INF..1810-09-21T00:00:00' # expected: '-1.#INF..1810-09-20T00:00:00' t\09spanset..................NOK 16# Failed test (t\09spanset.t at line 152) # got: '1810-09-21T00:00:00..1810-09-23T00:00:00' # expected: '1810-09-20T00:00:00..1810-09-21T00:00:00' t\09spanset..................NOK 17# Failed test (t\09spanset.t at line 156) # got: '1810-09-23T00:00:00..1810-09-25T00:00:00' # expected: '1810-09-21T00:00:00..1810-09-22T00:00:00' t\09spanset..................NOK 18# Failed test (t\09spanset.t at line 177) # got: '1810-09-21T00:00:00..1810-09-21T01:00:00' # expected: '1810-09-20T00:00:00..1810-09-20T01:00:00' t\09spanset..................NOK 19# Failed test (t\09spanset.t at line 181) # got: '1810-09-23T00:00:00..1810-09-23T01:00:00' # expected: '1810-09-21T00:00:00..1810-09-21T01:00:00' t\09spanset..................ok 23/23# Looks like you failed 7 tests of 23. t\09spanset..................dubious Test returned status 7 (wstat 1792, 0x700) DIED. FAILED tests 13-19 Failed 7/23 tests, 69.57% okay t\10previous-2...............ok t\11next.....................ok 2/4 skipped: needs working previous-only recurrence sets t\12iterator_intersection....NOK 1# Failed test (t\12iterator_intersection.t at line 6 t\12iterator_intersection....NOK 2# Failed test (t\12iterator_intersection.t at line 7 Use of uninitialized value in string eq at t\12iterator_intersection.t line 78. Use of uninitialized value in concatenation (.) or string at t\12iterator_intersection.t l t\12iterator_intersection....NOK 3# Failed test (t\12iterator_intersection.t at line 7 t\12iterator_intersection....NOK 4# Failed test (t\12iterator_intersection.t at line 8 # Looks like you failed 4 tests of 4. t\12iterator_intersection....dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t\13add_recurrence...........ok t\14complement...............NOK 4# Failed test (t\14complement.t at line 59) # Looks like you failed 1 tests of 4. t\14complement...............dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 4 Failed 1/4 tests, 75.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\04recurrence.t 1 256 9 1 11.11% 7 t\05iterator.t 255 65280 6 5 83.33% 2-6 t\06backtrack.t 255 65280 7 7 100.00% 1-7 t\07previous.t 255 65280 7 6 85.71% 2-7 t\09spanset.t 7 1792 23 7 30.43% 13-19 t\12iterator_intersection.t 4 1024 4 4 100.00% 1-4 t\14complement.t 1 256 4 1 25.00% 4 2 subtests skipped. Failed 7/15 test scripts, 53.33% okay. 31/92 subtests failed, 66.30% okay. NMAKE : fatal error U1077: 'F:\perl\bin\perl.exe' : return code '0x2' Stop. F:\perl_modules\DateTime-Set-0.08> This is perl, v5.8.0 built for MSWin32-x86-multi-thread Copyright 1987-2002, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. F:\perl_modules\DateTime-Set-0.08>