]> git.proxmox.com Git - mirror_libseccomp.git/blob - tests/48-sim-32b_args.tests
tests: fix a number of problems with the tests on a 32-bit x86 system
[mirror_libseccomp.git] / tests / 48-sim-32b_args.tests
1 #
2 # libseccomp regression test automation data
3 #
4 # Copyright (c) 2019 Cisco Systems, Inc. <pmoore2@cisco.com>
5 # Author: Paul Moore <paul@paul-moore.com>
6 #
7
8 test type: bpf-sim
9
10 # Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
11 48-sim-32b_args x86_64 1000 0x0 N N N N N KILL
12 48-sim-32b_args x86_64 1000 0xffffffff N N N N N KILL
13 48-sim-32b_args x86_64 1000 0xffffffffffffffff N N N N N ALLOW
14 48-sim-32b_args x86_64 1032 0x0 N N N N N KILL
15 48-sim-32b_args x86_64 1032 0xffffffff N N N N N ALLOW
16 48-sim-32b_args x86_64 1032 0xffffffffffffffff N N N N N KILL
17 48-sim-32b_args x86_64 1064 0x0 N N N N N KILL
18 48-sim-32b_args x86_64 1064 0xffffffff N N N N N KILL
19 48-sim-32b_args x86_64 1064 0xffffffffffffffff N N N N N ALLOW
20 48-sim-32b_args x86_64 2000 0x0 N N N N N KILL
21 48-sim-32b_args x86_64 2000 0xffffffff N N N N N KILL
22 48-sim-32b_args x86_64 2000 0xffffffffffffffff N N N N N ALLOW
23 48-sim-32b_args x86_64 2032 0x0 N N N N N KILL
24 48-sim-32b_args x86_64 2032 0xffffffff N N N N N ALLOW
25 48-sim-32b_args x86_64 2032 0xffffffffffffffff N N N N N KILL
26 48-sim-32b_args x86_64 2064 0x0 N N N N N KILL
27 48-sim-32b_args x86_64 2064 0xffffffff N N N N N KILL
28 48-sim-32b_args x86_64 2064 0xffffffffffffffff N N N N N ALLOW
29
30 test type: bpf-sim-fuzz
31
32 # Testname StressCount
33 48-sim-32b_args 50
34
35 test type: bpf-valgrind
36
37 # Testname
38 48-sim-32b_args