GNOME Bugzilla – Bug 780667
gdk-pixbuf tarballs fail tests since 2.36.6 EXIF comments support
Last modified: 2017-07-28 15:59:34 UTC
Bug 143608 added a new test file, but fails to EXTRA_DIST it, so make check from a tarball is broken. distcheck should theoretically be failing too and should have caught this.. ERROR: pixbuf-jpeg ================== # random seed: R02S5cf6d40d07f03faaa74b7cd7f047d1e8 1..4 # Start of pixbuf tests # Start of jpeg tests ** ERROR:/tmp/portage/x11-libs/gdk-pixbuf-2.36.6/work/gdk-pixbuf-2.36.6/tests/pixbuf-jpeg.c:112:test_comment: assertion failed (error == NULL): Failed to open file '/tmp/portage/x11-libs/gdk-pixbuf-2.36.6/work/gdk-pixbuf-2.36.6/tests/bug143608-comment.jpg': No such file or directory (g-file-error-quark, 4) ok 1 /pixbuf/jpeg/inverted_cmyk_jpeg PASS: pixbuf-jpeg 1 /pixbuf/jpeg/inverted_cmyk_jpeg ok 2 /pixbuf/jpeg/type9_rotation_exif_tag PASS: pixbuf-jpeg 2 /pixbuf/jpeg/type9_rotation_exif_tag ok 3 /pixbuf/jpeg/bug775218 PASS: pixbuf-jpeg 3 /pixbuf/jpeg/bug775218 Aborted (core dumped) # ERROR:/tmp/portage/x11-libs/gdk-pixbuf-2.36.6/work/gdk-pixbuf-2.36.6/tests/pixbuf-jpeg.c:112:test_comment: assertion failed (error == NULL): Failed to open file '/tmp/portage/x11-libs/gdk-pixbuf-2.36.6/work/gdk-pixbuf-2.36.6/tests/bug143608-comment.jpg': No such file or directory (g-file-error-quark, 4) ERROR: pixbuf-jpeg - too few tests run (expected 4, got 3) ERROR: pixbuf-jpeg - exited with status 134 (terminated by signal 6?)
Created attachment 348910 [details] [review] tests: Fix EXIF comment test in dist tarballs Untested patch to get tarballs pass make check. Haven't tested an actual tarball creation after this, but given the surroundings, this should work fine
hehe .. I wanted to use one of existing files when I created that code. IMHO one jpg file could be used in many tests ... but I has been force to made new file. That's how bureaucracy creates problems ;-)
(In reply to Pawel Xj from comment #2) > hehe .. I wanted to use one of existing files when I created that code. IMHO > one jpg file could be used in many tests ... but I has been force to made > new file. That's how bureaucracy creates problems ;-) Not running all the tests creates problems...
Attachment 348910 [details] pushed as 63c45b3 - tests: Fix EXIF comment test in dist tarballs