Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 07-sim-db_bug_looping.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 07-sim-db_bug_looping all read 1 0x856B008 10 N N N ALLOW
12 07-sim-db_bug_looping all read 2-10 0 10 N N N ALLOW
13 07-sim-db_bug_looping all read 0 0x856B008 10 N N N ALLOW
14
15 test type: bpf-sim-fuzz
16
17 # Testname StressCount
18 07-sim-db_bug_looping 50
19
20 test type: bpf-valgrind
21
22 # Testname
23 07-sim-db_bug_looping
This page took 0.022014 seconds and 4 git commands to generate.