aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-01-20 15:21:23 +0000
committerBruce Momjian <bruce@momjian.us>2000-01-20 15:21:23 +0000
commit8792af75f66d6fababd3fe8f80a246fe61c6f6a5 (patch)
tree0ecc2051e6c05df5b15496fc7203e83d664e3c01 /src
parente474dd182a75387c092afae3a646405d42c6fde2 (diff)
downloadpostgresql-8792af75f66d6fababd3fe8f80a246fe61c6f6a5.tar.gz
postgresql-8792af75f66d6fababd3fe8f80a246fe61c6f6a5.zip
I have noticed that the geometry test's output for hppa1 and hppa2 are in
fact the same, so I suggest they could be the same file say geometry-positive-zeros.out, as the main difference seems to be not printing eg. (0,-0). In src/test/regress/expected, I propose rm int2-i386-netbsd.out int4-i386-netbsd.out mv geometry-hppa1.1.out geometry-positive-zeros.out rm geometry-hppa2.0.out geometry-i386-netbsd.out and the following patch to resultmap. I have only tested the netbsd results on i386, but think that in all probability the differences will be the same for other ports. If it turns out not to be the case, at least we might find out. Patrick Welche
Diffstat (limited to 'src')
-rw-r--r--src/test/regress/resultmap7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap
index 983fde046b5..c9a3d66abba 100644
--- a/src/test/regress/resultmap
+++ b/src/test/regress/resultmap
@@ -1,8 +1,11 @@
int2/hppa=int2-too-large
int4/hppa=int4-too-large
+int2/.*-.*-netbsd.*=int2-too-large
+int4/.*-.*-netbsd.*=int4-too-large
int2/i.86-pc-linux-gnulibc=int2-not-representable
int4/i.86-pc-linux-gnulibc=int4-not-representable
-geometry/hppa1\.1=geometry-hppa1.1
-geometry/hppa2\.0=geometry-hppa2.0
+geometry/hppa1\.1=geometry-positive-zeros
+geometry/hppa2\.0=geometry-positive-zeros
+geometry/.*-.*-netbsd.*=geometry-positive-zeros
geometry/i.86-.*-gnulibc=geometry-i86-gnulibc
horology/hppa=horology-no-DST-before-1970