|
From: Julian S. <js...@ac...> - 2006-01-06 21:43:14
|
> I'm new to the valgrind community. I recently did a complete build of > valgrid-3.1.0 release on a Power5 machine. After doing make regtest I > found total of 21 tests failure. These may be known or not, but I just > wanted to report them to the mailing list anyway. Thanks. Most of these are harmless - they happen on a PPC970 box too. We should improve our regression test mechanism so it only reports a failure when there really is one, but that's not as simple as it sounds. > none/tests/ppc32/jm-vmx (stdout) > none/tests/ppc32/jm-vmx (stderr) > none/tests/ppc32/testVMX (stdout) > none/tests/ppc32/testVMX (stderr) These are VMX (Altivec) tests. I presume they failed because POWER5 doesn't support Altivec (right?) > none/tests/ppc32/jm-insns (stdout) > none/tests/ppc32/jm-insns (stderr) These should not fail -- tests of the basic integer instruction set. Can you send none/tests/ppc32/jm-insns.stdout.diff and none/tests/ppc32/jm-insns.stderr.diff so we can see why they failed. J |