Workaround for bug #318643. Disable the tests for now so they don't
go into an infinite loop and fill up the disks on arm, ppc32 or ppc64.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13402
-prereq: test -e annotate_trace_memory && ./supported_libpthread
+prereq: test -e annotate_trace_memory && ./supported_libpthread && ! ../../tests/arch_test arm && ! ../../tests/arch_test ppc32 && ! ../../tests/arch_test ppc64
vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=2
prog: annotate_trace_memory
stderr_filter: filter_stderr_and_thread_no
-prereq: test -e annotate_trace_memory && ./supported_libpthread
+prereq: test -e annotate_trace_memory && ./supported_libpthread && ! ../../tests/arch_test arm && ! ../../tests/arch_test ppc32 && ! ../../tests/arch_test ppc64
vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=2 --xml=yes --xml-fd=2
prog: annotate_trace_memory
stderr_filter: ./filter_xml_and_thread_no