At 2:44 PM -0400 11/26/04, TH - Tracy Hughes wrote:
>Here is a list of failures in the test suite (MMS test).  I'm not sure if any 
>are "dangerous", hopefully someone will know.  The one departure my build has 
>from a regular build is that I've built using /float=dfloat.  miniperl 
>information is at the end.
> 
>        t/op/pack.................................FAILED at test 0
>        t/uni/class...............................FAILED at test 2959
>        t/lib/vms_stdio...........................FAILED at test 19
>        ext/Encode/t/enc_module...................FAILED at test 1
>        lib/Math/BigInt/t/bare_mbi................FAILED at test 2666
>        lib/Math/BigInt/t/bigintpm................FAILED at test 2666
>        lib/Math/BigInt/t/bigroot.................FAILED at test 1
>        lib/Math/BigInt/t/sub_mbi.................FAILED at test 2666
>        lib/Math/BigRat/t/bigrat..................FAILED at test 131
>        lib/Math/BigRat/t/bigratup................FAILED at test 5
>        lib/Pod/t/basic...........................FAILED at test 7
>        lib/Unicode/UCD...........................FAILED at test 180
> 
>running @[.vms]test.com .exe "" "-v" didn't seem to produce any useful (new) 
>information for these.  Since the test case files tend to be compact (rather 
>than a list of numbered test cases) its hard to establish what test was 
>actually being performed (at least, on a cursory examination) so I didn't take 
>it any further than that.

Thanks for the report.  The D_FLOAT configuration does account for
most of these, certainly all the lib/Math and probably t/op/pack.t as
well.  If you need D_FLOAT to be compatible with some other facility
or library, then by all means use it, but otherwise stick with IEEE
on Alpha.

t/uni/class was a test bug, since corrected (or at least worked around).  That 
leaves us with:

        t/lib/vms_stdio...........................FAILED at test 19

There are only 18 tests, so you must be getting spurious output of some kind.

        ext/Encode/t/enc_module...................FAILED at test 1
        lib/Pod/t/basic...........................FAILED at test 7
        lib/Unicode/UCD...........................FAILED at test 180

I really have no idea on these.  If the verbose output isn't giving
us anything, then the only thing to do is delve into the details of
these tests and figuring out what's going on.  On the other hand, if
you're not doing character set manipulation or building Perl
documentation, then these probably won't affect you.

-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to