Solaris regression tests.

Поиск
Список
Период
Сортировка
От Keith Parks
Тема Solaris regression tests.
Дата
Msg-id 200002052255.WAA11394@mtcc.demon.co.uk
обсуждение исходный текст
Ответы Re: [HACKERS] Solaris regression tests.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
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.
*** 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-zerosgeometry/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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Keith Parks
Дата:
Сообщение: Small problem with pg_ctl.
Следующее
От: Philip Warner
Дата:
Сообщение: Re: [HACKERS] Proposal for new SET variables for optimizer costs