Subject: | few tests fail in perl 5.18 |
Date: | Tue, 28 May 2013 09:32:45 +0000 |
To: | "bug-Data-Dump-Streamer [...] rt.cpan.org" <bug-Data-Dump-Streamer [...] rt.cpan.org> |
From: | Yossi Itzkovich <Yossi.Itzkovich [...] ecitele.com> |
Hi,
I have just installed perl 5.18, and when I tried to installed the streamer I got :
# Failed test 'Indent'
# at t/test_helper.pl line 341.
# Failed test 'Indent(0)'
# at t/test_helper.pl line 341.
# Failed test 'IndentCols(0)'
# at t/test_helper.pl line 341.
# Failed test 'IndentCols(4)'
# at t/test_helper.pl line 341.
# Failed test 'IndentCols(2)'
# at t/test_helper.pl line 341.
# Error:
# Unicode qr// and string subtest Expected failed to return the expected result:
# Expected Result
# 0 = $VAR1 = "This contains unicode: /\x{263a}/"; | $VAR1 = "This contains unicode: /\x{263a}/";
# 1 ! $Regexp1 = qr!This contains unicode: /\x{263a}/!u; * $Regexp1 = bless( qr!This contains unicode: /\x{263a}/!u, 'Regexp' );
Got <<'EXPECT';
$VAR1 = "This contains unicode: /\x{263a}/";
$Regexp1 = bless( qr!This contains unicode: /\x{263a}/!u, 'Regexp' );
EXPECT
# Failed test 'Unicode qr// and string'
# at t/test_helper.pl line 559.
# Looks like you failed 6 tests of 49.
t/dump.t ............
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/49 subtests
...
...
Got <<'EXPECT';
$ARRAY1 = [
\$ARRAY1->[1],
\$ARRAY1->[0]
];
$Regexp1 = bless( qr/foo/, 'Regexp' );
$bar1 = bless( qr/bar/, 'bar' );
$REF1 = \bless( qr/baz/, 'baz' );
$ARRAY2 = [
\$ARRAY5->[1],
\$ARRAY5->[0]
];
$ARRAY3 = [
\$ARRAY3->[0],
$ARRAY2->[0],
$ARRAY2->[1]
];
$VAR1 = 1;
$VAR2 = 2;
$VAR3 = 3;
alias_ref(\$VAR4,\$VAR1);
$ARRAY4 = [
1,
2,
3
];
$HASH1 = {
1 => 2,
3 => 4
};
$ARRAY5 = [
$ARRAY2->[0],
$ARRAY2->[1]
];
alias_ref(\$ARRAY6,\$ARRAY5);
alias_ref(\$VAR5,\$VAR1);
alias_ref(\$VAR6,\$VAR2);
alias_ref(\$VAR7,\$VAR3);
$HASH2 = {
bar => 'bar',
foo => 'foo',
foo2 => alias_to($HASH2->{foo})
};
EXPECT
# Failed test 'More Impure Madness'
# at t/test_helper.pl line 559.
# Looks like you failed 1 test of 8.
t/impure_madness.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests
#
# PadWalker 1.96 is installed
t/lexicals.t ........ ok
t/locked.t .......... ok
# Failed test 'More Madness'
# at t/test_helper.pl line 341.
# Looks like you failed 1 test of 7.
t/madness.t .........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
# Failed test 'More Madness'
# at t/test_helper.pl line 341.
# Looks like you failed 1 test of 7.
t/madness_json.t ....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
# Failed test 'More Madness'
# at t/test_helper.pl line 341.
# Looks like you failed 1 test of 6.
t/madness_w.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
...
...
Test Summary Report
-------------------
t/dump.t (Wstat: 1536 Tests: 49 Failed: 6)
Failed tests: 24-28, 37
Non-zero exit status: 6
t/impure_madness.t (Wstat: 256 Tests: 8 Failed: 1)
Failed test: 7
Non-zero exit status: 1
t/madness.t (Wstat: 256 Tests: 7 Failed: 1)
Failed test: 5
Non-zero exit status: 1
t/madness_json.t (Wstat: 256 Tests: 7 Failed: 1)
Failed test: 5
Non-zero exit status: 1
t/madness_w.t (Wstat: 256 Tests: 6 Failed: 1)
Failed test: 5
Non-zero exit status: 1
Files=24, Tests=369, 21 wallclock secs ( 0.17 usr 0.11 sys + 3.51 cusr 1.31 csys = 5.10 CPU)
Result: FAIL
Failed 5/24 test programs. 10/369 subtests failed.
This is perl 5, version 18, subversion 0 (v5.18.0) built for i86pc-solaris-thread-multi
SunOS 5.10 Generic_141415-04 i86pc i386 i86pc
Regards,
Yossi
This e-mail message is intended for the recipient only and contains information which is CONFIDENTIAL and which may be proprietary to ECI Telecom. If you have received this transmission in error, please inform us by e-mail, phone or fax, and then delete the original and all copies thereof.
Message body is not shown because it is too large.