Comment 10 for bug 1276262

Revision history for this message
Tony Reix (tony-reix) wrote :

I forgot to talk again about the tests running an infinite loop on PPC64, that never appear on AMD64:

Here are infinite loops on PPC64-BE (I provide the last trace appearing on the screen. The blocking test is: test_tr1* that I killed) :

gcc.link ../bin.v2/libs/math/test/test_tr1.test/gcc-4.8.2/debug/link-static/test_tr1
gcc.link ../bin.v2/libs/math/test/test_tr1_long_double.test/gcc-4.8.2/debug/link-static/test_tr1_long_double
gcc.link ../bin.v2/libs/math/test/test_tr1_c.test/gcc-4.8.2/debug/link-static/test_tr1_c
gcc.link ../bin.v2/libs/math/test/test_tr1_c_long_double.test/gcc-4.8.2/debug/link-static/test_tr1_c_long_double
./bin.v2/libs/math/test/test_bessel_y.test/gcc-4.8.2/debug/link-static/test_bessel_y

Here are infinite loops on PPC64-LE:

gcc.link ../bin.v2/libs/math/test/test_ellint_1.test/gcc-4.8/debug/link-static/test_ellint_1
gcc.link ../bin.v2/libs/math/test/test_ellint_2.test/gcc-4.8/debug/link-static/test_ellint_2
gcc.link ../bin.v2/libs/math/test/test_ellint_2.test/gcc-4.8/debug/link-static/test_ellint_3

Anyway, it also seems that there are MANY tests failures about the Math library on PPC64.