----- Original Message ----- 
From: "Jan Dubois" <[EMAIL PROTECTED]>
To: <libwin32@perl.org>
Sent: Sunday, September 18, 2005 6:59 AM
Subject: RE: CPAN Upload: J/JD/JDB/libwin32-0.26.tar.gz


> On Sat, 17 Sep 2005, Jan Dubois wrote:
>
> > I've tested 0.26 against Perl 5.6.0, 5.6.1, 5.8.2, 5.8.6 and 5.8.7,
> > all compiled with VC++ using ActivePerl compatible options
> > (ithreads etc).
>
> Forgot to add that it works with latest 5.9.3 (bleadperl) too.
>
> > I've also compiled and tested with the latest versions of cygwin and
> > MinGW. All tests pass (or fail) the same way they work with VC++ as
> > far as I can tell.
>
> This means *all* modules compile with MinGW, including those previously
> excluded with the mingw32.exc mechanism.
>

Hi Jan,

Something is not quite right. Everything compiles ok, but when I run 'dmake
test' I get:

D:\perl58_M\5.8.7\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, '
..\blib\lib', '..\blib\arch')" t\file.t t\tie.t
t\file....ok
t\tie.....ok
All tests successful.
Files=2, Tests=277,  1 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)
D:\perl58_M\5.8.7\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, '
..\blib\lib', '..\blib\arch')" t\test.t
t\test....ok 1/18not ok 5
Can't add a user so there really isn't any point in continuing...
t\test....dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 5-18
        Failed 14/18 tests, 22.22% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------
---
t\test.t     255 65280    18   28 155.56%  5-18
Failed 1/1 test scripts, 0.00% okay. 14/18 subtests failed, 22.22% okay.
dmake:  Error code 255, while making 'test_dynamic'
dmake:  Error code 255, while making 'test'

And no other tests get run. (I guess the failure arises because I'm not
running as Administrator - but the other tests in the test suite should
still be run.)

Cheers,
Rob


Reply via email to