]> git.proxmox.com Git - mirror_libseccomp.git/blob - tests/06-sim-actions.tests
tests: fix a number of problems with the tests on a 32-bit x86 system
[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-105 N N N N N N KILL
19 06-sim-actions x86 107-172 N N N N N N KILL
20 06-sim-actions x86 174-350 N N N N N N KILL
21 06-sim-actions x86_64 5-14 N N N N N N KILL
22 06-sim-actions x86_64 16-350 N N N N N N KILL
23
24 test type: bpf-sim-fuzz
25
26 # Testname StressCount
27 06-sim-actions 50
28
29 test type: bpf-valgrind
30
31 # Testname
32 06-sim-actions