8000 Mark the geometry regression test as an ignorable failure in the pre-7.4 · tedx/postgres@861e3c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 861e3c7

Browse files
committed
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.
1 parent c969e30 commit 861e3c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/test/regress/parallel_schedule

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ test: numerology
1414
test: point lseg box path polygon circle date time timetz timestamp timestamptz interval abstime reltime tinterval inet comments oidjoins type_sanity opr_sanity
1515

1616
# Depends on point, lseg, box, path, polygon and circle
17+
ignore: geometry
1718
test: geometry
1819
# Depends on interval, timetz, timestamp, timestamptz, reltime and abstime
1920
test: horology

src/test/regress/serial_schedule

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.7 2001/09/28 07:59:38 thomas Exp $
1+
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.7.2.1 2005/07/16 19:02:01 tgl Exp $
22
# This should probably be in an order similar to parallel_schedule.
33
test: boolean
44
test: char
@@ -35,6 +35,7 @@ test: comments
3535
test: oidjoins
3636
test: type_sanity
3737
test: opr_sanity
38+
ignore: geometry
3839
test: geometry
3940
test: horology
4041
test: create_function_1

0 commit comments

Comments
 (0)
0