commit | 9c1a72cd3f3d52d573876ce474b620a5f141fb1b | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Apr 12 04:39:25 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Apr 12 04:39:25 2016 +0000 |
tree | 92ef48207b6ae05a52ed220c5bf6875a9fe70170 | |
parent | c2523e0d9cc80d894ed47189b4fb39e56d41f915 [diff] |
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.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.