Skip Menu |

This queue is for tickets about the Carp-Proxy CPAN distribution.

Report information
The Basics
Id: 99856
Status: resolved
Priority: 0/
Queue: Carp-Proxy

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

Bug Information
Severity: Important
Broken in: 0.09
Fixed in: 0.11



Subject: 30-attr-context.t hangs on Windows
ok 1 - use Carp::Proxy; ok 2 - Context none-over ok 3 - Context none-cons ok 4 - Context die-over ok 5 - Context die-cons ok 6 - Context croak-over ok 7 - Context croak-cons ok 8 - Context conf-over ok 9 - Context conf-cons ok 10 - Context int-over ok 11 - Context int-cons ok 12 - Context code-over ok 13 - Context code-cons ok 14 - Crudely forged string context is handled ok 15 - Crudely forged undef context is handled (hangs) -- Alexandr Ciornii, http://chorny.net
I have been having trouble with t/30-attr-context.t on windows. I am using the workaround for "open my($fd), '-|'" that is suggested in 'perldoc perlfork' Most of the Windows smoke testers pass, but surprisingly there are two that fail. You report that the test actually hangs is helpful. -Paul
Same result on 0.10. -- Alexandr Ciornii, http://chorny.net
On Fri Oct 31 06:57:53 2014, CHORNY wrote: Show quoted text
> Same result on 0.10. >
0.11 now skips the problematic test when $OSNAME =~ /MSWin/, hopefully this will resolve the problem. -Paul
0.11 appears to be passing on several windows smokers. The change to 30-attr-context.t was to exclude the test that employed a forking open ('-|') when running on windows.