Failing validate-formats-* tests
Posted: 2016-06-24T07:36:10-07:00
Hi,
FAIL: tests/validate-formats-disk.tap 1
FAIL: tests/validate-formats-map.tap 1
FAIL: tests/validate-formats-memory.tap 1
Continuing my journey to update Solaris 10 ImageMagick, these three tests fail at anything concerning TIFF/PTIF, like
test 429: PTIF/Undefined/TrueColor/8-bits... fail @ tests/validate.c/tests/validate.c/1443.
test 438: PTIF/Undefined/ColorSeparationAlpha/8-bits... fail @ tests/validate.c/tests/validate.c/1712.
test 542: TIFF/Undefined/ColorSeparationAlpha/8-bits... fail @ tests/validate.c/tests/validate.c/1712.
with errors like:
validate: Not a TIFF file, bad magic number 12080 (0x2f30). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 12080 (0x2f30). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 12335 (0x302f). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 65327 (0xff2f). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 3331 (0xd03). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 65283 (0xff03). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 65283 (0xff03). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 0 (0x0). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 1280 (0x500). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 1280 (0x500). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 19248 (0x4b30). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
I suspect that this might be because the system libtiff library might be outdated. I can see that validate performs number of operations on the temporary image, but somehow I missed where the image is taken from? Is it somewhere constructed from scratch, or some template is used?
Thank you
__
Vlad
FAIL: tests/validate-formats-disk.tap 1
FAIL: tests/validate-formats-map.tap 1
FAIL: tests/validate-formats-memory.tap 1
Continuing my journey to update Solaris 10 ImageMagick, these three tests fail at anything concerning TIFF/PTIF, like
test 429: PTIF/Undefined/TrueColor/8-bits... fail @ tests/validate.c/tests/validate.c/1443.
test 438: PTIF/Undefined/ColorSeparationAlpha/8-bits... fail @ tests/validate.c/tests/validate.c/1712.
test 542: TIFF/Undefined/ColorSeparationAlpha/8-bits... fail @ tests/validate.c/tests/validate.c/1712.
with errors like:
validate: Not a TIFF file, bad magic number 12080 (0x2f30). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 12080 (0x2f30). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 12335 (0x302f). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 65327 (0xff2f). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 3331 (0xd03). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 65283 (0xff03). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 65283 (0xff03). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 0 (0x0). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 1280 (0x500). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 1280 (0x500). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
validate: Not a TIFF file, bad magic number 19248 (0x4b30). `/var/tmp/magick-2449EI2ukumZaiYe' @ error/tiff.c/coders/tiff.c/561.
I suspect that this might be because the system libtiff library might be outdated. I can see that validate performs number of operations on the temporary image, but somehow I missed where the image is taken from? Is it somewhere constructed from scratch, or some template is used?
Thank you
__
Vlad