PerlMagick-6.87 fails two tests in t/montage.t

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
dfavor
Posts: 23
Joined: 2013-02-15T05:57:40-07:00
Authentication code: 6789

PerlMagick-6.87 fails two tests in t/montage.t

Post by dfavor »

net1# PERL_DL_NONLAZY=1 /david-favor-tools/ubuntu-13.10/perl-5.19.6/bin/perl5.19.6 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/montage.t
t/montage.t ..
1..19
$montage=$images->Montage( background=>'#696e7e' )
ok 1
$montage=$images->Montage( background=>'#696e7e',, geometry=>'90x80+5+5>', gravity=>'Center' )
ok 2
$montage=$images->Montage( background=>'#696e7e',, geometry=>'90x80+5+5>', gravity=>'NorthWest' )
ok 3
$montage=$images->Montage( background=>'#696e7e',, geometry=>'90x80+5+5>', gravity=>'North' )
ok 4
$montage=$images->Montage( background=>'#696e7e',, geometry=>'90x80+5+5>', gravity=>'NorthEast' )
ok 5
$montage=$images->Montage( background=>'#696e7e',, geometry=>'90x80+5+5>', gravity=>'West' )
ok 6
$montage=$images->Montage( background=>'#696e7e',, geometry=>'90x80+5+5>', gravity=>'East' )
ok 7
$montage=$images->Montage( background=>'#696e7e',, geometry=>'90x80+5+5>', gravity=>'SouthWest' )
ok 8
$montage=$images->Montage( background=>'#696e7e',, geometry=>'90x80+5+5>', gravity=>'South' )
ok 9
$montage=$images->Montage( background=>'#696e7e',, geometry=>'90x80+5+5>', gravity=>'SouthEast' )
ok 10
$images->Set(bordercolor=>'blue', mattecolor=>'red')
$montage=$images->Montage( background=>'#696e7e',, tile=>'4x4', geometry=>'90x80+3+3>', frame=>'8x10',
borderwidth=>'0', gravity=>'Center', background=>'gray' )
ok 11
$images->Set(bordercolor=>'blue', mattecolor=>'red')
$montage=$images->Montage( background=>'#696e7e',, tile=>'4x4', geometry=>'90x80+6+6>', frame=>'8x10',
borderwidth=>'0', gravity=>'Center', shadow=>'True',background=>'gray' )
ReadImage()
Test 12, signatures do not match.
Expected: f1ed563cf9a446dd4516945b475bc21692037d0c12a83405a837abcbdf37bcf7
Computed: bcd96dabb454c5d25091422763b1cdecb6a69a9b02b84a5b7fa0a70f150b957c
Depth: 16
not ok 12
$images->Set(bordercolor=>'blue', mattecolor=>'red')
$montage=$images->Montage( background=>'#696e7e',, tile=>'4x4', geometry=>'90x80+6+6>', frame=>'8x10',
borderwidth=>'0', gravity=>'Center', shadow=>'True', texture=>'granite:' )
ReadImage()
Test 13, signatures do not match.
Expected: 35864982c2d66e1f9f4ac8150a7f8bd0926d0d48a2b4602bb229f878bd4d8752
Computed: 9209b2db884fa4730eeab6c410b90e094fa305635baab7ede17270c13f6e80ad
Depth: 16
not ok 13
$montage=$images->Montage( background=>'#696e7e',, tile=>'4x4', geometry=>'90x80+6+6>', mode=>'Unframe',
borderwidth=>'0', gravity=>'Center', background=>'gray' )
ok 14
$images->Set(bordercolor=>'red')
$montage=$images->Montage( background=>'#696e7e',, tile=>'4x4', geometry=>'90x80+6+6>', mode=>'Unframe',
borderwidth=>'5', gravity=>'Center', background=>'gray' )
ok 15
$images->Set(bordercolor=>'red')
$montage=$images->Montage( tile=>'4x4', geometry=>'90x80+6+6>', mode=>'UnFrame',
borderwidth=>'5', gravity=>'Center', background=>'gray' )
ok 16
$montage=$images->Montage( background=>'#696e7e',, tile=>'16x1', geometry=>'90x80+0+0>', mode=>'Unframe',
borderwidth=>'0', gravity=>'Center', background=>'gray' )
ok 17
$montage=$images->Montage( background=>'#696e7e',, tile=>'4x4', geometry=>'90x80>', mode=>'Concatenate' )
ok 18
$montage=$images->Montage( background=>'#696e7e',, tile=>'4x4', geometry=>'+0+0', mode=>'Unframe', shadow=>'False',
borderwidth=>'0', background=>'gray' )
ok 19
Failed 2/19 subtests

Test Summary Report
-------------------
t/montage.t (Wstat: 0 Tests: 19 Failed: 2)
Failed tests: 12-13
Files=1, Tests=19, 1 wallclock secs ( 0.02 usr 0.01 sys + 3.05 cusr 0.06 csys = 3.14 CPU)
Result: FAIL
Failed 1/1 test programs. 2/19 subtests failed.
_______

net1# convert -list configure

Path: /david-favor-tools/ubuntu-13.10/lib/ImageMagick-6.8.7//config-Q16/configure.xml

Name Value
-------------------------------------------------------------------------------
CC gcc -std=gnu99 -std=gnu99
CFLAGS -pthread -I/usr/include/OpenEXR -I/david-favor-tools/ubuntu-13.10/include/glib-2.0 -I/david-favor-tools/ubuntu-13.10/lib/glib-2.0/include -I/usr/include/lqr-1 -I/usr/include/freetype2 -fopenmp -Wall -g -O2 -I/david-favor-tools/ubuntu-13.10/include -I/opt/local/include -I/usr/local/include -I/usr/include -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
CODER_PATH /david-favor-tools/ubuntu-13.10/lib/ImageMagick-6.8.7/modules-Q16/coders
CONFIGURE ./configure 'CC=gcc' 'CXX=gcc' 'LDFLAGS=-L/david-favor-tools/ubuntu-13.10/lib -L/opt/local/lib -L/usr/local/lib -L/usr/lib' 'CFLAGS=-Wall -g -O2 -I/david-favor-tools/ubuntu-13.10/include -I/opt/local/include -I/usr/local/include -I/usr/include' 'CPPFLAGS=-Wall -g -O2 -I/david-favor-tools/ubuntu-13.10/include -I/opt/local/include -I/usr/local/include -I/usr/include' '--prefix=/david-favor-tools/ubuntu-13.10' '--enable-shared' '--disable-static' '--with-threads' '--with-perl' '--with-x' '--without-magick-plus-plus'
CONFIGURE_PATH /david-favor-tools/ubuntu-13.10/etc/ImageMagick-6/
COPYRIGHT Copyright (C) 1999-2014 ImageMagick Studio LLC
CPPFLAGS -I/david-favor-tools/ubuntu-13.10/include/ImageMagick-6
CXX gcc
CXXFLAGS -g -O2 -pthread
DEFS -DHAVE_CONFIG_H
DELEGATES bzlib djvu mpeg fftw fontconfig freetype jbig jng jp2 jpeg lcms lqr lzma openexr pango png ps tiff webp x xml zlib
DISTCHECK_CONFIG_FLAGS 'CC=gcc' 'CFLAGS=-Wall -g -O2 -I/david-favor-tools/ubuntu-13.10/include -I/opt/local/include -I/usr/local/include -I/usr/include' 'CPPFLAGS=-Wall -g -O2 -I/david-favor-tools/ubuntu-13.10/include -I/opt/local/include -I/usr/local/include -I/usr/include' 'CXX=gcc' 'LDFLAGS=-L/david-favor-tools/ubuntu-13.10/lib -L/opt/local/lib -L/usr/local/lib -L/usr/lib' --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-gslib=no --with-fontpath= --with-gvc=no --with-mupdf=no --with-rsvg=no --with-wmf=no
DOCUMENTATION_PATH /david-favor-tools/ubuntu-13.10/share/doc/ImageMagick-6
EXEC-PREFIX /david-favor-tools/ubuntu-13.10
EXECUTABLE_PATH /david-favor-tools/ubuntu-13.10/bin
FEATURES DPC OpenMP
FILTER_PATH /david-favor-tools/ubuntu-13.10/lib/ImageMagick-6.8.7/modules-Q16/filters
HOST x86_64-unknown-linux-gnu
INCLUDE_PATH /david-favor-tools/ubuntu-13.10/include/ImageMagick-6
LDFLAGS -L/david-favor-tools/ubuntu-13.10/lib -L/david-favor-tools/ubuntu-13.10/lib -L/opt/local/lib -L/usr/local/lib -L/usr/lib
LIB_VERSION 0x687
LIB_VERSION_NUMBER 6,8,7,8
LIBRARY_PATH /david-favor-tools/ubuntu-13.10/lib/ImageMagick-6.8.7
LIBS -ljbig -llcms2 -ltiff -lfreetype -ljasper -ljpeg -L/david-favor-tools/ubuntu-13.10/lib -llqr-1 -lglib-2.0 -lpng16 -ldjvulibre -lfftw3 -lfontconfig -lwebp -lXext -lXt -lSM -lICE -lX11 -llzma -lbz2 -pthread -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread -L/david-favor-tools/ubuntu-13.10/lib -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lxml2 -lz -lm -lgomp
NAME ImageMagick
PCFLAGS -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
PREFIX /david-favor-tools/ubuntu-13.10
QuantumDepth 16
RELEASE_DATE 2013-12-06
SHARE_PATH /david-favor-tools/ubuntu-13.10/share/ImageMagick-6
SHAREARCH_PATH /david-favor-tools/ubuntu-13.10/lib/ImageMagick-6.8.7/config-Q16
SVN_REVISION 13853
TARGET_CPU x86_64
TARGET_OS linux-gnu
TARGET_VENDOR unknown
VERSION 6.8.7
WEBSITE http://www.imagemagick.org

Path: [built-in]

Name Value
-------------------------------------------------------------------------------
FEATURES OpenMP
NAME ImageMagick
QuantumDepth 16
Post Reply