Skip Menu |

This queue is for tickets about the Net-Server CPAN distribution.

Report information
The Basics
Id: 82542
Status: open
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: gabor [...] szabgab.com
Cc:
AdminCc:

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



Subject: SSLEAY_test.t test failure on Windows
Date: Mon, 7 Jan 2013 22:36:46 +0200
To: bug-Net-Server [...] rt.cpan.org
From: Gabor Szabo <gabor [...] szabgab.com>
C:\strawberry_5_16_2_1\cpan\build\Net-Server-2.006-JcoeRy>prove -lv t\SSLEAY_test.t t\SSLEAY_test.t .. 1..5 ok 1 - Can fork on this platform ok 2 - Got needed ports (20200 20201) ok 3 - Pipe works ok 4 - use Net::Server::Proto::SSLEAY # Trouble running server: Your vendor has not defined Fcntl macro F_GETFL, used at C:\strawberry_5_16_2_1\cpan\build\Net-Server-2.006-JcoeRy \lib/Net/Server/Proto/SSLEAY.pm line 212 not ok 5 - Got the correct output from the server # failed at t\SSLEAY_test.t line 154 # Error: Didn't get the type of line we were expecting: () at t\SSLEAY_test.t line 110. Failed 1/5 subtests Test Summary Report ------------------- t\SSLEAY_test.t (Wstat: 0 Tests: 5 Failed: 1) Failed test: 5 Files=1, Tests=5, 3 wallclock secs ( 0.04 usr + 0.07 sys = 0.11 CPU) Result: FAIL
For a short term solution, the tests now skip for SSLEAY (since we have the working SSL Proto). Long term, we need to use non-Fcntl based constants on some platforms.
From: jkahrman [...] mathworks.com
On Thu Jan 10 02:51:51 2013, RHANDOM wrote: Show quoted text
> For a short term solution, the tests now skip for SSLEAY (since we have > the working SSL Proto). Long term, we need to use non-Fcntl based > constants on some platforms.
Port_Configuration.t has a similar issue