mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04: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:
parent
24ede218a1
commit
2401cfa155
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue