Subject: | Unclosed polygon support removed in libgd 2.1? |
I have smoker machines (debian jessie, debian wheezy, freebsd 10.1, freebsd 9.2) where the test suite fails:
...
libgd 2.0.33 or higher required for unclosed polygon support at t/GD-Cairo.t line 98.
t/GD-Cairo.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests
...
All these machines have newer libgd installed (2.1.1, 2.1.0, 2.0.36), but none of these seem to have support for unclosed polygons. gdlib-config --features says:
GD_TIFF GD_JPEG GD_FONTCONFIG GD_FREETYPE GD_PNG GD_GIF GD_GIFANIM GD_OPENPOLYGON
So maybe skip this problematic test case?