qtdeclerative tests fails on various archs

Aurelien Jarno aurelien at aurel32.net
Fri Sep 30 09:48:12 UTC 2016


On 2016-09-30 09:38, Sandro Knauß wrote:
> Hey,
> 
> now after we manged it to get the auto tests running for qtdeclarative (5.6.1-10) on some archs. Other archs are still failing to run the tests with:
> 
> xvfb-run -a \
>          -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \
>          dh_auto_test --max-parallel=1  -- QML2_IMPORT_PATH=/«PKGBUILDDIR»/test_root/usr/lib/mips-linux-gnu/qt5/qml \
>          HOME=/«PKGBUILDDIR» LD_LIBRARY_PATH=/«PKGBUILDDIR»/lib
> 	make -j1 check QML2_IMPORT_PATH=/«PKGBUILDDIR»/test_root/usr/lib/mips-linux-gnu/qt5/qml HOME=/«PKGBUILDDIR» LD_LIBRARY_PATH=/«PKGBUILDDIR»/lib
> [...]
> cd parserstress/ && ( test -e Makefile || /usr/lib/mips-linux-gnu/qt5/bin/qmake /«PKGBUILDDIR»/tests/auto/qml/parserstress/parserstress.pro 'QT_BUILD_PARTS+= tests' -o Makefile ) && make -f Makefile check
> make[6]: Entering directory '/«PKGBUILDDIR»/tests/auto/qml/parserstress'
> /«PKGBUILDDIR»/tests/auto/qml/parserstress/target_wrapper.sh  ./tst_parserstress 
> Makefile:362: recipe for target 'check' failed
> make[6]: *** [check] Segmentation fault
> make[6]: Leaving directory '/«PKGBUILDDIR»/tests/auto/qml/parserstress'
> 
> (happens on: mips, powerpc, alpha, freebsd, sparc64, x32 - have they anything in common? )
> 
> I'm a little bit glueless why the start of the tests would fail on some archs.

The failure is actually different on the various architectures. That
said, there is a common failure for mips, powerpc and sparc64, they all
fail in the same way, and they are all big-endian. The fact it works on
mipsel seems to confirm that, however s390x is also big endian and it
works.

The failure on alpha, kfreebsd-* and x32 all looks different.

Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien at aurel32.net                 http://www.aurel32.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-kde-talk/attachments/20160930/a36d8296/attachment.sig>


More information about the pkg-kde-talk mailing list