At 9:26 PM -0400 6/16/02, Brian Tillman wrote: >Still failed some tests with MMS TEST > >t/op/pack............................FAILED at test 190 I would have thought change # 17227 would have fixed that; it did with a D_FLOAT build on Alpha. Detailed output? That change was in this patch: <http://public.activestate.com/cgi-bin/perlbrowse?patch=17227&action=patch> >t/op/pow.............................FAILED at test 190 Change # 12755 should take care of that: <http://public.activestate.com/cgi-bin/perlbrowse?patch=17255&action=patch> >ext/Time/HiRes/HiRes.................FAILED at test 17 It's not that surprising this one fails in the test suite but succeeds by itself; it's very time sensitive. I occasionally see the same thing on a slow AlphaStation 200. With a D_FLOAT build on Alpha, the only remaining failures related to number problems are these, all of which explicitly use numbers that are either too large or too small to be represented in D_FLOAT: lib/Math/BigInt/t/bare_mbi...........FAILED at test 2326 lib/Math/BigInt/t/bigintpm...........FAILED at test 2326 lib/Math/BigInt/t/sub_mbi............FAILED at test 2326 lib/Math/Trig........................FAILED at test 21 I'm surprised you don't see these on VAX, especially since you were still seeing them as of last Wednesday and I don't know of anything that would have done the appropriate skipping. -- ________________________________________ Craig A. Berry mailto:craigberry@mac.com "... getting out of a sonnet is much more difficult than getting in." Brad LeithauserThread Previous | Thread Next