From: | Pete Forman <gsez020(at)kryten(dot)bedford(dot)waii(dot)com> |
---|---|
To: | pgsql-patches(at)postgresql(dot)org |
Subject: | Regression tests - expected file for IRIX geometry test |
Date: | 2000-10-13 11:11:06 |
Message-ID: | 14822.60874.529654.921133@kryten.bedford.waii.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Pete Forman
Your email address : pete(dot)forman(at)westgeo(dot)com
System Configuration
---------------------
Architecture (example: Intel Pentium) : SGI MIPS 8000
Operating System (example: Linux 2.0.26 ELF) : IRIX 6.5.5m
PostgreSQL version (example: PostgreSQL-7.1): PostgreSQL-7.1
Compiler used (example: gcc 2.8.0) : MIPSPro 7.3
Please enter a FULL description of your problem:
------------------------------------------------
geometry test fails on IRIX.
Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
$ make runcheck
If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
Here is a patch for resultmap and the results file.
I have counted 9 differences in the least significant digit compared
with geometry-positive-zeros.out. It would be wise for someone else
to double check.
*** src/test/regress/resultmap.orig Sun Oct 8 08:00:19 2000
--- src/test/regress/resultmap Fri Oct 13 11:51:11 2000
***************
*** 13,18 ****
--- 13,19 ----
geometry/.*-bsdi=geometry-positive-zeros-bsd
geometry/.*-freebsd=geometry-positive-zeros
geometry/.*-freebsdelf4.0=geometry-positive-zeros-bsd
+ geometry/.*-irix6=geometry-irix
geometry/.*-netbsd=geometry-positive-zeros
geometry/hppa=geometry-positive-zeros
geometry/i.86-.*-gnulibc=geometry-i86-gnulibc
Attachment | Content-Type | Size |
---|---|---|
geometry-irix.out | text/plain | 22.3 KB |
unknown_filename | text/plain | 277 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | The Hermit Hacker | 2000-10-13 21:03:36 | a test ... |
Previous Message | Pete Forman | 2000-10-13 09:32:06 | Add support for <xti.h> |