From 63bd0db12199c5df043e1dea0f2b574f622b3a4c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 21 May 2004 05:08:06 +0000 Subject: Integrate src/timezone library for all platforms. There is more we can and should do now that we control our own destiny for timezone handling, but this commit gets the bulk of the picayune diffs in place. Magnus Hagander and Tom Lane. --- doc/src/sgml/regress.sgml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 3b2afd45ccf..76d242671bc 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ - + Regression Tests @@ -378,20 +378,19 @@ testname/platformpattern=comparisonfilename - For example: some systems using older time zone libraries fail to apply - daylight-saving corrections to dates before 1970, causing - pre-1970 PDT times to be displayed in PST instead. This causes a - few differences in the horology regression test. + For example: some systems interpret very small floating-point values + as zero, rather than reporting an underflow error. This causes a + few differences in the float8 regression test. Therefore, we provide a variant comparison file, - horology-no-DST-before-1970.out, which includes + float8-small-is-zero.out, which includes the results to be expected on these systems. To silence the bogus - failure message on HPUX platforms, - resultmap includes + failure message on OpenBSD + platforms, resultmap includes -horology/.*-hpux=horology-no-DST-before-1970 +float8/i.86-.*-openbsd=float8-small-is-zero which will trigger on any machine for which the output of - config.guess includes -hpux. + config.guess matches i.86-.*-openbsd. Other lines in resultmap select the variant comparison file for other platforms where it's appropriate. -- cgit v1.2.3