From: Dmitry V. Levin Date: Sat, 23 Dec 2017 14:12:18 +0000 (+0000) Subject: tests: skip nsyscalls-d.test on mips o32 X-Git-Tag: v4.21~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67c934bf5731a75f4c6cfe20c30a46c154600a1b;p=strace 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. --- diff --git a/tests/nsyscalls-d.test b/tests/nsyscalls-d.test index f94e533f..206aa7ee 100755 --- a/tests/nsyscalls-d.test +++ b/tests/nsyscalls-d.test @@ -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