Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 09-sim-syscall_priority_pre.tests
CommitLineData
8befd5cc
MG
1#
2# libseccomp regression test automation data
3#
4# Copyright IBM Corp. 2012
5# Author: Corey Bryant <coreyb@linux.vnet.ibm.com>
6#
7
8test type: bpf-sim
9
10# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
1109-sim-syscall_priority_pre all 999 N N N N N N KILL
1209-sim-syscall_priority_pre all 1000-1002 0 1 N N N N ALLOW
1309-sim-syscall_priority_pre all 1000 0 2 N N N N KILL
1409-sim-syscall_priority_pre all 1001-1002 0 2 N N N N ALLOW
1509-sim-syscall_priority_pre all 1000-1001 1 1 N N N N KILL
1609-sim-syscall_priority_pre all 1003 N N N N N N KILL
17
18test type: bpf-sim-fuzz
19
20# Testname StressCount
2109-sim-syscall_priority_pre 50
22
23test type: bpf-valgrind
24
25# Testname
2609-sim-syscall_priority_pre
This page took 0.00979 seconds and 4 git commands to generate.