summaryrefslogtreecommitdiff
path: root/tests/53-sim-binary_tree.tests
blob: cd9f396bfd7ae98b606258d73c225050a20f4d29 (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
56
57
58
59
60
61
62
63
64
65
#
# 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	+x86_64,+ppc64le	open		N	N	N	N	N	N	ERRNO(2)
53-sim-binary_tree	+aarch64		open		N	N	N	N	N	N	ALLOW
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	+x86_64,+ppc64le	stat		N	N	N	N	N	N	ERRNO(4)
53-sim-binary_tree	+aarch64		stat		N	N	N	N	N	N	ALLOW
53-sim-binary_tree	all			fstat		N	N	N	N	N	N	ERRNO(5)
53-sim-binary_tree	+x86_64,+ppc64le	lstat		N	N	N	N	N	N	ERRNO(6)
53-sim-binary_tree	+aarch64		lstat		N	N	N	N	N	N	ALLOW
53-sim-binary_tree	+x86_64,+ppc64le	poll		102	N	N	N	N	N	ERRNO(7)
53-sim-binary_tree	+aarch64		poll		102	N	N	N	N	N	ALLOW
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	+x86_64,+ppc64le	access		N	N	N	N	N	N	ERRNO(21)
53-sim-binary_tree	+aarch64		access		N	N	N	N	N	N	ALLOW
53-sim-binary_tree	+x86_64,+ppc64le	pipe		N	N	N	N	N	N	ERRNO(22)
53-sim-binary_tree	+aarch64		pipe		N	N	N	N	N	N	ALLOW
53-sim-binary_tree	all			select		N	N	N	N	N	N	ALLOW
53-sim-binary_tree	+x86_64,+ppc64le	select		106	107	N	N	N	N	ERRNO(23)
53-sim-binary_tree	+aarch64		select		106	107	N	N	N	N	ALLOW
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	+x86_64,+ppc64le	dup2		N	N	N	N	N	N	ERRNO(33)
53-sim-binary_tree	+aarch64		dup2		N	N	N	N	N	N	ALLOW
53-sim-binary_tree	+x86_64,+ppc64le	pause		N	N	N	N	N	N	ERRNO(34)
53-sim-binary_tree	+aarch64		pause		N	N	N	N	N	N	ALLOW
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	+x86_64,+ppc64le	alarm		N	N	N	N	N	N	ERRNO(37)
53-sim-binary_tree	+aarch64		alarm		N	N	N	N	N	N	ALLOW

test type: bpf-valgrind

# Testname
53-sim-binary_tree