From: Tom Lane Date: Tue, 12 Nov 2002 20:02:38 +0000 (+0000) Subject: Update AIX resultmap for horology tests, per Andreas. X-Git-Tag: REL7_3~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5947f433ec71284ec3f6d6b58528123dded16eb;p=postgresql Update AIX resultmap for horology tests, per Andreas. --- diff --git a/doc/FAQ_AIX b/doc/FAQ_AIX index 1ec4be0309..d17fee748f 100644 --- a/doc/FAQ_AIX +++ b/doc/FAQ_AIX @@ -1,5 +1,5 @@ From: Zeugswetter Andreas -$Date: 2002/11/11 19:59:56 $ +$Date: 2002/11/12 20:02:38 $ On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc (vac.C 5.0.1) passes all regression tests. Other versions of OS and @@ -18,7 +18,3 @@ Compiling PostgreSQL with gcc (2.95.3) on AIX also works. You need libm.a that is in the fileset bos.adt.libm. (Try the following command.) $ lslpp -l bos.adt.libm - -Since the mktime() function does not work on AIX for dates before -1970, all localtime formatted datetimes will not use daylight-saving -time for dates before 1970. diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index 728e4c2833..d9d08bce43 100644 --- a/src/test/regress/resultmap +++ b/src/test/regress/resultmap @@ -1,3 +1,5 @@ +abstime/.*-aix4=abstime-solaris-1947 +abstime/.*-aix5=abstime-solaris-1947 abstime/alpha.*-dec-osf=abstime-solaris-1947 abstime/.*-irix=abstime-solaris-1947 abstime/i.86-pc-solaris=abstime-solaris-1947 @@ -37,8 +39,8 @@ geometry/sparc-sun-solaris=geometry-solaris-precision geometry/sparc.*-linux-gnu=geometry-solaris-precision geometry/alpha.*-linux-gnu=geometry-solaris-precision geometry/.*-beos=geometry-intel-beos -horology/.*-aix4=horology-no-DST-before-1970 -horology/.*-aix5=horology-no-DST-before-1970 +horology/.*-aix4=horology-solaris-1947 +horology/.*-aix5=horology-solaris-1947 horology/alpha.*-dec-osf=horology-solaris-1947 horology/.*-cygwin=horology-no-DST-before-1970 horology/hppa=horology-no-DST-before-1970 @@ -49,6 +51,8 @@ horology/sparc-sun-sunos4.*=horology-no-DST-before-1970 horology/.*-sysv5=horology-solaris-1947 horology/.*-sco=horology-solaris-1947 int8/.*-qnx=int8-exp-three-digits +tinterval/.*-aix4=tinterval-solaris-1947 +tinterval/.*-aix5=tinterval-solaris-1947 tinterval/alpha.*-dec-osf=tinterval-solaris-1947 tinterval/.*-irix=tinterval-solaris-1947 tinterval/i.86-pc-solaris=tinterval-solaris-1947