#At file:///mnt/raid/alik/MySQL/bzr/disabled/azalea-bf-disabled_tests/ based on revid:jon.hauglid@stripped
2805 Alexander Nozdrin 2009-06-25
Disable failing test case due to Bug#38092.
modified:
mysql-test/r/gis.result
mysql-test/t/gis.test
=== modified file 'mysql-test/r/gis.result'
--- a/mysql-test/r/gis.result 2009-06-24 19:39:33 +0000
+++ b/mysql-test/r/gis.result 2009-06-25 11:45:53 +0000
@@ -647,10 +647,6 @@ select object_id, geometrytype(geo), ISS
t1 where object_id=85998;
object_id geometrytype(geo) ISSIMPLE(GEO) ASTEXT(centroid(geo))
85998 MULTIPOLYGON 0 POINT(115.31877315203187 -36.23747282102153)
-select object_id, geometrytype(geo), ISSIMPLE(GEO), ASTEXT(centroid(geo)) from
-t1 where object_id=85984;
-object_id geometrytype(geo) ISSIMPLE(GEO) ASTEXT(centroid(geo))
-85984 MULTIPOLYGON 0 POINT(-114.87787186923313 36.33101763469049)
drop table t1;
create table t1 (fl geometry not null);
insert into t1 values (1);
=== modified file 'mysql-test/t/gis.test'
--- a/mysql-test/t/gis.test 2009-06-24 19:39:33 +0000
+++ b/mysql-test/t/gis.test 2009-06-25 11:45:53 +0000
@@ -360,12 +360,13 @@ insert into t1 values ('85984',GeomFromT
select object_id, geometrytype(geo), ISSIMPLE(GEO), ASTEXT(centroid(geo)) from
t1 where object_id=85998;
+# -- [DISABLED Bug#38092]
# Expected results are -114.87787186923313 and 36.33101763469049, but IA64
# returns -114.87787186923326 and 36.33101763469043 due to fused multiply-add
# instructions.
---replace_result -114.87787186923326 -114.87787186923313 36.33101763469043 36.33101763469049
-select object_id, geometrytype(geo), ISSIMPLE(GEO), ASTEXT(centroid(geo)) from
-t1 where object_id=85984;
+# --replace_result -114.87787186923326 -114.87787186923313 36.33101763469043 36.33101763469049
+# select object_id, geometrytype(geo), ISSIMPLE(GEO), ASTEXT(centroid(geo)) from
+# t1 where object_id=85984;
drop table t1;
Attachment: [text/bzr-bundle] bzr/alik@sun.com-20090625114553-z4ief5ojwoutyafc.bundle
| Thread |
|---|
| • bzr commit into mysql-5.4 branch (alik:2805) Bug#38092 | Alexander Nozdrin | 25 Jun |