Changeset: 6999bbc28af2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6999bbc28af2
Modified Files:
        geom/BugTracker/Tests/All
        geom/sql/Tests/All
        geom/sql/Tests/conformance/Tests/All
        geom/sql/Tests/functions/Tests/All
        geom/sql/Tests/pg_regression/Tests/All
Branch: geo
Log Message:

all geom tests require geom


diffs (truncated from 483 to 300 lines):

diff --git a/geom/BugTracker/Tests/All b/geom/BugTracker/Tests/All
--- a/geom/BugTracker/Tests/All
+++ b/geom/BugTracker/Tests/All
@@ -1,9 +1,9 @@
 # tests related to bug reports:
 # <descriptive-name>.SF-<bug-report-id>[.<ext>]
 
-X_crash.SF-1971632
-copy_into_crash.SF-1975402
-copy_into_mbr.3492
+HAVE_GEOM?X_crash.SF-1971632
+HAVE_GEOM?copy_into_crash.SF-1975402
+HAVE_GEOM?copy_into_mbr.3492
 
 # tests related to bug reports:
 # <descriptive-name>.Bug-<bug-report-id>
diff --git a/geom/sql/Tests/All b/geom/sql/Tests/All
--- a/geom/sql/Tests/All
+++ b/geom/sql/Tests/All
@@ -1,6 +1,6 @@
-# mbr_left
-# mbr_right
-#asBinary
-#dwithin
-#nPoints
-#dumpPoints
+# HAVE_GEOM?mbr_left
+# HAVE_GEOM?mbr_right
+#HAVE_GEOM?asBinary
+#HAVE_GEOM?dwithin
+#HAVE_GEOM?nPoints
+#HAVE_GEOM?dumpPoints
diff --git a/geom/sql/Tests/conformance/Tests/All 
b/geom/sql/Tests/conformance/Tests/All
--- a/geom/sql/Tests/conformance/Tests/All
+++ b/geom/sql/Tests/conformance/Tests/All
@@ -1,54 +1,54 @@
-conformance_load
-T1
-T2
-T3
-T4
-T5
-T6
-T7
-T8
-#T9 ST_PolygonFromWKB is missing
-T10
-T11
-T12
-T13
-T14
-T15
-T16
-T17
-T18
-#T19 ST_LineFromWKB is missing
-#T20 ST_LineFromWKB is missing
-T21
-T22
-T23
-T24
-T25
-T26
-T27
-T28
-T29
-T30 
-T31
-T32
-T33
-T34
-T35
-T36
-T37
-T38
-T39
-T40 
-T41
-T42
-T43
-T44
-T45
-T46
-T47
-T48
-T49
-T50
-T51
-T52
-conformance_drop
+HAVE_GEOM?conformance_load
+HAVE_GEOM?T1
+HAVE_GEOM?T2
+HAVE_GEOM?T3
+HAVE_GEOM?T4
+HAVE_GEOM?T5
+HAVE_GEOM?T6
+HAVE_GEOM?T7
+HAVE_GEOM?T8
+#HAVE_GEOM?T9 ST_PolygonFromWKB is missing
+HAVE_GEOM?T10
+HAVE_GEOM?T11
+HAVE_GEOM?T12
+HAVE_GEOM?T13
+HAVE_GEOM?T14
+HAVE_GEOM?T15
+HAVE_GEOM?T16
+HAVE_GEOM?T17
+HAVE_GEOM?T18
+#HAVE_GEOM?T19 ST_LineFromWKB is missing
+#HAVE_GEOM?T20 ST_LineFromWKB is missing
+HAVE_GEOM?T21
+HAVE_GEOM?T22
+HAVE_GEOM?T23
+HAVE_GEOM?T24
+HAVE_GEOM?T25
+HAVE_GEOM?T26
+HAVE_GEOM?T27
+HAVE_GEOM?T28
+HAVE_GEOM?T29
+HAVE_GEOM?T30 
+HAVE_GEOM?T31
+HAVE_GEOM?T32
+HAVE_GEOM?T33
+HAVE_GEOM?T34
+HAVE_GEOM?T35
+HAVE_GEOM?T36
+HAVE_GEOM?T37
+HAVE_GEOM?T38
+HAVE_GEOM?T39
+HAVE_GEOM?T40 
+HAVE_GEOM?T41
+HAVE_GEOM?T42
+HAVE_GEOM?T43
+HAVE_GEOM?T44
+HAVE_GEOM?T45
+HAVE_GEOM?T46
+HAVE_GEOM?T47
+HAVE_GEOM?T48
+HAVE_GEOM?T49
+HAVE_GEOM?T50
+HAVE_GEOM?T51
+HAVE_GEOM?T52
+HAVE_GEOM?conformance_drop
diff --git a/geom/sql/Tests/functions/Tests/All 
b/geom/sql/Tests/functions/Tests/All
--- a/geom/sql/Tests/functions/Tests/All
+++ b/geom/sql/Tests/functions/Tests/All
@@ -1,70 +1,70 @@
-loadTestWKT
+HAVE_GEOM?loadTestWKT
 
-ST_PointFromText
-ST_LineFromText
-ST_PolygonFromText
-ST_MPointFromText
-ST_MLineFromText
-ST_MPolygonFromText
-ST_GeomFromText
+HAVE_GEOM?ST_PointFromText
+HAVE_GEOM?ST_LineFromText
+HAVE_GEOM?ST_PolygonFromText
+HAVE_GEOM?ST_MPointFromText
+HAVE_GEOM?ST_MLineFromText
+HAVE_GEOM?ST_MPolygonFromText
+HAVE_GEOM?ST_GeomFromText
 
-dropTestWKT
+HAVE_GEOM?dropTestWKT
 
-ST_MakePoint
+HAVE_GEOM?ST_MakePoint
 
-loadTestGeometries
+HAVE_GEOM?loadTestGeometries
 
 
-ST_GeometryType
-ST_AsText
+HAVE_GEOM?ST_GeometryType
+HAVE_GEOM?ST_AsText
 
-ST_IsClosed #ignores Z coordinate
-ST_IsEmpty 
-ST_IsSimple #ignores Z coordinate
-ST_IsValid #ignores Z coordinate
-ST_IsRing #ignores Z coordinate
+HAVE_GEOM?ST_IsClosed #ignores Z coordinate
+HAVE_GEOM?ST_IsEmpty 
+HAVE_GEOM?ST_IsSimple #ignores Z coordinate
+HAVE_GEOM?ST_IsValid #ignores Z coordinate
+HAVE_GEOM?ST_IsRing #ignores Z coordinate
 
-XYZ
-XYZMinMax
-#srid
-ST_GeometryN
-ST_NumGeometries
-ST_NumPoints
-ST_NPoints
+HAVE_GEOM?XYZ
+HAVE_GEOM?XYZMinMax
+#HAVE_GEOM?srid
+HAVE_GEOM?ST_GeometryN
+HAVE_GEOM?ST_NumGeometries
+HAVE_GEOM?ST_NumPoints
+HAVE_GEOM?ST_NPoints
 
-ST_NumInteriorRings
-ST_NRings
+HAVE_GEOM?ST_NumInteriorRings
+HAVE_GEOM?ST_NRings
 
-#transform
+#HAVE_GEOM?transform
 
-ST_Contains #ignores Z coordinate
+HAVE_GEOM?ST_Contains #ignores Z coordinate
 
-#equals
+#HAVE_GEOM?equals
 
-ST_Boundary #Missing geom_bat + bat_geom
+HAVE_GEOM?ST_Boundary #Missing geom_bat + bat_geom
 
-ST_Dimension
-ST_CoordDim
+HAVE_GEOM?ST_Dimension
+HAVE_GEOM?ST_CoordDim
 
-ST_AsEWKT
+HAVE_GEOM?ST_AsEWKT
 
-#ST_Covers #Look at ST_Covers.sql for more details on the problem
-#ST_CoveredBy #Look at ST_CoveredBy.sql for more details on the problem
+#HAVE_GEOM?ST_Covers #Look at ST_Covers.sql for more details on the problem
+#HAVE_GEOM?ST_CoveredBy #Look at ST_CoveredBy.sql for more details on the 
problem
 
-ST_MakeBox2D
-#makeEnvelope
+HAVE_GEOM?ST_MakeBox2D
+#HAVE_GEOM?makeEnvelope
 
-#mbr_overlap
-#mbr_contains
-#mbr_equal
-#mbr_contained
-#mbr_overlap_or_right
-#mbr_overlap_or_left
-#mbr_below
-#mbr_overlap_or_above
-#mbr_above
-#mbr_overlap_or_below
-#mbr_distance
+#HAVE_GEOM?mbr_overlap
+#HAVE_GEOM?mbr_contains
+#HAVE_GEOM?mbr_equal
+#HAVE_GEOM?mbr_contained
+#HAVE_GEOM?mbr_overlap_or_right
+#HAVE_GEOM?mbr_overlap_or_left
+#HAVE_GEOM?mbr_below
+#HAVE_GEOM?mbr_overlap_or_above
+#HAVE_GEOM?mbr_above
+#HAVE_GEOM?mbr_overlap_or_below
+#HAVE_GEOM?mbr_distance
 
 
-dropTestGeometries
+HAVE_GEOM?dropTestGeometries
diff --git a/geom/sql/Tests/pg_regression/Tests/All 
b/geom/sql/Tests/pg_regression/Tests/All
--- a/geom/sql/Tests/pg_regression/Tests/All
+++ b/geom/sql/Tests/pg_regression/Tests/All
@@ -1,141 +1,141 @@
-#regression_load2D
-#regression_load3D
-#regression_load4D
-#regression_drop
+#HAVE_GEOM?regression_load2D
+#HAVE_GEOM?regression_load3D
+#HAVE_GEOM?regression_load4D
+#HAVE_GEOM?regression_drop
 
-#binary #Unknown Types: CIRCULARSTRING, COMPOUNDCURVE, CURVEPOLYGON, 
MULTICURVE, MULTISURFACE, TRIANGLE, TIN
+#HAVE_GEOM?binary #Unknown Types: CIRCULARSTRING, COMPOUNDCURVE, CURVEPOLYGON, 
MULTICURVE, MULTISURFACE, TRIANGLE, TIN
                #Unknown Functions: st_force3dz, st_force3dm, st_force4d, 
st_orderingequals
                #It cannot handle EMPTY geometries in COPY INTO table FROM file 
commands
 
-#regress #Uknown Types: POINTM, CIRCULARSTRING, COMPOUNDCURVE, CURVEPOLYGON, 
TRIANGLE, TIN, MULTISURFACE, MULTICURVE
+#HAVE_GEOM?regress #Uknown Types: POINTM, CIRCULARSTRING, COMPOUNDCURVE, 
CURVEPOLYGON, TRIANGLE, TIN, MULTISURFACE, MULTICURVE
                #Unknown Operators: <<, >>
                #Uknown Functions: box3d, geometry, postgis_dropbbox, st_m, 
st_multi, st_force_3dm, st_force_3dz, st_force_4d, st_force_collection, 
st_asbinary(geometry,char), st_collectionextract 
 
-#regress_index #gist index is not supported
+#HAVE_GEOM?regress_index #gist index is not supported
 #
-#regress_selectivity #generate_series does not work and other postGIS specific 
functions
+#HAVE_GEOM?regress_selectivity #generate_series does not work and other 
postGIS specific functions
 
-#lwgeom_regress #Unknown Fnctions: ST_extent, ST_NDims, ST_mem_size, 
ST_Force2d, ST_Force3dz, ST_Force4d, ST_Force3dm, ST_force3dz
+#HAVE_GEOM?lwgeom_regress #Unknown Fnctions: ST_extent, ST_NDims, ST_mem_size, 
ST_Force2d, ST_Force3dz, ST_Force4d, ST_Force3dm, ST_force3dz
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to