Thanks, applied.
Does it compile, run, and test now? Can you provide an update patch to
PLATFORMS, thanks.
leo
> 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