Skip Menu |

This queue is for tickets about the Data-Dump-Streamer CPAN distribution.

Report information
The Basics
Id: 85670
Status: open
Priority: 0/
Queue: Data-Dump-Streamer

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Yossi.Itzkovich [...] ecitele.com
Cc:
AdminCc:

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



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.

Subject: Re: [rt.cpan.org #85670] few tests fail in perl 5.18
Date: Tue, 28 May 2013 12:41:04 +0200
To: "bug-Data-Dump-Streamer [...] rt.cpan.org" <bug-Data-Dump-Streamer [...] rt.cpan.org>
From: demerphq <demerphq [...] gmail.com>
Thanks. I havent released a DDS compatible with 5.18 yet, but i will soon. On 28 May 2013 11:33, Yossi Itzkovich via RT <bug-Data-Dump-Streamer@rt.cpan.org> wrote: Show quoted text
> Tue May 28 05:33:18 2013: Request 85670 was acted upon. > Transaction: Ticket created by Yossi.Itzkovich@ecitele.com > Queue: Data-Dump-Streamer > Subject: few tests fail in perl 5.18 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: Yossi.Itzkovich@ecitele.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=85670 > > > > 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. > >
-- perl -Mre=debug -e "/just|another|perl|hacker/"
Subject: RE: [rt.cpan.org #85670] few tests fail in perl 5.18
Date: Tue, 28 May 2013 10:49:18 +0000
To: "bug-Data-Dump-Streamer [...] rt.cpan.org" <bug-Data-Dump-Streamer [...] rt.cpan.org>
From: Yossi Itzkovich <Yossi.Itzkovich [...] ecitele.com>
Thanks Show quoted text
-----Original Message----- From: demerphq via RT [mailto:bug-Data-Dump-Streamer@rt.cpan.org] Sent: Tuesday, May 28, 2013 1:41 PM To: Yossi Itzkovich Subject: Re: [rt.cpan.org #85670] few tests fail in perl 5.18 <URL: https://rt.cpan.org/Ticket/Display.html?id=85670 > Thanks. I havent released a DDS compatible with 5.18 yet, but i will soon. On 28 May 2013 11:33, Yossi Itzkovich via RT <bug-Data-Dump-Streamer@rt.cpan.org> wrote:
> Tue May 28 05:33:18 2013: Request 85670 was acted upon. > Transaction: Ticket created by Yossi.Itzkovich@ecitele.com > Queue: Data-Dump-Streamer > Subject: few tests fail in perl 5.18 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: Yossi.Itzkovich@ecitele.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=85670 > > > > 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. > >
-- perl -Mre=debug -e "/just|another|perl|hacker/" 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.
I think this should be fixed with v2.36, can you confirm?
On 2013-08-04 03:53:08, YVES wrote: Show quoted text
> I think this should be fixed with v2.36, can you confirm? >
I still see failures (5.19.3, darwin): Building Data-Dump-Streamer cc -I/Users/ether/perl5/perlbrew/perls/19.3/lib/5.19.3/darwin-2level/CORE -DXS_VERSION="2.36" -DVERSION="2.36" -c -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/opt/local/include -O3 -o lib/Data/Dump/Streamer.o lib/Data/Dump/Streamer.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Data/Dump/Streamer/Streamer.bs') env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector -o blib/arch/auto/Data/Dump/Streamer/Streamer.bundle lib/Data/Dump/Streamer.o t/as.t .............. ok t/blessed.t ......... ok t/dogpound.t ........ ok # Failed test 'Many Refs ( $x, $y ) No declare 2' # at t/test_helper.pl line 341. # Failed test 'Many Refs Declare ( $x, $y ) 2' # at t/test_helper.pl line 341. # Failed test 'Many Refs Declare ( $y, $x ) 2' # at t/test_helper.pl line 341. # Failed test 'Many Refs ( $y, $x ) No Declare 2' # at t/test_helper.pl line 341. # Failed test 'Many Refs ( $x, $y ) No declare 3' # at t/test_helper.pl line 341. # Failed test 'Many Refs Declare ( $x, $y ) 3' # at t/test_helper.pl line 341. # Failed test 'Many Refs Declare ( $y, $x ) 3' # at t/test_helper.pl line 341. # Failed test 'Many Refs ( $y, $x ) No Declare 3' # at t/test_helper.pl line 341. # Looks like you failed 8 tests of 49. t/dump.t ............ Dubious, test returned 8 (wstat 2048, 0x800) Failed 8/49 subtests t/filter.t .......... ok t/globtest.t ........ ok t/hardrefs.t ........ ok t/impure_madness.t .. ok # # PadWalker 1.96 is installed t/lexicals.t ........ ok t/locked.t .......... ok # Failed test 'Total 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 t/madness_json.t .... skipped: No JSON::XS # Failed test 'Total 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 t/names.t ........... ok t/overload.t ........ ok t/readonly.t ........ ok t/refaddr.t ......... ok t/refcount.t ........ ok t/refelem.t ......... ok t/reftype.t ......... ok t/sortkeys.t ........ ok t/tree.t ............ ok t/usage.t ........... ok t/xs_subs.t ......... ok Test Summary Report ------------------- t/dump.t (Wstat: 2048 Tests: 49 Failed: 8) Failed tests: 12-19 Non-zero exit status: 8 t/madness.t (Wstat: 256 Tests: 7 Failed: 1) Failed test: 4 Non-zero exit status: 1 t/madness_w.t (Wstat: 256 Tests: 6 Failed: 1) Failed test: 4 Non-zero exit status: 1 Files=24, Tests=362, 4 wallclock secs ( 0.15 usr 0.11 sys + 3.74 cusr 0.47 csys = 4.47 CPU) Result: FAIL Failed 3/24 test programs. 10/362 subtests failed.
Subject: Re: [rt.cpan.org #85670] few tests fail in perl 5.18
Date: Mon, 9 Sep 2013 18:21:31 +0200
To: "bug-Data-Dump-Streamer [...] rt.cpan.org" <bug-Data-Dump-Streamer [...] rt.cpan.org>
From: demerphq <demerphq [...] gmail.com>
On 9 September 2013 00:45, Karen Etheridge via RT <bug-Data-Dump-Streamer@rt.cpan.org> wrote: Show quoted text
> Queue: Data-Dump-Streamer > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=85670 > > > On 2013-08-04 03:53:08, YVES wrote:
>> I think this should be fixed with v2.36, can you confirm? >>
> > > I still see failures (5.19.3, darwin): > > Building Data-Dump-Streamer > cc -I/Users/ether/perl5/perlbrew/perls/19.3/lib/5.19.3/darwin-2level/CORE -DXS_VERSION="2.36" -DVERSION="2.36" -c -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/opt/local/include -O3 -o lib/Data/Dump/Streamer.o lib/Data/Dump/Streamer.c > ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Data/Dump/Streamer/Streamer.bs') > env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector -o blib/arch/auto/Data/Dump/Streamer/Streamer.bundle lib/Data/Dump/Streamer.o > t/as.t .............. ok > t/blessed.t ......... ok > t/dogpound.t ........ ok > > # Failed test 'Many Refs ( $x, $y ) No declare 2' > # at t/test_helper.pl line 341. > > # Failed test 'Many Refs Declare ( $x, $y ) 2' > # at t/test_helper.pl line 341. > > # Failed test 'Many Refs Declare ( $y, $x ) 2' > # at t/test_helper.pl line 341. > > # Failed test 'Many Refs ( $y, $x ) No Declare 2' > # at t/test_helper.pl line 341. > > # Failed test 'Many Refs ( $x, $y ) No declare 3' > # at t/test_helper.pl line 341. > > # Failed test 'Many Refs Declare ( $x, $y ) 3' > # at t/test_helper.pl line 341. > > # Failed test 'Many Refs Declare ( $y, $x ) 3' > # at t/test_helper.pl line 341. > > # Failed test 'Many Refs ( $y, $x ) No Declare 3' > # at t/test_helper.pl line 341. > # Looks like you failed 8 tests of 49. > t/dump.t ............ > Dubious, test returned 8 (wstat 2048, 0x800) > Failed 8/49 subtests > t/filter.t .......... ok > t/globtest.t ........ ok > t/hardrefs.t ........ ok > t/impure_madness.t .. ok > # > # PadWalker 1.96 is installed > t/lexicals.t ........ ok > t/locked.t .......... ok > > # Failed test 'Total 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 > t/madness_json.t .... skipped: No JSON::XS > > # Failed test 'Total 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 > t/names.t ........... ok > t/overload.t ........ ok > t/readonly.t ........ ok > t/refaddr.t ......... ok > t/refcount.t ........ ok > t/refelem.t ......... ok > t/reftype.t ......... ok > t/sortkeys.t ........ ok > t/tree.t ............ ok > t/usage.t ........... ok > t/xs_subs.t ......... ok > > Test Summary Report > ------------------- > t/dump.t (Wstat: 2048 Tests: 49 Failed: 8) > Failed tests: 12-19 > Non-zero exit status: 8 > t/madness.t (Wstat: 256 Tests: 7 Failed: 1) > Failed test: 4 > Non-zero exit status: 1 > t/madness_w.t (Wstat: 256 Tests: 6 Failed: 1) > Failed test: 4 > Non-zero exit status: 1 > Files=24, Tests=362, 4 wallclock secs ( 0.15 usr 0.11 sys + 3.74 cusr 0.47 csys = 4.47 CPU) > Result: FAIL > Failed 3/24 test programs. 10/362 subtests failed. > >
My understanding is that FC is busy changing the rules for refs under 5.19.x, ill get DDS working with them once they have stabilized. Yves -- perl -Mre=debug -e "/just|another|perl|hacker/"
On Mon Sep 09 12:21:45 2013, demerphq@gmail.com wrote: Show quoted text
> My understanding is that FC is busy changing the rules for refs under > 5.19.x, ill get DDS working with them once they have stabilized.
I think they have now, as of commit acb34050426.