On Wed Apr 04 17:01:40 2012, LEONT wrote:
Show quoted text> On Wed, Apr 4, 2012 at 3:21 PM, Sisyphus via RT
Show quoted text> > I'm building PerlIO-Layers-0.008 on MS Windows.
> > With perl-5.8.0, I get the error:
(snip)
Show quoted text> Frankly I think the only thing I can do is increase the minimal version
> to 5.8.1.
Yes, I think that's right.
Show quoted text> > Any ideas ?
>
> That was an oversight. I had thought 0.008 had fixed it, but I had
> missed the other half. It's fixed in 0.009.
I still get the same failures on perl-5.10.0 - though it's now fixed for
the other perl versions. (Thanks for the prompt response !)
Attached is the 'dmake test' output for 0.009 on perl-5.10.0.
Cheers,
Rob
t/00-compile.t ............ ok
# Failed test 'File opened with <:encoding(utf8) should return 1 on test crlf'
# at t/10-basics.t line 68.
# got: '0'
# expected: '1'
# $VAR1 = [
# 'unix',
# undef,
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# $VAR2 = [
# 'crlf',
# undef,
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# $VAR3 = [
# 'encoding',
# 'utf8',
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# Failed test 'File opened with <:encoding(utf-8) should return 1 on test crlf'
# at t/10-basics.t line 68.
# got: '0'
# expected: '1'
# $VAR1 = [
# 'unix',
# undef,
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# $VAR2 = [
# 'crlf',
# undef,
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# $VAR3 = [
# 'encoding',
# 'utf-8-strict',
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# Failed test 'File opened with <:encoding(UTF-8) should return 1 on test crlf'
# at t/10-basics.t line 68.
# got: '0'
# expected: '1'
# $VAR1 = [
# 'unix',
# undef,
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# $VAR2 = [
# 'crlf',
# undef,
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# $VAR3 = [
# 'encoding',
# 'utf-8-strict',
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# Failed test 'File opened with <:encoding(latin1) should return 1 on test crlf'
# at t/10-basics.t line 68.
# got: '0'
# expected: '1'
# $VAR1 = [
# 'unix',
# undef,
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# $VAR2 = [
# 'crlf',
# undef,
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# $VAR3 = [
# 'encoding',
# 'iso-8859-1',
# [
# 'UTF8',
# 'CANREAD',
# 'FASTGETS'
# ]
# ];
# Looks like you failed 4 tests of 78.
t/10-basics.t .............
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/78 subtests
t/release-kwalitee.t ...... skipped: these tests are for release candidate testing
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing
Test Summary Report
-------------------
t/10-basics.t (Wstat: 1024 Tests: 78 Failed: 4)
Failed tests: 51, 56, 61, 66
Non-zero exit status: 4
Files=5, Tests=79, 2 wallclock secs ( 0.16 usr + 0.09 sys = 0.25 CPU)
Result: FAIL
Failed 1/5 test programs. 4/79 subtests failed.