mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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:
parent
95f980821a
commit
8853ef8bd7
@ -1,2 +1,2 @@
|
||||
prereq: ./is_arch_supported
|
||||
prereq: ./is_arch_supported && ../../tests/os_test linux
|
||||
prog: bad_percentify
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
prereq: ./is_arch_supported
|
||||
prereq: ./is_arch_supported && ../../tests/os_test linux
|
||||
prog: globalerr
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
prereq: ./is_arch_supported
|
||||
prereq: ./is_arch_supported && ../../tests/os_test linux
|
||||
prog: hackedbz2
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
prereq: ./is_arch_supported
|
||||
prereq: ./is_arch_supported && ../../tests/os_test linux
|
||||
prog: preen_invars
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./is_arch_supported
|
||||
prereq: ./is_arch_supported && ../../tests/os_test linux
|
||||
vgopts: --num-callers=3
|
||||
prog: stackerr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user