dbTalk Databases Forums  

[BUGS] Regression test geometry.out may have wrong value.

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] Regression test geometry.out may have wrong value. in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John Kelly
 
Posts: n/a

Default [BUGS] Regression test geometry.out may have wrong value. - 09-23-2004 , 11:51 PM






This is a multi-part message in MIME format.
--------------090407050001050501090504
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Folks,

I built and ran the Postgres 8.0.0 beta 2 on MacOS 10.3.5 and got a
strange failure on the geometry tests. It appears as if the result
(-0,0) is expected (expected/geometry.out), which does not make much
sense, the actual value was (0,0) as expected.

The actual regression.diff is attached. Bottom line is the code looks
correct, but the expected test results looks incorrect.

Thanks,

John Kelly


--------------090407050001050501090504
Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
name="regression.diffs"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="regression.diffs"

*** ./expected/geometry.out Fri Oct 31 22:07:07 2003
--- ./results/geometry.out Tue Sep 21 08:48:46 2004
***************
*** 117,123 ****
Quote:
(5.1,34.5) | [(1,2),(3,4)] | (3,4)
(-5,-12) | [(1,2),(3,4)] | (1,2)
(10,10) | [(1,2),(3,4)] | (3,4)
! | (0,0) | [(0,0),(6,6)] | (-0,0)
(-10,0) | [(0,0),(6,6)] | (0,0)
(-3,4) | [(0,0),(6,6)] | (0.5,0.5)
(5.1,34.5) | [(0,0),(6,6)] | (6,6)
--- 117,123 ----
(5.1,34.5) | [(1,2),(3,4)] | (3,4)
(-5,-12) | [(1,2),(3,4)] | (1,2)
(10,10) | [(1,2),(3,4)] | (3,4)
! | (0,0) | [(0,0),(6,6)] | (0,0)
(-10,0) | [(0,0),(6,6)] | (0,0)
(-3,4) | [(0,0),(6,6)] | (0.5,0.5)
(5.1,34.5) | [(0,0),(6,6)] | (6,6)
================================================== ====================


--------------090407050001050501090504
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org)

--------------090407050001050501090504--


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.