Page 1 of 1

Self-test failure in `demo/demo.sh'

Posted: 2007-09-26T15:47:31-07:00
by mi
I'm testing without the pieces, which require X11 -- in particular, the freetype, the fontconfig, SVG, and WMF are disabled.

Here is the failure of the demo self-test:

Code: Select all

....
PASS: Magick++/demo/button.sh
demo: FreeType library is not available `/opt/share/ghostscript/fonts/n019003l.pfb'.
demo: FreeType library is not available `/opt/share/ghostscript/fonts/n019003l.pfb'.
Read images ...
Creating thumbnails...
  add noise ...
  annotate ...
  blur ...
  border ...
  channel ...
  charcoal ...
  composite ...
  contrast ...
  convolve ...
  crop ...
  despeckle ...
  draw ...
Caught exception: demo: Non-conforming drawing primitive definition `circle'
FAIL: Magick++/demo/demo.sh
PASS: Magick++/demo/flip.sh
....
Please, advise.

Re: Self-test failure in `demo/demo.sh'

Posted: 2007-09-26T16:10:26-07:00
by magick
The regression tests assume that certain delegates are available such as Freetype. Without delegates such as Freetype, ImageMagick is somewhat diminished in its capabilities.

Re: Self-test failure in `demo/demo.sh'

Posted: 2007-09-26T21:24:43-07:00
by mi
magick wrote:The regression tests assume that certain delegates are available such as Freetype. Without delegates such as Freetype, ImageMagick is somewhat diminished in its capabilities.
The diminishment is fine and to be expected. The tests, however, should distinguish between absence of functionality and bugs in it present.

Is that too difficult to implement?

Re: Self-test failure in `demo/demo.sh'

Posted: 2007-09-27T06:37:37-07:00
by magick
We intend to fix the regression tests to distinguish when certain delegates are missing. Currently we do not have an ETA on this fix. Thanks for alerting us to the problem.