Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 25-sim-multilevel_chains_adv.tests
1 #
2 # libseccomp regression test automation data
3 #
4 # Copyright (c) 2013 Red Hat <pmoore@redhat.com>
5 # Author: Paul Moore <paul@paul-moore.com>
6 #
7
8 test type: bpf-sim
9
10 # Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
11 25-sim-multilevel_chains_adv all 0-9 N N N N N N KILL
12 25-sim-multilevel_chains_adv all 10 0x0000000b 0x00000000 N N N N ALLOW
13 25-sim-multilevel_chains_adv x86_64 10 0x10000000b 0x00000000 N N N N KILL
14 25-sim-multilevel_chains_adv x86_64 10 0x0000000b 0x10000000c N N N N ALLOW
15 25-sim-multilevel_chains_adv all 11-19 N N N N N N KILL
16 25-sim-multilevel_chains_adv all 20 0x00000015 0x00000000 0x00000017 N N N ALLOW
17 25-sim-multilevel_chains_adv all 20 0x00000015 0x00000016 0x00000017 N N N KILL
18 25-sim-multilevel_chains_adv x86_64 20 0x100000015 0x00000000 0x00000017 N N N KILL
19 25-sim-multilevel_chains_adv x86_64 20 0x00000015 0x00000000 0x100000017 N N N KILL
20 25-sim-multilevel_chains_adv all 21-30 N N N N N N KILL
21
22 test type: bpf-sim-fuzz
23
24 # Testname StressCount
25 25-sim-multilevel_chains_adv 50
26
27 test type: bpf-valgrind
28
29 # Testname
30 25-sim-multilevel_chains_adv
This page took 0.02243 seconds and 4 git commands to generate.