blob: c013912b1eab2ef22f3b76aaad5d326931622189 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# libseccomp regression test automation data
#
# Copyright (c) 2018 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
45-sim-chain_code_coverage all,-x32 1008 1 1 1 1 1 1 ALLOW
45-sim-chain_code_coverage all,-x32 1008 1 2 1 1 1 1 ALLOW
45-sim-chain_code_coverage all,-x32 1008 4 1 1 1 1 1 ALLOW
45-sim-chain_code_coverage all,-x32 1008 1 1 0x14 1 1 1 ALLOW
45-sim-chain_code_coverage all,-x32 1008 4 1 0x15 1 1 1 ALLOW
45-sim-chain_code_coverage all,-x32 1008 4 1 0x106 1 1 1 ALLOW
|