Subject: | Windows specific error in 04_index.t |
Getting errors for retrieve_all in 04_index.t. The following is the
nmake test ouput, with a 'print Dumper(\@objects)' line added after the
last retrieve_all:
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'in
c', 'blib\lib', 'blib\arch')" t/01_compile.t t/02_create.t t/03_open.t
t/04_inde
x.t t/05_plugins.t t/06_process.t
t/01_compile....ok
t/02_create.....ok
t/03_open.......ok
t/04_index......NOK 24
# Failed test 'Total of 3 despite only 3 added'
# in t/04_index.t at line 96.
# got: '4'
# expected: '3'
#objects=$VAR1 = [
bless( {
'path' =>
'C:\\.cpanplus\\5.6.1\\build\\Perl-Metrics-0.05\\t.
data\\Hello.pm',
'checked' => '1141752421',
'hex_id' => 'e9ef626212b3ef354d1786474431fe81',
'__Changed' => {}
}, 'Perl::Metrics::File' ),
bless( {
'path' =>
'C:\\.cpanplus\\5.6.1\\build\\Perl-Metrics-0.05\\t.
data/Foo.pm',
'checked' => '1141752421',
'hex_id' => '8e0554faf1a91139b7f15a77df117542'
}, 'Perl::Metrics::File' ),
bless( {
'path' =>
'C:\\.cpanplus\\5.6.1\\build\\Perl-Metrics-0.05\\t.
data/Hello.pm',
'checked' => '1141752421',
'hex_id' => 'e9ef626212b3ef354d1786474431fe81'
}, 'Perl::Metrics::File' ),
bless( {
'path' =>
'C:\\.cpanplus\\5.6.1\\build\\Perl-Metrics-0.05\\t.
data/subdir/Foo.pm',
'checked' => '1141752421',
'hex_id' => '8e0554faf1a91139b7f15a77df117542'
}, 'Perl::Metrics::File' )
];
t/04_index......NOK 26# Failed test 'Found 3 objects'
# in t/04_index.t at line 108.
# got: '4'
# expected: '3'
# Looks like you failed 2 tests of 30.
t/04_index......dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 24, 26
Failed 2/30 tests, 93.33% okay
t/05_plugins....ok
t/06_process....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/04_index.t 2 512 30 2 6.67% 24 26
Failed 1/6 test scripts, 83.33% okay. 2/100 subtests failed, 98.00% okay.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0xff'
Stop.
On ActivePerl 5.6.1, Windows 2000 Pro.