Sha256: f1a4dbb2735cc687585782a51407542c2570149c270339e6619f694256527aa7

Contents?: true

Size: 610 Bytes

Versions: 18

Compression:

Stored size: 610 Bytes

Contents

#
# libseccomp regression test automation data
#
# This test triggered a bug in libseccomp erroneously allowing the close()
# syscall on x32 instead of 'KILL'ing it, as it should do for unsupported
# architectures.
#
# Author: Mathias Krause <minipli@googlemail.com>
#

test type: bpf-sim

# Testname	Arch		Syscall	Arg0	Arg1	Arg2	Arg3	Arg4	Arg5	Result
28-sim-arch_x86	+x86,+x86_64	read	N	N	N	N	N	N	ALLOW
28-sim-arch_x86	+x86,+x86_64	close	N	N	N	N	N	N	ERRNO(1)
28-sim-arch_x86	+arm,+x32	read	N	N	N	N	N	N	KILL
28-sim-arch_x86	+arm,+x32	close	N	N	N	N	N	N	KILL

test type: bpf-valgrind

# Testname
28-sim-arch_x86

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.3.0 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.2.7 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.2.6 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.2.5 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.2.4 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.2.3 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.2.2 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.2.1 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.2.0 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.1.1 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.1.0 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.0.6 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.0.5 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.0.4 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.0.3 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.0.2 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests
script_core-0.0.1 ext/enterprise_script_service/libseccomp/tests/28-sim-arch_x86.tests