Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 28-sim-arch_x86.tests
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
11 test type: bpf-sim
12
13 # Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
14 28-sim-arch_x86 +x86,+x86_64 read N N N N N N ALLOW
15 28-sim-arch_x86 +x86,+x86_64 close N N N N N N ERRNO(1)
16 28-sim-arch_x86 +arm,+x32 read N N N N N N KILL
17 28-sim-arch_x86 +arm,+x32 close N N N N N N KILL
18
19 test type: bpf-valgrind
20
21 # Testname
22 28-sim-arch_x86
This page took 0.021754 seconds and 4 git commands to generate.