PadreIDE / Debug-Client

Debug::Client
1 stars 4 forks source link

t/11-add.t started to fail with perl 5.33.1 #12

Open eserte opened 3 years ago

eserte commented 3 years ago

With bleadperl the test suite fails:

#   Failed test 'show_view8'
#   at t/11-add.t line 87.
#          got: 'Debugged program terminated.  Use q to quit or R to restart,
# use o inhibit_exit to avoid stopping after program termination,
# h q, h R or h o to get additional info.'
#     expected: '4: $| = 1;
# 5     
# 6:    my $x = 1;
# 7==>  my $y = 2;
# 8:    my $z = $x + $y;
# 9     
# 10:   1;
# 11    
# 12    __END__'
# Debugged program terminated.  Use q to quit or R to restart,
# use o inhibit_exit to avoid stopping after program termination,
# h q, h R or h o to get additional info.

#   Failed test 'line 8'
#   at t/11-add.t line 106.
# Compared $data->[0]
#    got : undef
# expect : 'main::'
# Use 'q' to quit or 'R' to restart.  'h q' for details.
# Looks like you failed 2 tests of 10.
t/11-add.t ............. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/10 subtests 

Looking at http://fast-matrix.cpantesters.org/?dist=Debug-Client%200.31 it seems that the problem is starting since perl 5.33.1.

hdijkema commented 2 years ago

I have this problem too.