Skip Menu |

This queue is for tickets about the Term-Shell CPAN distribution.

Report information
The Basics
Id: 40771
Status: open
Priority: 0/
Queue: Term-Shell

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

Bug Information
Severity: Critical
Broken in:
  • 0.02
  • 0.03
  • 0.04
  • 0.05
  • 0.06
Fixed in: (no value)



Subject: Hangs under MSWin32
Windows XP, perl 5.8.8. 5.10.0. Hangs in 03catchsmry.t. Also this test has many warnings: Use of uninitialized value in subtraction (-) at blib\lib/Term/Shell.pm line 347. Use of uninitialized value in subtraction (-) at blib\lib/Term/Shell.pm line 348. P.S Why do you have 2 test suites: in t/ and test.pl? -- Alexandr Ciornii, http://chorny.net
On Sat Nov 08 16:17:53 2008, CHORNY wrote: Show quoted text
> Windows XP, perl 5.8.8. 5.10.0. > > Hangs in 03catchsmry.t. > Also this test has many warnings: > Use of uninitialized value in subtraction (-) at blib\lib/Term/Shell.pm > line 347. > Use of uninitialized value in subtraction (-) at blib\lib/Term/Shell.pm > line 348. > > P.S Why do you have 2 test suites: in t/ and test.pl? >
Based on https://rt.cpan.org/Ticket/Display.html?id=110555 one should note that typing q in the terminal causes the stuck tests to finish and the Term-Shell distro to install. More information can be found in the link.
On Wed Dec 23 10:01:31 2015, SHLOMIF wrote: Show quoted text
> On Sat Nov 08 16:17:53 2008, CHORNY wrote:
> > Windows XP, perl 5.8.8. 5.10.0. > > > > Hangs in 03catchsmry.t. > > Also this test has many warnings: > > Use of uninitialized value in subtraction (-) at > > blib\lib/Term/Shell.pm > > line 347. > > Use of uninitialized value in subtraction (-) at > > blib\lib/Term/Shell.pm > > line 348. > > > > P.S Why do you have 2 test suites: in t/ and test.pl? > >
> > Based on https://rt.cpan.org/Ticket/Display.html?id=110555 one should > note that typing q in the terminal causes the stuck tests to finish > and the Term-Shell distro to install. More information can be found in > the link.
It is posible that Win32::Console fails to work propoerly when being run under prove/Test::Harness/etc. There's an open bug report that it doesn't have any tests: https://rt.cpan.org/Ticket/Display.html?id=76026 Maybe I should do a plan skip_all on Win32 for now.