> AIX 4.3 stdio/perlio -Duseperlio -Duselongdouble > AIX 4.3 stdio/perlio -DDEBUGGING -Duseperlio -Duselongdouble > op/int..........................FAILED at test 13 > ext/POSIX/POSIX.................FAILED at test 14 More information on these, I finally found an AIX where the same happens: not ok 13 # int(279964589018079/59) is 4745162525730, not 4745162525730 With added Devel::Peek::Dump on $y and 4745162525730: SV = PVNV(0x20062338) at 0x200480cc REFCNT = 1 FLAGS = (NOK,POK,pIOK,pNOK,pPOK,IsUV) UV = 4294967295 NV = 4745162525730 PV = 0x2003d268 "4745162525730"\0 CUR = 13 LEN = 35 SV = NV(0x20046fe8) at 0x2004a9c4 REFCNT = 1 FLAGS = (NOK,READONLY,pNOK) NV = 4745162525730 HUH? For the POSIX failure, Dumping $n, 3.14159, and $x: not ok 14 SV = PVNV(0x200e15c8) at 0x20105034 REFCNT = 1 FLAGS = (NOK,POK,pNOK,pPOK) IV = 3 NV = 3.14159 PV = 0x20044f78 "3.14159"\0 CUR = 7 LEN = 35 SV = NV(0x2004f468) at 0x2010c65c REFCNT = 1 FLAGS = (NOK,READONLY,pNOK) NV = 3.14159 SV = IV(0x200d1728) at 0x2010504c REFCNT = 1 FLAGS = (IOK,pIOK) IV = 6 HUH II? -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack CohenThread Previous | Thread Next