]> granicus.if.org Git - strace/commitdiff
tests: skip nsyscalls-d.test on mips o32
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 23 Dec 2017 14:12:18 +0000 (14:12 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 23 Dec 2017 14:12:18 +0000 (14:12 +0000)
On mips o32, nsyscalls test is implemented using syscall #4000,
so nsyscalls-d cannot work there.

* tests/nsyscalls-d.test: Skip on mips o32.

tests/nsyscalls-d.test

index f94e533ff9a92ce320f5cd33a9dce0893d33f9ad..206aa7ee77bd3fe6fa922e2d1a7ec25beaf44e7f 100755 (executable)
@@ -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