Test suite fails on alpha architecture

From: Martin Pitt <martin(at)piware(dot)de>
To: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Test suite fails on alpha architecture
Date: 2007-11-03 15:11:46
Message-ID: 20071103151146.GE5140@piware.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello PostgreSQL developers,

The testsuite of 8.3 beta 2 fails on the Alpha architecture (versions
up to 8.2 worked fine). Apparently there is some disagreement about
how to report divisions by zero:

float8.out:
- ERROR: value out of range: overflow
+ ERROR: invalid argument for power function

errors.out:
- ERROR: division by zero
+ ERROR: floating-point exception
+ DETAIL: An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero.

and some more (case, transactions, guc, plpgsql).

The full build log including diffs and initdb/postmaster logs is on
http://experimental.ftbfs.de/fetch.php?&pkg=postgresql-8.3&ver=8.3%7Ebeta2-1&arch=alpha&stamp=1193991806&file=log&as=raw

Thank you!

Martin
--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntu.com
Debian Developer http://www.debian.org

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-11-03 18:27:25 Re: Test suite fails on alpha architecture
Previous Message Bruce Momjian 2007-11-03 14:44:46 Re: BUG #3717: libpq needs .so version raised to 6