Codebase list libseccomp / upstream/2.4.2 tests / 50-sim-hash_collision.tests
upstream/2.4.2

Tree @upstream/2.4.2 (Download .tar.gz)

50-sim-hash_collision.tests @upstream/2.4.2raw · history · blame

#
# libseccomp regression test automation data
#
# Copyright (c) 2019 Oracle and/or its affiliates.  All rights reserved.
# Author: Tom Hromatka <tom.hromatka@oracle.com>
#

test type: bpf-sim

# Testname		Arch	Syscall		Arg0	Arg1	Arg2	Arg3	Arg4	Arg5	Result
50-sim-hash_collision	x86_64 1000		1	N	N	N	N	N	ALLOW
50-sim-hash_collision	x86_64 1000		2	N	N	N	N	N	ALLOW
50-sim-hash_collision	x86_64 1000		3	N	N	N	N	N	ERRNO(100)
50-sim-hash_collision	x86_64 1001		1	2	3	N	N	N	ALLOW
50-sim-hash_collision	x86_64 1001		1	1	N	N	N	N	ALLOW
50-sim-hash_collision	x86_64 1001		2	N	N	N	N	N	ERRNO(100)
50-sim-hash_collision	x86_64 1001		1	3	N	N	N	N	ERRNO(100)
50-sim-hash_collision	x86_64 1001		1	2	4	N	N	N	ERRNO(100)