]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Disable drd/tests/annotate_trace_memory[_xml].vgtest on arm and ppc.
authorMark Wielaard <mark@klomp.org>
Wed, 22 May 2013 10:21:02 +0000 (10:21 +0000)
committerMark Wielaard <mark@klomp.org>
Wed, 22 May 2013 10:21:02 +0000 (10:21 +0000)
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

drd/tests/annotate_trace_memory.vgtest
drd/tests/annotate_trace_memory_xml.vgtest

index 20d5a518aa0f7539096e6f3f35f0958a911352b0..aa5b94b4d8b6b656ac762499c15a5bf1169fb59d 100644 (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
index 48da0cb4bdb25a9a5942061ee3be30ca71dcde08..30152332bd988acc1df0ddc33f92672e097243ce 100644 (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