Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: [perl #31897] [PATCH] Win32 stat

2 views
Skip to first unread message

Leopold Toetsch

unread,
Oct 8, 2004, 12:13:36 PM10/8/04
to perl6-i...@perl.org
Ron Blaschke <parrotbug...@parrotcode.org> wrote:
> Removes the #if defined(WIN32) in generic/stat.c, and adds a separate
> implementation in win32/stat.c. The block stats stay implemented as
> internal_exception.

Thanks, applied.

Does it compile, run, and test now? Can you provide an update patch to
PLATFORMS, thanks.

leo

Ronald Blaschke

unread,
Oct 8, 2004, 1:11:48 PM10/8/04
to perl6-i...@perl.org
On Fri, 8 Oct 2004 18:13:36 +0200, Leopold Toetsch wrote:
> Ron Blaschke <parrotbug...@parrotcode.org> wrote:

> Does it compile, run, and test now? Can you provide an update patch to
> PLATFORMS, thanks.

The following applies to win32-ms-cl_13.10.3077.
It now compiles ok, but some tests fail. I've attached a patch for
PLATFORMS.

Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\library\streams.t 2 512 21 2 9.52% 14 18
t\pmc\nci.t 6 1536 46 6 13.04% 33 35-37 42-43
t\pmc\perlnum.t 1 256 43 1 2.33% 36
6 tests and 56 subtests skipped.
Failed 3/122 test scripts, 97.54% okay. 9/1923 subtests failed, 99.53%
okay.

Streams seem to fail because of line feed (LF vs CR-LF) problems. Looks
like there are "unexpected"(?) CRs in output.

NCI tests fail b/c of 'xxx not implemented in yyy' issues,
eg 'get_string() not implemented in class 'UnManagedStruct''.

perlnum fails with
t\pmc\perlnum..................NOK 36# got: '0
# 0
# '
# expected: '0
# -0.000000
# '
t\pmc\perlnum..................ok 43/43# Looks like you failed 1 tests of
43.

Ron

platforms-win32-tests-fail.patch

Ronald Blaschke

unread,
Oct 8, 2004, 1:29:05 PM10/8/04
to perl6-i...@perl.org
Please forget the last platform patch. This one should follow style.
Sorry, guess I need some time to warm up on my patches...
platforms-win32-tests-fail.patch
0 new messages