Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 12-sim-basic_masked_ops.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 12-sim-basic_masked_ops all 1000 0 1 2 N N N ALLOW
12 12-sim-basic_masked_ops all 1000 0 0x01 2 N N N ALLOW
13 12-sim-basic_masked_ops all 1000 0 0x02-0x0A 2 N N N KILL
14 12-sim-basic_masked_ops all 1000 0 0x101 2 N N N ALLOW
15 12-sim-basic_masked_ops all 1000 0 11 2 N N N ALLOW
16 12-sim-basic_masked_ops all 1000 0 0x0B 2 N N N ALLOW
17 12-sim-basic_masked_ops all 1000 0 0x0C-0x6E 2 N N N KILL
18 12-sim-basic_masked_ops all 1000 0 0x1000B 2 N N N ALLOW
19 12-sim-basic_masked_ops all 1000 0 111 2 N N N ALLOW
20 12-sim-basic_masked_ops all 1000 0 0x6F 2 N N N ALLOW
21 12-sim-basic_masked_ops all 1000 0 0x70-0x100 2 N N N KILL
22 12-sim-basic_masked_ops all 1000 0 0x102-0x200 2 N N N KILL
23 12-sim-basic_masked_ops all 1000 0 0x10002-0x1000A 2 N N N KILL
24 12-sim-basic_masked_ops all 1000 0 0x1000C-0x1006E 2 N N N KILL
25 12-sim-basic_masked_ops all 1000 0 0x1006F 2 N N N ALLOW
26 12-sim-basic_masked_ops all 1000 0 1000 2 N N N ALLOW
27 12-sim-basic_masked_ops all 1000 0 0x3E8 2 N N N ALLOW
28 12-sim-basic_masked_ops all 1000 0 0x2FF 2 N N N KILL
29 12-sim-basic_masked_ops all 1000 0 0x300-0x3FF 2 N N N ALLOW
30 12-sim-basic_masked_ops all 1000 0 0x400 2 N N N KILL
31 12-sim-basic_masked_ops all 1000 0 0x402-0x4FF 2 N N N KILL
32 12-sim-basic_masked_ops all 1000 0 0x10300-0x103FF 2 N N N ALLOW
33 12-sim-basic_masked_ops all 1000 0 0x00000000F00003E8 2 N N N ALLOW
34 12-sim-basic_masked_ops all 1000 0 0x00000000800003E8 2 N N N ALLOW
35 12-sim-basic_masked_ops all 1000 0 0x00000001800003E8 2 N N N ALLOW
36 12-sim-basic_masked_ops all 1000 0 0x00000001000003E8 2 N N N ALLOW
37 12-sim-basic_masked_ops all 1000 0 0x0000000F000003E8 2 N N N ALLOW
38 12-sim-basic_masked_ops all 1000 0 0xFFFFFFFFFFFF03E8 2 N N N ALLOW
39
40 test type: bpf-sim-fuzz
41
42 # Testname StressCount
43 12-sim-basic_masked_ops 50
44
45 test type: bpf-valgrind
46
47 # Testname
48 12-sim-basic_masked_ops
This page took 0.022468 seconds and 4 git commands to generate.