Skip Menu |

This queue is for tickets about the Method-Signatures CPAN distribution.

Report information
The Basics
Id: 117107
Status: open
Priority: 0/
Queue: Method-Signatures

People
Owner: Nobody in particular
Requestors: DAVIES [...] cpan.org
Cc: gregoa [...] cpan.org
AdminCc:

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



Subject: debugger.t tests fail on Raspberry Pi
From: DAVIES [...] cpan.org
pi@pi246:~ $ cat /etc/issue Raspbian GNU/Linux 8 \n \l pi@pi246:~ $ perl -v This is perl 5, version 20, subversion 2 (v5.20.2) built for arm-linux-gnueabihf-thread-multi-64int (with 92 registered patches, see perl -V for more detail) From the installation process: t/debugger.t ................... 5/? # Failed test 'debugger' # at t/debugger.t line 31. # got: undef # expected: '42' # Failed test at t/debugger.t line 40. # got: 'Alarm! # ' # expected: '' # Looks like you failed 2 tests of 6. t/debugger.t ................... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/6 subtests I'm not good enough to work out how to fix this. Sorry, John Davies
I've submitted a simple pull request after hitting the same issue: https://github.com/evalEmpire/method-signatures/pull/131 Cheers, gregor