Disable drd/tests/annotate_trace_memory[_xml].vgtest on arm and ppc.

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
This commit is contained in:
Mark Wielaard 2013-05-22 10:21:02 +00:00
parent 8ad78e7e2f
commit cd4df4ef9a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
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

View File

@ -1,4 +1,4 @@
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