On Fri, 13 Jun 2003, Hill, Ronald wrote: > > Hi Dave, > > > > > Can people try to compile DateTime.pm on various platforms that aren't > > Linux, BSD, or Win32, and let the list know if it works. I > > will be trying > > Mac OSX and Solaris via the SF compile farm, but I don't have > > access to > > other propietary Unix variants, or VMS, QNX, or other weird > > things like > > that. > using perl5.8.0 for HPUX 10.20 > > t/13strftime.......ok 123/123# Looks like you failed 106 tests of 123. > t/13strftime.......dubious > Test returned status 106 (wstat 27136, 0x6a00) > DIED. FAILED tests 1-106 > Failed 106/123 tests, 13.82% okay
Whenever a test script fails, please rerun it as "make test TEST_VERBOSE=1 TEST_FILES=t/..." That gives me much more useful info. > t/20infinite.......NOK 31# Failed test (t/20infinite.t at line 82) > # got: '1.79769313486232e+305' > # expected: '1.79769313486232e+308' > # Failed test (t/20infinite.t at line 85) > # got: '-1.79769313486232e+305' > # expected: '-1.79769313486232e+308' > # Failed test (t/20infinite.t at line 82) > # got: '1.79769313486232e+302' > # expected: '1.79769313486232e+308' > # Failed test (t/20infinite.t at line 85) > # got: '-1.79769313486232e+302' > # expected: '-1.79769313486232e+308' > t/20infinite.......ok 38/38# Looks like you failed 4 tests of 38. Um, uh, um, uh ... Any idea why this would happen? It should be getting something more like "Inf". I just checked something in which _might_ fix this one though. Care to give it another shot? -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/
