]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Correctly skip memcheck's getregset for MIPS.
authorPetar Jovanovic <mips32r2@gmail.com>
Mon, 3 Dec 2012 00:31:42 +0000 (00:31 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Mon, 3 Dec 2012 00:31:42 +0000 (00:31 +0000)
Previous change r13145 incorrectly disables getregset test for all architectures
rather than just for MIPS arch. Issue spotted by Bart Van Assche and reported on
the list.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13148

memcheck/tests/linux/getregset.vgtest

index 701eb5b850e83f1a1a859cfee45e5b573ff96454..c6e318a1c3779b615e744dce6026f56af9d2765f 100644 (file)
@@ -1,4 +1,4 @@
 prog: getregset
 vgopts: -q
-prereq: ../../../tests/os_test linux 2.6.33 && test `../../../tests/arch_test mips32`
+prereq: ../../../tests/os_test linux 2.6.33 && ! ../../../tests/arch_test mips32