Dave Rolsky wrote:
> If some Win32 folks could grab the latest CVS version of Time::Local
> and run the tests that'd be very helpful.
> 
> 
> -dave
G:\modules\Time-Local>perl makefile.pl
Checking if your kit is complete...
Warning: the following files are missing in your kit:
        META.yml
Please inform the author.
Writing Makefile for Time::Local

G:\modules\Time-Local>nmake

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

cp lib/Time/Local.pm blib\lib\Time\Local.pm

G:\modules\Time-Local>nmake test

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

        F:\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe 
"-MExtUtils::Command::MM" "-e" "test_har
ness(0, 'blib\lib', 'blib\arch')" t\Local.t
t\Local....ok 130/133Day too small - -24048 > 0
Sec too small - -24048 < 0
t\Local....NOK 131# Test 131 got: 'Cannot handle date (0, 0, 0, 29, 1, 1904) at 
t\Local.t line 147
' (t\Local.t at line 148)
#     Expected: ''
#  t\Local.t line 148 is: ok($@, '');
t\Local....FAILED test 131
        Failed 1/133 tests, 99.25% okay (less 24 skipped tests: 108 okay, 
81.20%)
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t\Local.t                133    1   0.75%  131
24 subtests skipped.
Failed 1/1 test scripts, 0.00% okay. 1/133 subtests failed, 99.25% okay.
NMAKE : fatal error U1077: 
'F:\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe' : return code '0xff
'
Stop.

G:\modules\Time-Local>nmake test TEST_VERBOSE=1

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

        F:\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe 
"-MExtUtils::Command::MM" "-e" "test_har
ness(1, 'blib\lib', 'blib\arch')" t\Local.t
t\Local....1..133
# Running under perl version 5.008003 for MSWin32
# Current time local: Tue Jan 11 08:35:38 2005
# Current time GMT:   Tue Jan 11 16:35:38 2005
# Using Test.pm version 1.24
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
ok 49
ok 50
ok 51
ok 52
ok 53
ok 54
ok 55
ok 56
ok 57
ok 58
ok 59
ok 60
ok 61
ok 62
ok 63
ok 64
ok 65
ok 66
ok 67
ok 68
ok 69
ok 70
ok 71
ok 72
ok 73
ok 74
ok 75
ok 76
ok 77
ok 78
ok 79
ok 80
ok 81
ok 82
ok 83
ok 84
ok 85
ok 86
ok 87
ok 88
ok 89
ok 90
ok 91
ok 92
ok 93
ok 94
ok 95
ok 96
ok 97 # skip
ok 98 # skip
ok 99 # skip
ok 100 # skip
ok 101 # skip
ok 102 # skip
ok 103 # skip
ok 104 # skip
ok 105 # skip
ok 106 # skip
ok 107 # skip
ok 108 # skip
ok 109 # skip
ok 110 # skip
ok 111 # skip
ok 112 # skip
ok 113 # skip
ok 114 # skip
ok 115 # skip
ok 116 # skip
ok 117 # skip
ok 118 # skip
ok 119 # skip
ok 120 # skip
ok 121
ok 122
ok 123
ok 124
ok 125
ok 126
ok 127
ok 128
ok 129
ok 130
Day too small - -24048 > 0
Sec too small - -24048 < 0
not ok 131
# Test 131 got: 'Cannot handle date (0, 0, 0, 29, 1, 1904) at t\Local.t line 147
' (t\Local.t at line 148)
#     Expected: ''
#  t\Local.t line 148 is: ok($@, '');
ok 132
ok 133
FAILED test 131
        Failed 1/133 tests, 99.25% okay (less 24 skipped tests: 108 okay, 
81.20%)
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t\Local.t                133    1   0.75%  131
24 subtests skipped.
Failed 1/1 test scripts, 0.00% okay. 1/133 subtests failed, 99.25% okay.
NMAKE : fatal error U1077: 
'F:\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe' : return code '0xff
'
Stop.

G:\modules\Time-Local>

Reply via email to