Mark the geometry regression test as an ignorable failure in the pre-7.4
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Jul 2005 19:02:01 +0000 (19:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Jul 2005 19:02:01 +0000 (19:02 +0000)
branches.  Per discussion, this seems saner than trying to maintain
last-significant-digit regression test outputs for all supported platforms.

src/test/regress/parallel_schedule
src/test/regress/serial_schedule

index 877a70f902b5f9b6423399ab8ee6de7b0dd65331..8c6da3ba1fd2baec1756917ed50c84490d9aad90 100644 (file)
@@ -14,6 +14,7 @@ test: numerology
 test: point lseg box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet comments oidjoins type_sanity opr_sanity
 
 # Depends on point, lseg, box, path, polygon and circle
+ignore: geometry
 test: geometry
 # Depends on interval, timetz, timestamp, timestamptz, reltime and abstime
 test: horology 
index 61a5d39b6492382c19ceec8e4cee4ccfc062c24b..f790e9e4047b64deecc34b78c52e86701331e356 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.7 2001/09/28 07:59:38 thomas Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.7.2.1 2005/07/16 19:02:01 tgl Exp $
 # This should probably be in an order similar to parallel_schedule.
 test: boolean
 test: char
@@ -35,6 +35,7 @@ test: comments
 test: oidjoins
 test: type_sanity
 test: opr_sanity
+ignore: geometry
 test: geometry
 test: horology
 test: create_function_1