Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 06-sim-actions.tests
1 #
2 # libseccomp regression test automation data
3 #
4 # Copyright IBM Corp. 2012
5 # Author: Corey Bryant <coreyb@linux.vnet.ibm.com>
6 #
7
8 test type: bpf-sim
9
10 # Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
11 06-sim-actions all read 4 0x856B008 80 N N N ALLOW
12 06-sim-actions all write 1 0x856B008 N N N N ERRNO(1)
13 06-sim-actions all close 4 N N N N N TRAP
14 06-sim-actions all,-aarch64 open 0x856B008 4 N N N N TRACE(1234)
15 06-sim-actions x86 0-2 N N N N N N KILL
16 06-sim-actions x86 7-350 N N N N N N KILL
17 06-sim-actions x86_64 4-350 N N N N N N KILL
18
19 test type: bpf-sim-fuzz
20
21 # Testname StressCount
22 06-sim-actions 50
23
24 test type: bpf-valgrind
25
26 # Testname
27 06-sim-actions
This page took 0.02049 seconds and 4 git commands to generate.