From 1be615f381479cdcbc58f9a7684efa530705373d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 26 Aug 2001 00:55:15 +0000 Subject: [PATCH] Here is a patch to the resultmap to make the regression tests work on OU8. Larry Rosenman --- src/test/regress/resultmap | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index de953bffb4..7f3b8e313d 100644 --- a/src/test/regress/resultmap +++ b/src/test/regress/resultmap @@ -2,7 +2,7 @@ abstime/alpha.*-dec-osf=abstime-solaris-1947 abstime/i.86-pc-solaris=abstime-solaris-1947 abstime/sparc-sun-solaris=abstime-solaris-1947 abstime/.*-sco=abstime-solaris-1947 -abstime/.*-sysv5uw=abstime-solaris-1947 +abstime/.*-sysv5=abstime-solaris-1947 float4/.*-qnx=float4-exp-three-digits float8/.*-freebsd=float8-small-is-zero float8/i.86-.*-openbsd=float8-small-is-zero @@ -18,8 +18,8 @@ geometry/i386-.*-openbsd=geometry-positive-zeros-bsd geometry/sparc-.*-openbsd=geometry-positive-zeros geometry/.*-irix6=geometry-irix geometry/.*-netbsd=geometry-positive-zeros -geometry/.*-sysv5uw7.*:cc=geometry-uw7-cc -geometry/.*-sysv5uw7.*:gcc=geometry-uw7-gcc +geometry/.*-sysv5.*:cc=geometry-uw7-cc +geometry/.*-sysv5.*:gcc=geometry-uw7-gcc geometry/alpha.*-dec-osf=geometry-alpha-precision geometry/hppa=geometry-positive-zeros geometry/i.86-.*-gnulibc=geometry-i86-gnulibc @@ -38,11 +38,11 @@ horology/.*-cygwin=horology-no-DST-before-1970 horology/hppa=horology-no-DST-before-1970 horology/i.86-pc-solaris=horology-solaris-1947 horology/sparc-sun-solaris=horology-solaris-1947 -horology/.*-sysv5uw=horology-solaris-1947 +horology/.*-sysv5=horology-solaris-1947 horology/.*-sco=horology-solaris-1947 int8/.*-qnx=int8-exp-three-digits tinterval/alpha.*-dec-osf=tinterval-solaris-1947 tinterval/i.86-pc-solaris=tinterval-solaris-1947 tinterval/sparc-sun-solaris=tinterval-solaris-1947 -tinterval/.*-sysv5uw=tinterval-solaris-1947 +tinterval/.*-sysv5=tinterval-solaris-1947 tinterval/.*-sco=tinterval-solaris-1947 -- GitLab