Share

Tcl

Tracker: Bugs

5 "make test" fails on irix - ID: 2352003
Last Update: Settings changed ( kennykb )

Configured with: ./configure --prefix=/usr/local/sde/TclTk-2008-11-26
--disable-nls --enable-load --enable-shared

Compiled with gcc-4.3.2

When running "make test", there are failures. See attached file. When
using the same configuration to build on a Solaris 10 box, all the tests
pass.


Jay St. Pierre ( jasp1 ) - 2008-11-26 19:45

5

Open

None

Joe English

53. Configuration and Build Tools

obsolete: 8.5.5

Public


Comments ( 2 )

Date: 2009-10-29 02:29
Sender: kennykbProject Admin

The clock-40.1 problem is peculiar; it appears to be that the gmtime()
system call is failing on a valid time.

The remaining problems all relate to the fact that there are a couple of
places in tclStrToD.c that need to set floating point controls. The
rounding mode for doubles, in those routines, must be "53 bit, round to
nearest", and gradual underflow (denormalized numbers) must be enabled
throughout Tcl. Neither appears to be the case, given the set of tests
that are failing.

I haven't the faintest idea how to go about setting the floating point
controls correctly on IRIX, nor do I have an SGI machine on which to test.
Referring to the one Tcl maintainer who might have such a beast.


Date: 2008-11-26 20:54
Sender: msoferProject AdminAccepting Donations

Summary of failed tests:

(a) clock-40.1

(b) floats:
binary-40.3
expr-27.1-2
expr-28.x
expr-29.1-2
expr-42.1

Reassigning ...


Attached File ( 1 )

Filename Description Download
tcl_test_irix.out output of "make test" Download

Changes ( 3 )

Field Old Value Date By
assigned_to kennykb 2009-10-29 02:30 kennykb
assigned_to mdejong 2008-11-26 20:54 msofer
File Added 303098: tcl_test_irix.out 2008-11-26 19:45 jasp1