Re: [HACKERS] Solaris regression tests.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Solaris regression tests.
Date: 2000-02-06 05:03:37
Message-ID: 200002060503.AAA23417@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Applied.

> Hi,
>
> Solaris has always had problems with 1947 in the
> regression tests so I prepared a set of expected
> files to make things look OK.
>
> There's also a file to account for minor variations
> in the geopmetry output and a resultmap patch to
> pull them all together.
>
> With these changes PostgreSQL, from CVS, builds and
> regression tests (runcheck) cleanly.
>
> Keith.
Content-Description: resultmap.patch

> *** src/test/regress/resultmap.orig Tue Jan 25 20:29:28 2000
> --- src/test/regress/resultmap Sun Jan 30 11:56:04 2000
> ***************
> *** 4,10 ****
> --- 4,16 ----
> int4/.*-netbsd=int4-too-large
> int2/i.86-pc-linux-gnulibc=int2-not-representable
> int4/i.86-pc-linux-gnulibc=int4-not-representable
> + int2/sparc-sun-solaris=int2-too-large
> + int4/sparc-sun-solaris=int4-too-large
> geometry/hppa=geometry-positive-zeros
> geometry/.*-netbsd=geometry-positive-zeros
> geometry/i.86-.*-gnulibc=geometry-i86-gnulibc
> + geometry/sparc-sun-solaris=geometry-solaris-precision
> horology/hppa=horology-no-DST-before-1970
> + horology/sparc-sun-solaris=horology-solaris-1947
> + abstime/sparc-sun-solaris=abstime-solaris-1947
> + tinterval/sparc-sun-solaris=tinterval-solaris-1947
Content-Description: solaris_regress.tar.gz

[application/octet-stream is not supported, skipping...]

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2000-02-06 06:40:03 Re: [HACKERS] pg_ctl man page
Previous Message Bruce Momjian 2000-02-06 04:41:34 Re: [HACKERS] Optimizer cleanup to avoid redundant work on joins