Skip Menu |

This queue is for tickets about the TAP-Formatter-HTML CPAN distribution.

Report information
The Basics
Id: 81922
Status: resolved
Priority: 0/
Queue: TAP-Formatter-HTML

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

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



Subject: tests hang on Windows
Tests of your module hang on Windows. Hanging tests make cpantesters smokers work incorrectly. I can provide more verbose information if necessary. If your module cannot work on Windows, you can die in Makefile.PL/Build.PL. See http://wiki.cpantesters.org/wiki/CPANAuthorNotes for how to do this. -- Alexandr Ciornii, http://chorny.net
On Wed Dec 12 06:20:31 2012, CHORNY wrote: Show quoted text
> Tests of your module hang on Windows. Hanging tests make cpantesters > smokers work incorrectly. > I can provide more verbose information if necessary.
Hi Alexandr, This module was tested on Windows (years ago, mind), and should still work. Can you provide a description of the failure? Thanks, -Steve
On Fri Jan 18 06:14:55 2013, SPURKIS wrote: Show quoted text
> This module was tested on Windows (years ago, mind), and should still > work. Can you provide a > description of the failure?
01_basic.t hangs when running "$h->runtests(@tests);". I have deleted other files, only 01_pass.pl and 02_fail.pl remained in t\data\. If I remove one of them, tests pass. If I comment out STDOUT->fdopen( fileno($stdout_fh), 'w' ) or die "Error redirecting STDOUT: $!"; tests do not hang. -- Alexandr Ciornii, http://chorny.net
On Fri Jan 18 07:06:59 2013, CHORNY wrote: Show quoted text
> 01_basic.t hangs when running "$h->runtests(@tests);". I have deleted > other files, only 01_pass.pl and 02_fail.pl remained in t\data\. If I > remove one of them, tests pass. > If I comment out > STDOUT->fdopen( fileno($stdout_fh), 'w' ) > or die "Error redirecting STDOUT: $!"; > tests do not hang.
Thanks. Sounds like an open error, EOF never getting sent, or something along those lines. I'll dig into it. -Steve
I've worked around the issue in v0.11.