Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 28-sim-arch_x86.tests
CommitLineData
8befd5cc
MG
1#
2# libseccomp regression test automation data
3#
4# This test triggered a bug in libseccomp erroneously allowing the close()
5# syscall on x32 instead of 'KILL'ing it, as it should do for unsupported
6# architectures.
7#
8# Author: Mathias Krause <minipli@googlemail.com>
9#
10
11test type: bpf-sim
12
13# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
1428-sim-arch_x86 +x86,+x86_64 read N N N N N N ALLOW
1528-sim-arch_x86 +x86,+x86_64 close N N N N N N ERRNO(1)
1628-sim-arch_x86 +arm,+x32 read N N N N N N KILL
1728-sim-arch_x86 +arm,+x32 close N N N N N N KILL
18
19test type: bpf-valgrind
20
21# Testname
2228-sim-arch_x86
This page took 0.009439 seconds and 4 git commands to generate.