Skip memcheck's getregset for MIPS.

Skip the getregset test for MIPS since we still does not have TRACEHOOK
support in MIPS kernel for it, and that is needed to support PTRACE_GETREGSET.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13145
This commit is contained in:
Petar Jovanovic 2012-12-02 03:37:36 +00:00
parent 73eaf6f265
commit a167c7a54d

View File

@ -1,4 +1,4 @@
prog: getregset
vgopts: -q
prereq: ../../../tests/os_test linux 2.6.33
prereq: ../../../tests/os_test linux 2.6.33 && test `../../../tests/arch_test mips32`