Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eserte opened this issue Sep 26, 2020 · 1 comment
Open

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

eserte opened this issue Sep 26, 2020 · 1 comment

Comments

@eserte
Copy link

eserte commented Sep 26, 2020

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.

vt-alt pushed a commit to altlinux/specs that referenced this issue Jun 27, 2021
- disabled test 11 for the sake of p10 (closes: #40292)
- known as PadreIDE/Debug-Client#12
@hdijkema
Copy link

hdijkema commented Sep 1, 2022

I have this problem too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants