Subject: | failing tests on win32 |
\build\RIFF-Info-1.07>perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for RIFF::Info
\build\RIFF-Info-1.07>nmake test
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cp Info.pm blib\lib\RIFF\Info.pm
cp Info/AVI.pm blib\lib\RIFF\Info\AVI.pm
cp Info/DivX.pm blib\lib\RIFF\Info\DivX.pm
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\Info.t
t\Info....Useless use of numeric eq (==) in void context at t\Info.t line 43.
t\Info....ok 2/23Use of uninitialized value in string eq at t\Info.t line 23.
t\Info....NOK 3# Failed test 3 in t\Info.t at line 23
# t\Info.t line 23 is: ok $file->filename eq 'eg/simpson.avi';
t\Info....ok 6/23Use of uninitialized value in numeric eq (==) at t\Info.t line 27.
t\Info....NOK 7# Failed test 7 in t\Info.t at line 27
# t\Info.t line 27 is: ok $file->acodecraw == 2;
t\Info....NOK 23# Failed test 23 in t\Info.t at line 43
# t\Info.t line 43 is: ok $file->filesize, == 188_443;
Use of uninitialized value in numeric eq (==) at t\Info.t line 43.
t\Info....FAILED tests 3, 7, 23
Failed 3/23 tests, 86.96% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\Info.t 23 3 13.04% 3 7 23
Failed 1/1 test scripts, 0.00% okay. 3/23 subtests failed, 86.96% okay.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff'
Stop.
\build\RIFF-Info-1.07>perl -Mblib t\Info.t
Using C:/new/RIFF-Info-1.07/blib
1..23
# Running under perl version 5.006001 for MSWin32
# Win32::BuildNumber 633
# Current time local: Fri Oct 31 23:59:32 2003
# Current time GMT: Sat Nov 1 07:59:32 2003
# Using Test.pm version 1.24
Loading RIFF::Info...
ok 1
ok 2
not ok 3
# Failed test 3 in t\Info.t at line 23
# t\Info.t line 23 is: ok $file->filename eq 'eg/simpson.avi';
ok 4
ok 5
ok 6
not ok 7
# Failed test 7 in t\Info.t at line 27
# t\Info.t line 27 is: ok $file->acodecraw == 2;
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
not ok 23
# Failed test 23 in t\Info.t at line 43
# t\Info.t line 43 is: ok $file->filesize, == 188_443;
\build\RIFF-Info-1.07>