mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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:
parent
8ad78e7e2f
commit
cd4df4ef9a
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user