Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 10-sim-syscall_priority_post.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 10-sim-syscall_priority_post all 999 N N N N N N KILL
12 10-sim-syscall_priority_post all 1000-1002 0 1 N N N N ALLOW
13 10-sim-syscall_priority_post all 1000 0 2 N N N N KILL
14 10-sim-syscall_priority_post all 1001-1002 0 2 N N N N ALLOW
15 10-sim-syscall_priority_post all 1000-1001 1 1 N N N N KILL
16 10-sim-syscall_priority_post all 1003 N N N N N N KILL
17
18 test type: bpf-sim-fuzz
19
20 # Testname StressCount
21 10-sim-syscall_priority_post 50
22
23 test type: bpf-valgrind
24
25 # Testname
26 10-sim-syscall_priority_post
This page took 0.021992 seconds and 4 git commands to generate.