]> git.proxmox.com Git - mirror_libseccomp.git/blob - tests/06-sim-actions.tests
40a93aea6de458d147898f65a0e255c4f38574af
[mirror_libseccomp.git] / 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 all stat N N N N N N KILL_PROCESS
16 06-sim-actions all rt_sigreturn N N N N N N LOG
17 06-sim-actions x86 0-2 N N N N N N KILL
18 06-sim-actions x86 7-172 N N N N N N KILL
19 06-sim-actions x86 174-350 N N N N N N KILL
20 06-sim-actions x86_64 5-14 N N N N N N KILL
21 06-sim-actions x86_64 16-350 N N N N N N KILL
22
23 test type: bpf-sim-fuzz
24
25 # Testname StressCount
26 06-sim-actions 50
27
28 test type: bpf-valgrind
29
30 # Testname
31 06-sim-actions