Skip Menu |

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

Report information
The Basics
Id: 50264
Status: resolved
Priority: 0/
Queue: Data-Dump-Streamer

People
Owner: Nobody in particular
Requestors: toddr [...] null.net
Cc:
AdminCc:

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



Subject: t/madness.t failing in snow leopard (64 bit)
$>prove -bvm t/madness.t t/madness.t .. 1..7 ok 1 - use Data::Dump::Streamer; ok 2 - The object isa Data::Dump::Streamer # Madness cap( $qr,$qr ) # Use of uninitialized value $error in concatenation (.) or string at t/test_helper.pl line 119. ok 3 - Madness cap( $qr,$qr ) # Total Madness # Use of uninitialized value $error in concatenation (.) or string at t/test_helper.pl line 119. ok 4 - Total Madness # More Madness # Use of uninitialized value $error in concatenation (.) or string at t/test_helper.pl line 119. ok 5 - More Madness # Tye Alias Array # Use of uninitialized value $error in concatenation (.) or string at t/test_helper.pl line 119. ok 6 - Tye Alias Array not ok 7 - # Failed test '' # at t/test_helper.pl line 90. -Expected +Result @26,26 (261) = PV8 => "ab\ncd\x{20ac}\t", - PVM => 'Bad file descriptor', + PVM => '', = RV => \do { my $v = undef }, Got: $HASH1 = { AR => [ 1, 2 ], CR => sub { use warnings; use strict 'refs'; 'code'; }, FMT => \do{ local *F; my $F=<<'_EOF_FORMAT_'; $F=~s/^\s+# //mg; eval $F; die $F.$@ if $@; *F{FORMAT}; # format F = # @<<<<<< @││││││ @>>>>>> # 'left', 'middle', 'right' # . _EOF_FORMAT_ }, GLB => *::STDERR, HR => { key => 'value' }, IO => bless( *{Symbol::gensym()}{IO}, 'IO::Handle' ), IV => 1, NV => 3.14159265358979, OBJ => bless( qr/("[^"]+")/, 'Zorp' ), PV => 'string', PV8 => "ab\ncd\x{20ac}\t", PVM => '', RV => \do { my $v = undef }, UND => undef }; +---+ S 1 : 0x100a91820(c 2| 1) Dp: 1 RW Du:1 => $HASH1 S 2 : 0x100a91a90(c 3| 1) Dp: 5 RW Du:1 => ${$HASH1->{FMT}} < $HASH1->{FMT} > S 3 : 0x100ab45b8(c 2| 1) Dp: 5 RW Du:- => ${$HASH1->{OBJ}} < $HASH1->{OBJ} > S 4 : 0x1009d46f0(c 4| 1) Dp: 5 RW Du:1 => ${$HASH1->{RV}} < $HASH1->{RV} > ----- R 1 : 0x100871800(c 2|-1) Dp: 2 Du:1 => $HASH1 R 2 : 0x100ab0188(c 1|-1) Dp: 4 Du:1 => $HASH1->{AR} R 3 : 0x100871a88(c 1|-1) Dp: 4 Du:1 => $HASH1->{CR} R 4 : 0x100a91a90(c 1|-1) Dp: 4 Du:1 => $HASH1->{FMT} < ${$HASH1->{FMT}} > R 5 : 0x100a890a0(c 1|-1) Dp: 4 Du:1 => $HASH1->{HR} R 6 : 0x10080fc10(c 1|-1) Dp: 4 Du:1 => $HASH1->{IO} R 7 : 0x100ab45b8(c 1|-1) Dp: 4 Du:1 => $HASH1->{OBJ} < ${$HASH1->{OBJ}} > R 8 : 0x1009d46f0(c 1|-1) Dp: 4 Du:1 => $HASH1->{RV} < ${$HASH1->{RV}} > R 9 : 0x100871788(c 3|-1) Dp: 6 Du:1 => ${$HASH1->{FMT}} +---+ # Looks like you failed 1 test of 7. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/7 subtests Test Summary Report ------------------- t/madness.t (Wstat: 256 Tests: 7 Failed: 1) Failed test: 7 Non-zero exit status: 1 Files=1, Tests=7, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.13 cusr 0.01 csys = 0.17 CPU) Result: FAIL
I have fixed this by removing the PVM test, it didnt test much anyway. Thanks for the report.