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:
parent
2c8036a972
commit
67c934bf57
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user