]> granicus.if.org Git - strace/commit
tests: skip seccomp-strict.test and prctl-seccomp-strict.test on x32
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Apr 2016 04:39:25 +0000 (04:39 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Apr 2016 04:39:25 +0000 (04:39 +0000)
commit9c1a72cd3f3d52d573876ce474b620a5f141fb1b
tree92ef48207b6ae05a52ed220c5bf6875a9fe70170
parentc2523e0d9cc80d894ed47189b4fb39e56d41f915
tests: skip seccomp-strict.test and prctl-seccomp-strict.test on x32

As x86_64 kernel does not support x32 syscall numbers in
SECCOMP_MODE_STRICT, skip affected tests on x32.

* tests/seccomp-strict.c (main) [__x86_64__ && __ILP32__]: Bail out
using error_msg_and_skip.
* tests/prctl-seccomp-strict.c: Likewise.
tests/prctl-seccomp-strict.c
tests/seccomp-strict.c