Bug 331735 - kimageformats-read-jp2 fails on i386 (but not amd64)
Summary: kimageformats-read-jp2 fails on i386 (but not amd64)
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kimageformats
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Alex Merry
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-04 14:01 UTC by Scarlett Moore
Modified: 2017-07-14 10:46 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
expected and actual output of failing tests on i386 (2.64 KB, application/gzip)
2014-03-04 18:32 UTC, Jonathan Riddell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scarlett Moore 2014-03-04 14:01:05 UTC
i386 build only, amd64 not affected. 

12/13 Test #12: kimageformats-read-jp2 ...........***Failed    0.05 sec
********* Starting basic read tests for jp2 images *********
FAIL : bw.jp2: differs from bw.png
       expected data written to bw.jp2-expected.data
       actual data written to bw.jp2-actual.data
FAIL : rgb.jp2: differs from rgb.png
       expected data written to rgb.jp2-expected.data
       actual data written to rgb.jp2-actual.data
Totals: 0 passed, 2 failed
********* Finished basic read tests for jp2 images *********

      Start 13: kimageformats-write-jp2
13/13 Test #13: kimageformats-write-jp2 ..........   Passed    0.06 sec

92% tests passed, 1 tests failed out of 13

Total Test time (real) =   0.33 sec

The following tests FAILED:
	 12 - kimageformats-read-jp2 (Failed)
Errors while running CTest
make[2]: *** [test] Error 8
make[2]: Leaving directory `/build/buildd/kimageformats-4.97.0/obj-i686-linux-gnu'
dh_auto_test: make -j1 test ARGS+=-j1 returned exit code 2
make[1]: *** [pre_build_dh_auto_test] Error 2
make[1]: Leaving directory `/build/buildd/kimageformats-4.97.0'
make: *** [debian/dhmk_build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
************************************************************************

Reproducible: Always

Steps to Reproduce:
1. Build on i386
2.
3.
Actual Results:  
Test fails

Expected Results:  
Test pass
Comment 1 Jonathan Riddell 2014-03-04 14:21:35 UTC
This failure happens reliably on i386 but not on amd64.
We have patched it out in our packages for now.
Comment 2 Alex Merry 2014-03-04 15:55:22 UTC
Can you attach those data files that were mentioned in the test output?
Comment 3 Jonathan Riddell 2014-03-04 18:32:37 UTC
Created attachment 85411 [details]
expected and actual output of failing tests on i386
Comment 4 José Manuel Santamaría Lema 2017-07-14 10:46:44 UTC
Hi,

I have been taking care of Kubuntu's autopkgtests for a while now, iirc I have never seen this old isuue, so I'm going to mark this as fixed. Feel free to reopen it if that's not correct.

Cheers.