On Mon, 1 Jan 2001, Tom Lane wrote:

> Running the regression tests (src/test/regress) would be a more thorough
> test that things are working.

Right.

Does the regression test the optional interfaces such as tcl and odbc?

Here are the fails:

     timestamp            ... FAILED
test geometry             ... FAILED
test horology             ... FAILED

The geometry fails appear to be because of differences in the extremes
of floating point precision, except for this case:

*** ./expected/geometry.out     Wed Sep 13 02:00:17 2000
--- ./results/geometry.out      Mon Jan  1 20:14:12 2001
***************
*** 114,120 ****
          | (5.1,34.5) | [(1,2),(3,4)]                 | (3,4)
          | (-5,-12)   | [(1,2),(3,4)]                 | (1,2)
          | (10,10)    | [(1,2),(3,4)]                 | (3,4)
!         | (0,0)      | [(0,0),(6,6)]                 | (-0,0)
          | (-10,0)    | [(0,0),(6,6)]                 | (0,0)
          | (-3,4)     | [(0,0),(6,6)]                 | (0.5,0.5)
          | (5.1,34.5) | [(0,0),(6,6)]                 | (6,6)
--- 114,120 ----
          | (5.1,34.5) | [(1,2),(3,4)]                 | (3,4)
          | (-5,-12)   | [(1,2),(3,4)]                 | (1,2)
          | (10,10)    | [(1,2),(3,4)]                 | (3,4)
!         | (0,0)      | [(0,0),(6,6)]                 | (0,0)
          | (-10,0)    | [(0,0),(6,6)]                 | (0,0)
          | (-3,4)     | [(0,0),(6,6)]                 | (0.5,0.5)
          | (5.1,34.5) | [(0,0),(6,6)]                 | (6,6)
  

That 0 / -0 mismatch might cause some people some trouble.

The timestamp and horology differences were all diffences
of one-hour where I get one hour less than the expected.  I'd
guess that your expected assumes running in EST and I'm 
in CST.

-Travis

Reply via email to