Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2) - Mailing list pgsql-ports

From Peter Eisentraut
Subject Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)
Date
Msg-id Pine.LNX.4.21.0009281033380.363-100000@peter
Whole thread Raw
In response to Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)  (Jason Tishler <Jason.Tishler@dothill.com>)
Responses Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)  (Jason Tishler <Jason.Tishler@dothill.com>)
List pgsql-ports
Jason Tishler writes:

> I ran the regression tests on the Cygwin PostgreSQL build.  All tests
> except for two passed.  So following the instructions found near the
> beginning of regress.out, I am reporting "any apparent problems" found
> to the list.
>
> The two tests that failed are horology and random.  See attached for diffs
> between the expected and results.  My guess is that the horology failures
> can be safely ignored.  Unfortunately, I'm not quite so sure for random.

The horology result is a known failure on platforms that don't properly
support daylight savings time before 1970.  Add the following line to the
file resultmap (at the end, for example):

    horology/*-*-cygwin*=horology-no-DST-before-1970

then that test should pass.  I will do the same thing in the development
branch.

The random test can indeed be safely ignored, the point being that this
test may fail randomly.


--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-ports by date:

Previous
From: Jason Tishler
Date:
Subject: Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (Take 2)