Fix prerequisite to also require linux. So testcases get skipped

and do not fail on Darwin.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12261
This commit is contained in:
Florian Krohm 2011-11-08 20:14:35 +00:00
parent 95f980821a
commit 8853ef8bd7
6 changed files with 6 additions and 6 deletions

View File

@ -1,2 +1,2 @@
prereq: ./is_arch_supported
prereq: ./is_arch_supported && ../../tests/os_test linux
prog: bad_percentify

View File

@ -1,2 +1,2 @@
prereq: ./is_arch_supported
prereq: ./is_arch_supported && ../../tests/os_test linux
prog: globalerr

View File

@ -1,2 +1,2 @@
prereq: ./is_arch_supported
prereq: ./is_arch_supported && ../../tests/os_test linux
prog: hackedbz2

View File

@ -1,4 +1,4 @@
prereq: ./is_arch_supported
prereq: ./is_arch_supported && ../../tests/os_test linux
prog: hsg
vgopts: --xml=yes --xml-fd=2 --log-file=/dev/null
stderr_filter: ../../memcheck/tests/filter_xml

View File

@ -1,2 +1,2 @@
prereq: ./is_arch_supported
prereq: ./is_arch_supported && ../../tests/os_test linux
prog: preen_invars

View File

@ -1,3 +1,3 @@
prereq: ./is_arch_supported
prereq: ./is_arch_supported && ../../tests/os_test linux
vgopts: --num-callers=3
prog: stackerr