Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the IO-All CPAN distribution.

Report information
The Basics
Id: 5739
Status: resolved
Priority: 0/
Queue: IO-All

People
Owner: Nobody in particular
Requestors: johanl [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.15
Fixed in: (no value)



Subject: 5.6.1 w2k tests fail
Some tests fail on w2k Perl 5.6.1 First it craches perl when running t\autotie. Then it fails a few other tests. This is the complete output: C:\temp\download\Perl\Modules\Misc\IO-All-0.15.tar\IO-All-0.15>nmake test Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl\bin\perl.exe -Mblib -IC:\Perl\lib -IC:\Perl\lib -e "use Test::Ha rness qw(&runtests $verbose); $verbose=0; runtests @ARGV;" t\autotie.t t\backwar ds.t t\error1.t t\file_subclass.t t\inline_subclass.t t\lock.t t\overload.t t\pr intln.t t\read.t t\read_write.t t\round_robin.t t\spiffy.t t\synopsis1.t t\synop sis2.t t\synopsis3.t t\synopsis4.t t\synopsis5.t t\tie_file.t Using C:/temp/download/Perl/Modules/Misc/IO-All-0.15.tar/IO-All-0.15/blib t\autotie............dubious Test returned status 5 (wstat 1280, 0x500) after all the subtests completed successfully t\backwards..........skipped all skipped: requires File::ReadBackwards t\error1.............ok t\file_subclass......NOK 4# Failed test (t/IO_All_Test.pm at line 21) # got: '$VAR1 = { # 'yellow' => 'circle', # 'red' => 'square', # 'pink' => 'triangle' # }; # ' # expected: '$VAR1 = { # 'pink' => 'triangle', # 'red' => 'square', # 'yellow' => 'circle' # }; # ' t\file_subclass......ok 5/5# Looks like you failed 1 tests of 5. t\file_subclass......dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 4 Failed 1/5 tests, 80.00% okay t\inline_subclass....NOK 4# Failed test (t/IO_All_Test.pm at line 21) # got: '$VAR1 = { # 'yellow' => 'circle', # 'red' => 'square', # 'pink' => 'triangle' # }; # ' # expected: '$VAR1 = { # 'pink' => 'triangle', # 'red' => 'square', # 'yellow' => 'circle' # }; # ' t\inline_subclass....ok 5/5# Looks like you failed 1 tests of 5. t\inline_subclass....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 4 Failed 1/5 tests, 80.00% okay t\lock...............ok t\overload...........ok t\println............ok t\read...............ok t\read_write.........ok t\round_robin........ok t\spiffy.............ok t\synopsis1..........ok t\synopsis2..........ok t\synopsis3..........Can't find string terminator "'" anywhere before EOF at -e line 1. Can't open for input: # Looks like your test died before it could output anything. t\synopsis3..........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t\synopsis4..........skipped all skipped: no tests for sockets yet t\synopsis5..........ok t\tie_file...........skipped all skipped: requires Tie::File Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\autotie.t 5 1280 5 0 0.00% ?? t\file_subclass.t 1 256 5 1 20.00% 4 t\inline_subclass.t 1 256 5 1 20.00% 4 t\synopsis3.t 255 65280 3 3 100.00% 1-3 3 tests skipped. Failed 4/18 test scripts, 77.78% okay. 5/85 subtests failed, 94.12% okay. NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0xff' Stop. C:\temp\download\Perl\Modules\Misc\IO-All-0.15.tar\IO-All-0.15> perl -v says: This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2001, Larry Wall Binary build 632 provided by ActiveState Corp. http://www.ActiveState.com Built 03:40:44 Jun 3 2002