summaryrefslogtreecommitdiff
path: root/tests/53-sim-binary_tree.tests
blob: 7dd585cd1a829834e19695636c5da8157f1baec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#
# libseccomp regression test automation data
#
# Copyright (c) 2019-2020 Oracle and/or its affiliates.
# Author: Tom Hromatka <tom.hromatka@oracle.com>
#

test type: bpf-sim

# Testname		Arch	Syscall		Arg0	Arg1	Arg2	Arg3	Arg4	Arg5	Result
53-sim-binary_tree	all	read		N	N	N	N	N	N	ERRNO(0)
53-sim-binary_tree	all	write		N	N	N	N	N	N	ERRNO(1)
53-sim-binary_tree	all	open		N	N	N	N	N	N	ERRNO(2)
53-sim-binary_tree	all	close		N	N	N	N	N	N	ALLOW
53-sim-binary_tree	all	close		100	1234	N	N	N	N	ALLOW
53-sim-binary_tree	all	close		100	101	N	N	N	N	ERRNO(3)
53-sim-binary_tree	all	stat		N	N	N	N	N	N	ERRNO(4)
53-sim-binary_tree	all	fstat		N	N	N	N	N	N	ERRNO(5)
53-sim-binary_tree	all	lstat		N	N	N	N	N	N	ERRNO(6)
53-sim-binary_tree	all	poll		102	N	N	N	N	N	ERRNO(7)
53-sim-binary_tree	all	lseek		103	104	N	N	N	N	ERRNO(8)
53-sim-binary_tree	all	mmap		N	N	N	N	N	N	ERRNO(9)
53-sim-binary_tree	all	mprotect	N	N	N	N	N	N	ERRNO(10)
53-sim-binary_tree	all	munmap		N	N	N	N	N	N	ERRNO(11)
53-sim-binary_tree	all	brk		N	N	N	N	N	N	ERRNO(12)
53-sim-binary_tree	all	rt_sigaction	N	N	N	N	N	N	ERRNO(13)
53-sim-binary_tree	all	rt_sigprocmask	N	N	N	N	N	N	ERRNO(14)
53-sim-binary_tree	all	rt_sigreturn	N	N	N	N	N	N	ERRNO(15)
53-sim-binary_tree	all	ioctl		N	N	N	N	N	N	ERRNO(16)
53-sim-binary_tree	all	pread64		105	N	N	N	N	N	ERRNO(17)
53-sim-binary_tree	all	pwrite64	N	N	N	N	N	N	ERRNO(18)
53-sim-binary_tree	all	readv		N	N	N	N	N	N	ERRNO(19)
53-sim-binary_tree	all	writev		N	N	N	N	N	N	ERRNO(20)
53-sim-binary_tree	all	access		N	N	N	N	N	N	ERRNO(21)
53-sim-binary_tree	all	pipe		N	N	N	N	N	N	ERRNO(22)
53-sim-binary_tree	all	select		N	N	N	N	N	N	ALLOW
53-sim-binary_tree	all	select		106	107	N	N	N	N	ERRNO(23)
53-sim-binary_tree	all	sched_yield	N	N	N	N	N	N	ERRNO(24)
53-sim-binary_tree	all	mremap		N	N	N	N	N	N	ALLOW
53-sim-binary_tree	all	mremap		108	109	N	N	N	N	ERRNO(25)
53-sim-binary_tree	all	msync		N	N	N	N	N	N	ERRNO(26)
53-sim-binary_tree	all	mincore		N	N	N	N	N	N	ERRNO(27)
53-sim-binary_tree	all	madvise		N	N	N	N	N	N	ERRNO(28)
53-sim-binary_tree	all	dup		112	N	N	N	N	N	ERRNO(32)
53-sim-binary_tree	all	dup		5678	N	N	N	N	N	ALLOW
53-sim-binary_tree	all	dup2		N	N	N	N	N	N	ERRNO(33)
53-sim-binary_tree	all	pause		N	N	N	N	N	N	ERRNO(34)
53-sim-binary_tree	all	nanosleep	N	N	N	N	N	N	ERRNO(35)
53-sim-binary_tree	all	getitimer	N	N	N	N	N	N	ERRNO(36)
53-sim-binary_tree	all	alarm		N	N	N	N	N	N	ERRNO(37)

test type: bpf-valgrind

# Testname
53-sim-binary_tree