bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Testsuite failures with gawk 3.1.6 on HP-UX/PA


From: Albert Chin-A-Young
Subject: Testsuite failures with gawk 3.1.6 on HP-UX/PA
Date: Mon, 23 Jun 2008 12:32:33 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

Just tried compiling gawk-3.1.6 on HP-UX/PA with the HP C compiler and
ran into the following testsuite failures:

$ ./gawk -f ./test/fmtspcl.awk 
gawk: ./test/fmtspcl.awk:10: warning: sqrt: called with negative argument -1
gawk: ./test/fmtspcl.awk:6: fatal: floating point exception

$ ./gawk -f ./test/intformat.awk 
gawk: ./test/intformat.awk:7: fatal: floating point exception

$ ./gawk -f ./test/ovrflow1.awk
9223372036854775800
$ cat ./test/ovrflow1.ok
9223372036854775808

$ ./gawk -f ./test/double1.awk 
9223372036854775800
9223372036854775800
$ cat ./test/double1.ok       
9223372036854775808
9223372036854775808

$ ./gawk -f ./test/double2.awk
2^60= 1152921504606846976 1152921504606846976 1.15292e+18 100000000000000000000
2^61= 2305843009213693952 2305843009213693952 2.30584e+18 200000000000000000000
2^62= 4611686018427387904 4611686018427387904 4.61169e+18 400000000000000000000
2^63= 9223372036854775800 9223372036854775800 9.22337e+18 1000000000000000000000
$ cat ./test/double2.ok       
2^60= 1152921504606846976 1152921504606846976 1.15292e+18 100000000000000000000
2^61= 2305843009213693952 2305843009213693952 2.30584e+18 200000000000000000000
2^62= 4611686018427387904 4611686018427387904 4.61169e+18 400000000000000000000
2^63= 9223372036854775808 9223372036854775808 9.22337e+18 1000000000000000000000

-- 
albert chin (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]