mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
Mark the geometry regression test as an ignorable failure in the pre-7.4
branches. Per discussion, this seems saner than trying to maintain last-significant-digit regression test outputs for all supported platforms.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.18 2002/09/02 05:55:43 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.18.2.1 2005/07/16 19:01:50 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: insert
|
||||
|
||||
Reference in New Issue
Block a user