make check fails on ARMv7 (GCC 4.9 wrong-code compiler bug)
@pbrobinson
Submitted by Peter Robinson Assigned to Søren Sandmann Pedersen
Description
PPC64 (big endian), aarch64, x86 all build fine.
ARMv7 failures: https://kojipkgs.fedoraproject.org//work/tasks/8061/7128061/build.log
make check-TESTS make[2]: Entering directory '/builddir/build/BUILD/pixman-0.32.6/test' make[3]: Entering directory '/builddir/build/BUILD/pixman-0.32.6/test' PASS: prng-test PASS: pdf-op-test PASS: a1-trap-test PASS: region-test PASS: region-translate-test PASS: fetch-test PASS: combiner-test PASS: pixel-test PASS: oob-test PASS: infinite-loop PASS: trap-crasher PASS: alpha-loop PASS: rotate-test FAIL: thread-test PASS: scaling-crash-test PASS: scaling-helpers-test PASS: gradient-crash-test FAIL: matrix-test PASS: alphamap FAIL: composite-traps-test PASS: region-contains-test FAIL: glyph-test PASS: stress-test FAIL: blitters-test FAIL: affine-test FAIL: scaling-test PASS: composite make[4]: Entering directory '/builddir/build/BUILD/pixman-0.32.6/test' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/pixman-0.32.6/test'
Testsuite summary for pixman 0.32.6
TOTAL: 27
PASS: 20
SKIP: 0
XFAIL: 0
FAIL: 7
XPASS: 0
ERROR: 0
pixman@lists.freedesktop.org
============================================================================ See test/test-suite.log Please report toMakefile:1113: recipe for target 'test-suite.log' failed make[3]: Leaving directory '/builddir/build/BUILD/pixman-0.32.6/test' make[3]: *** [test-suite.log] Error 1 make[2]: *** [check-TESTS] Error 2 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 Makefile:1219: recipe for target 'check-TESTS' failed make[2]: Leaving directory '/builddir/build/BUILD/pixman-0.32.6/test' Makefile:1474: recipe for target 'check-am' failed make[1]: Leaving directory '/builddir/build/BUILD/pixman-0.32.6/test' Makefile:493: recipe for target 'check-recursive' failed
PPC64le:
make check-TESTS make[2]: Entering directory '/builddir/build/BUILD/pixman-0.32.6/test' make[3]: Entering directory '/builddir/build/BUILD/pixman-0.32.6/test' PASS: oob-test PASS: fetch-test PASS: a1-trap-test PASS: region-translate-test PASS: combiner-test PASS: prng-test PASS: pdf-op-test FAIL: pixel-test PASS: trap-crasher PASS: region-test PASS: infinite-loop PASS: alpha-loop PASS: scaling-crash-test FAIL: thread-test FAIL: rotate-test FAIL: alphamap PASS: scaling-helpers-test PASS: matrix-test PASS: gradient-crash-test FAIL: composite-traps-test FAIL: glyph-test PASS: region-contains-test FAIL: affine-test FAIL: scaling-test PASS: composite FAIL: blitters-test PASS: stress-test make[4]: Entering directory '/builddir/build/BUILD/pixman-0.32.6/test' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/pixman-0.32.6/test'
Testsuite summary for pixman 0.32.6
TOTAL: 27
PASS: 18
SKIP: 0
XFAIL: 0
FAIL: 9
XPASS: 0
ERROR: 0
pixman@lists.freedesktop.org
============================================================================ See test/test-suite.log Please report toVersion: other