Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 10-sim-syscall_priority_post.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
1110-sim-syscall_priority_post all 999 N N N N N N KILL
1210-sim-syscall_priority_post all 1000-1002 0 1 N N N N ALLOW
1310-sim-syscall_priority_post all 1000 0 2 N N N N KILL
1410-sim-syscall_priority_post all 1001-1002 0 2 N N N N ALLOW
1510-sim-syscall_priority_post all 1000-1001 1 1 N N N N KILL
1610-sim-syscall_priority_post all 1003 N N N N N N KILL
17
18test type: bpf-sim-fuzz
19
20# Testname StressCount
2110-sim-syscall_priority_post 50
22
23test type: bpf-valgrind
24
25# Testname
2610-sim-syscall_priority_post
This page took 0.010151 seconds and 4 git commands to generate.