mirror of https://github.com/postgres/postgres
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
c969e30d7d
commit
861e3c7a07
|
@ -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
|
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
|
# Depends on point, lseg, box, path, polygon and circle
|
||||||
|
ignore: geometry
|
||||||
test: geometry
|
test: geometry
|
||||||
# Depends on interval, timetz, timestamp, timestamptz, reltime and abstime
|
# Depends on interval, timetz, timestamp, timestamptz, reltime and abstime
|
||||||
test: horology
|
test: horology
|
||||||
|
|
|
@ -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.
|
# This should probably be in an order similar to parallel_schedule.
|
||||||
test: boolean
|
test: boolean
|
||||||
test: char
|
test: char
|
||||||
|
@ -35,6 +35,7 @@ test: comments
|
||||||
test: oidjoins
|
test: oidjoins
|
||||||
test: type_sanity
|
test: type_sanity
|
||||||
test: opr_sanity
|
test: opr_sanity
|
||||||
|
ignore: geometry
|
||||||
test: geometry
|
test: geometry
|
||||||
test: horology
|
test: horology
|
||||||
test: create_function_1
|
test: create_function_1
|
||||||
|
|
Loading…
Reference in New Issue