Subject: | possible errno problem |
Date: | Tue, 15 Apr 2008 11:49:54 +1000 |
To: | bug-POE-XS-Queue-Array [...] rt.cpan.org |
From: | Tony Cook <tony [...] develop-help.com> |
There seems to be an errno propagation problem on some builds.
1) Do these builds propagate errno values correctly from the .xs
module?
2) Is the code as written doing something to prevent errno
propagation, like including headers in the wrong order.
----- Forwarded message from Taro Nishino <taro-nishino@wine.ocn.ne.jp> -----
X-Spam-Level:
Date: Thu, 10 Apr 2008 01:14:16 +0900
Subject: FAIL POE-XS-Queue-Array-0.004 MSWin32-x86-multi-thread 5.0
From: Taro Nishino <taro-nishino@wine.ocn.ne.jp>
To: cpan-testers@perl.org
Cc: TONYC@cpan.org
X-Reported-Via: Test::Reporter 1.39_04, via CPAN::Reporter 1.1402
X-Virus-Checked: Checked
X-Keywords:
X-UID: 11
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
--
Dear Tony Cook,
This is a computer-generated report for POE-XS-Queue-Array-0.004
on perl 5.8.8, created by CPAN-Reporter-1.1402.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://cpantest.grango.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'nmake test':
Microsoft(R) Program Maintenance Utility Version 7.00.9955
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/01_array..........
# Failed test 'didn't have permission to remove event e'
# at t/01_array.t line 88.
# Failed test 'couldn't remove nonexistent event d'
# at t/01_array.t line 96.
# Looks like you failed 2 tests of 2048.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2048 subtests
t/02_release........ok
t/90_pod............ok
t/91_pod_cover......ok
Test Summary Report
-------------------
t/01_array.t (Wstat: 512 Tests: 2048 Failed: 2)
Failed tests: 20-21
Non-zero exit status: 2
Files=4, Tests=2087, 5 wallclock secs ( 0.36 usr + 0.03 sys = 0.39 CPU)
Result: FAIL
Failed 1/4 test programs. 2/2087 subtests failed.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : ���^�[�� �R�[�h '0xff'
Stop.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------ ---- ------
POE 0.29 1.0000
...