From: Florian Krohm Date: Tue, 8 Nov 2011 20:14:35 +0000 (+0000) Subject: Fix prerequisite to also require linux. So testcases get skipped X-Git-Tag: svn/VALGRIND_3_8_0~590 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8853ef8bd7fb1a84163c68c8f6a856ae696547e4;p=thirdparty%2Fvalgrind.git 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 --- diff --git a/exp-sgcheck/tests/bad_percentify.vgtest b/exp-sgcheck/tests/bad_percentify.vgtest index 1f390b02b0..fbc0a83693 100644 --- a/exp-sgcheck/tests/bad_percentify.vgtest +++ b/exp-sgcheck/tests/bad_percentify.vgtest @@ -1,2 +1,2 @@ -prereq: ./is_arch_supported +prereq: ./is_arch_supported && ../../tests/os_test linux prog: bad_percentify diff --git a/exp-sgcheck/tests/globalerr.vgtest b/exp-sgcheck/tests/globalerr.vgtest index c6749cb475..a679a822a6 100644 --- a/exp-sgcheck/tests/globalerr.vgtest +++ b/exp-sgcheck/tests/globalerr.vgtest @@ -1,2 +1,2 @@ -prereq: ./is_arch_supported +prereq: ./is_arch_supported && ../../tests/os_test linux prog: globalerr diff --git a/exp-sgcheck/tests/hackedbz2.vgtest b/exp-sgcheck/tests/hackedbz2.vgtest index ea8f5e8c47..b84d395d86 100644 --- a/exp-sgcheck/tests/hackedbz2.vgtest +++ b/exp-sgcheck/tests/hackedbz2.vgtest @@ -1,2 +1,2 @@ -prereq: ./is_arch_supported +prereq: ./is_arch_supported && ../../tests/os_test linux prog: hackedbz2 diff --git a/exp-sgcheck/tests/hsg.vgtest b/exp-sgcheck/tests/hsg.vgtest index b6f653668d..b03f438b1b 100644 --- a/exp-sgcheck/tests/hsg.vgtest +++ b/exp-sgcheck/tests/hsg.vgtest @@ -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 diff --git a/exp-sgcheck/tests/preen_invars.vgtest b/exp-sgcheck/tests/preen_invars.vgtest index 49da4bb97e..3c880bc940 100644 --- a/exp-sgcheck/tests/preen_invars.vgtest +++ b/exp-sgcheck/tests/preen_invars.vgtest @@ -1,2 +1,2 @@ -prereq: ./is_arch_supported +prereq: ./is_arch_supported && ../../tests/os_test linux prog: preen_invars diff --git a/exp-sgcheck/tests/stackerr.vgtest b/exp-sgcheck/tests/stackerr.vgtest index d86a13fcd2..80481eb564 100644 --- a/exp-sgcheck/tests/stackerr.vgtest +++ b/exp-sgcheck/tests/stackerr.vgtest @@ -1,3 +1,3 @@ -prereq: ./is_arch_supported +prereq: ./is_arch_supported && ../../tests/os_test linux vgopts: --num-callers=3 prog: stackerr