|
From: <sv...@va...> - 2009-06-13 08:58:24
|
Author: bart Date: 2009-06-13 09:58:20 +0100 (Sat, 13 Jun 2009) New Revision: 10318 Log: Skip the pth_create_chain test on ppc. Removed: trunk/drd/tests/pth_create_chain.stderr.exp-ppc Modified: trunk/drd/tests/Makefile.am trunk/drd/tests/pth_create_chain.vgtest Modified: trunk/drd/tests/Makefile.am =================================================================== --- trunk/drd/tests/Makefile.am 2009-06-13 01:22:29 UTC (rev 10317) +++ trunk/drd/tests/Makefile.am 2009-06-13 08:58:20 UTC (rev 10318) @@ -107,7 +107,6 @@ pth_cond_race3.stderr.exp \ pth_cond_race3.vgtest \ pth_create_chain.stderr.exp \ - pth_create_chain.stderr.exp-ppc \ pth_create_chain.vgtest \ pth_create_glibc_2_0.stderr.exp \ pth_create_glibc_2_0.vgtest \ Deleted: trunk/drd/tests/pth_create_chain.stderr.exp-ppc =================================================================== --- trunk/drd/tests/pth_create_chain.stderr.exp-ppc 2009-06-13 01:22:29 UTC (rev 10317) +++ trunk/drd/tests/pth_create_chain.stderr.exp-ppc 2009-06-13 08:58:20 UTC (rev 10318) @@ -1,10 +0,0 @@ - -Emulation fatal error -- Valgrind cannot continue: - PPC64 function redirection stack overflow - at 0x........: ??? - by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) - by 0x........: (within libpthread-?.?.so) - by 0x........: clone (in /...libc...) - -Valgrind has to exit now. Sorry. - Modified: trunk/drd/tests/pth_create_chain.vgtest =================================================================== --- trunk/drd/tests/pth_create_chain.vgtest 2009-06-13 01:22:29 UTC (rev 10317) +++ trunk/drd/tests/pth_create_chain.vgtest 2009-06-13 08:58:20 UTC (rev 10318) @@ -1,2 +1,2 @@ -prereq: ./supported_libpthread +prereq: ./supported_libpthread && [ `uname -m` != ppc ] && [ `uname -m` != ppc64 ] prog: pth_create_chain 100 |