On Tue, 3 Apr 2001, Thomas Lockhart wrote:

[Snip]

> Linux 2.0.x MIPS   7.1 2001-03-30, Dominic Eidson

I just ran the "make check" (paralell regression tests) - instead of the
"make installcheck" that I'd run previously...

[nobody@web-cache regress]$ grep 'FAILED' regression.out
test geometry             ... FAILED
test horology             ... FAILED

The relevant diff for horology seem to be:

[nobody@web-cache regress]$ diff -c ./expected/horology.out ./results/horology.out 
*** ./expected/horology.out     Sun Dec  3 08:51:11 2000
--- ./results/horology.out      Tue Apr  3 11:38:27 2001
***************
*** 122,128 ****
  SELECT time with time zone '01:30' + interval '02:01' AS "03:31:00-08";
   03:31:00-08 
  -------------
!  03:31:00-08
  (1 row)
  
  SELECT time with time zone '01:30-08' - interval '02:01' AS "23:29:00-08";
--- 122,128 ----
  SELECT time with time zone '01:30' + interval '02:01' AS "03:31:00-08";
   03:31:00-08 
  -------------
!  03:31:00-07
  (1 row)
  
  SELECT time with time zone '01:30-08' - interval '02:01' AS "23:29:00-08";
***************
*** 140,146 ****
  SELECT time with time zone '03:30' + interval '1 month 04:01' AS "07:31:00-08";
   07:31:00-08 
  -------------
!  07:31:00-08
  (1 row)
  
  SELECT interval '04:30' - time with time zone '01:02' AS "+03:28";
--- 140,146 ----
  SELECT time with time zone '03:30' + interval '1 month 04:01' AS "07:31:00-08";
   07:31:00-08 
  -------------
!  07:31:00-07
  (1 row)
  
  SELECT interval '04:30' - time with time zone '01:02' AS "+03:28";

Seems there's a couple of off-by-one errors on this platform (according to
Marc, the same was the case for the geometry stuff...)


-- 
Dominic J. Eidson
                                        "Baruk Khazad! Khazad ai-menu!" - Gimli
-------------------------------------------------------------------------------
http://www.the-infinite.org/              http://www.the-infinite.org/~dominic/


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to