tests: skip nsyscalls-d.test on mips o32

On mips o32, nsyscalls test is implemented using syscall #4000,
so nsyscalls-d cannot work there.

* tests/nsyscalls-d.test: Skip on mips o32.
This commit is contained in:
Дмитрий Левин 2017-12-23 14:12:18 +00:00
parent 2c8036a972
commit 67c934bf57

View File

@ -9,6 +9,8 @@ NAME=nsyscalls-d
if [ "$MIPS_ABI" = "o32" ]; then
syscall=syscall
[ -z "$debug_flag" ] ||
skip_ "mips $MIPS_ABI is not supported by this test yet"
else
syscall=none
fi