Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / 14-sim-reset.tests
CommitLineData
8befd5cc
MG
1#
2# libseccomp regression test automation data
3#
4# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
5# Author: Paul Moore <paul@paul-moore.com>
6#
7
8test type: bpf-sim
9
10# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
1114-sim-reset all read 0 0x856B008 40 N N N KILL
1214-sim-reset all write 1 0x856B008 40 N N N ALLOW
1314-sim-reset all close 4 N N N N N KILL
1414-sim-reset all rt_sigreturn N N N N N N KILL
1514-sim-reset all open 0x856B008 4 N N N N KILL
1614-sim-reset x86 0-3 N N N N N N KILL
1714-sim-reset x86 5-360 N N N N N N KILL
1814-sim-reset x86_64 0 N N N N N N KILL
1914-sim-reset x86_64 2-360 N N N N N N KILL
20
21test type: bpf-sim-fuzz
22
23# Testname StressCount
2414-sim-reset 50
25
26test type: bpf-valgrind
27
28# Testname
2914-sim-reset
This page took 0.010933 seconds and 4 git commands to generate.