3.1.7 test failures on Fedora rawhide

View: New views
2 Messages — Rating Filter:   Alert me  

3.1.7 test failures on Fedora rawhide

by Stepan Kasal :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Arnold,

I have observed test failures on recent 64bit Fedora:
double{1,2} fails on all 64bit architectures
intformat fails on x86_64 only

See also http://bugzilla.redhat.com/522235

Sorry that I:
1) have not runthe tests earlier 2) have not reported here at moment
I discovered the failures 3) have not found time to investigate them.

If you mail me some hints what I should test on the systems, I'm
ready to do it.

Stepan Kasal

============== _double1 =============
*** double1.ok 2007-02-20 15:33:55.000000000 -0500
--- _double1 2009-09-09 16:32:39.000000000 -0400
***************
*** 1,2 ****
! 9223372036854775808
  9223372036854775808
--- 1,2 ----
! -9223372036854775808
  9223372036854775808
============== _double2 =============
*** double2.ok 2007-04-17 15:23:13.000000000 -0400
--- _double2 2009-09-09 16:32:39.000000000 -0400
***************
*** 1,4 ****
  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
--- 1,4 ----
  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
============== _intformat =============
*** intformat.ok 2007-01-30 13:26:50.000000000 -0500
--- _intformat 2009-09-09 16:32:40.000000000 -0400
***************
*** 1,2 ****
--- 1,3 ----
+ (sprintf(%s,2^63) = -9223372036854775808)-9.22337e+18 = -1.84467e+19
  3 -3 17
  0000000000000000000000000000000000000000000000000000001



Parent Message unknown Re: 3.1.7 test failures on Fedora rawhide

by Aharon Robbins :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Stepan,

> Date: Thu, 24 Sep 2009 13:45:15 +0200
> From: Stepan Kasal <kasal@...>
> To: bug-gawk@...
> Subject: 3.1.7 test failures on Fedora rawhide
>
> Hello Arnold,
>
> I have observed test failures on recent 64bit Fedora:
> double{1,2} fails on all 64bit architectures
> intformat fails on x86_64 only

These tests are known to fail on machines that aren't IA32. It's
OK to ignore the failures.

Thanks,

Arnold