Opened 12 years ago

Closed 12 years ago

#1590 closed defect (duplicate)

Still regression failures with trunk on mingw

Reported by: robe Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: mingw, windows Cc:

Description

As of r9241, still getting a lot of regression failures. I suspect the later failures are because mingw is crashing on tickets test.

Here is what I have.

all pass up to this point and start failing on tickets.

 tickets .. failed (diff expected obtained: /tmp/pgis_reg_3680/test_65_diff)
 typmod .. failed (diff expected obtained: /tmp/pgis_reg_3680/test_66_diff)
 remove_repeated_points .. failed (diff expected obtained: /tmp/pgis_reg_3680/te          st_67_diff)
 split .. failed (diff expected obtained: /tmp/pgis_reg_3680/test_68_diff)
 relate .. failed (diff expected obtained: /tmp/pgis_reg_3680/test_69_diff)
 bestsrid .. failed (diff expected obtained: /tmp/pgis_reg_3680/test_70_diff)
 concave_hull .. failed (diff expected obtained: /tmp/pgis_reg_3680/test_71_diff          )
 hausdorff .. failed (diff expected obtained: /tmp/pgis_reg_3680/test_72_diff)
 regress_buffer_params .. failed (diff expected obtained: /tmp/pgis_reg_3680/tes          t_73_diff)
 offsetcurve .. failed (diff expected obtained: /tmp/pgis_reg_3680/test_74_diff)
 relatematch .. failed (diff expected obtained: /tmp/pgis_reg_3680/test_75_diff)
 isvaliddetail .. ok 
 sharedpaths .. ok 
 snap .. ok 
 node .. ok 
 unaryunion .. ok 
 clean .. ok 
 relate_bnr .. ok 
 uninstall .. ok (3855)

Run tests: 83
Failed: 11
make[1]: *** [check] Error 11
make[1]: Leaving directory `/c/projects/PostGIS/trunk/regress'
make: *** [check] Error 1

I'll take tickets out to confirm rest pass without it and try to see what test in tickets is causing the crash.

Change History (1)

comment:1 by robe, 12 years ago

Resolution: duplicate
Status: newclosed

found it — its this one:

insert into spatial_ref_sys (srid, proj4text) values (500001,NULL);
insert into spatial_ref_sys (srid, proj4text) values (500002, '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs');
select '#1150', st_astext(st_transform('SRID=500002;POINT(0 0)',500001));

I'll close this and reopen that ticket.

Note: See TracTickets for help on using tickets.