summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2019-03-04 18:12:04 -0500
committerPaul Moore <paul@paul-moore.com>2019-03-04 18:12:04 -0500
commitf804399e6d90ae34b7c1f505702a1ab2f7f33c18 (patch)
treeb9e6ce260fd0969246e245cf07b7910588c3d4ee /tests
parentaba11563f0d323e9c8ecc62fbdea9123fab28208 (diff)
downloadlibseccomp-f804399e6d90ae34b7c1f505702a1ab2f7f33c18.tar.gz
tests: make use of the new 32-bit test filters
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/48-sim-32b_args.tests36
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/48-sim-32b_args.tests b/tests/48-sim-32b_args.tests
index 34ae608..4254742 100644
--- a/tests/48-sim-32b_args.tests
+++ b/tests/48-sim-32b_args.tests
@@ -8,24 +8,24 @@
test type: bpf-sim
# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
-48-sim-32b_args x86_64 1000 0x0 N N N N N KILL
-48-sim-32b_args x86_64 1000 0xffffffff N N N N N KILL
-48-sim-32b_args x86_64 1000 0xffffffffffffffff N N N N N ALLOW
-48-sim-32b_args x86_64 1032 0x0 N N N N N KILL
-48-sim-32b_args x86_64 1032 0xffffffff N N N N N ALLOW
-48-sim-32b_args x86_64 1032 0xffffffffffffffff N N N N N KILL
-48-sim-32b_args x86_64 1064 0x0 N N N N N KILL
-48-sim-32b_args x86_64 1064 0xffffffff N N N N N KILL
-48-sim-32b_args x86_64 1064 0xffffffffffffffff N N N N N ALLOW
-48-sim-32b_args x86_64 2000 0x0 N N N N N KILL
-48-sim-32b_args x86_64 2000 0xffffffff N N N N N KILL
-48-sim-32b_args x86_64 2000 0xffffffffffffffff N N N N N ALLOW
-48-sim-32b_args x86_64 2032 0x0 N N N N N KILL
-48-sim-32b_args x86_64 2032 0xffffffff N N N N N ALLOW
-48-sim-32b_args x86_64 2032 0xffffffffffffffff N N N N N KILL
-48-sim-32b_args x86_64 2064 0x0 N N N N N KILL
-48-sim-32b_args x86_64 2064 0xffffffff N N N N N KILL
-48-sim-32b_args x86_64 2064 0xffffffffffffffff N N N N N ALLOW
+48-sim-32b_args all_64 1000 0x0 N N N N N KILL
+48-sim-32b_args all_64 1000 0xffffffff N N N N N KILL
+48-sim-32b_args all_64 1000 0xffffffffffffffff N N N N N ALLOW
+48-sim-32b_args all_64 1032 0x0 N N N N N KILL
+48-sim-32b_args all_64 1032 0xffffffff N N N N N ALLOW
+48-sim-32b_args all_64 1032 0xffffffffffffffff N N N N N KILL
+48-sim-32b_args all_64 1064 0x0 N N N N N KILL
+48-sim-32b_args all_64 1064 0xffffffff N N N N N KILL
+48-sim-32b_args all_64 1064 0xffffffffffffffff N N N N N ALLOW
+48-sim-32b_args all_64 2000 0x0 N N N N N KILL
+48-sim-32b_args all_64 2000 0xffffffff N N N N N KILL
+48-sim-32b_args all_64 2000 0xffffffffffffffff N N N N N ALLOW
+48-sim-32b_args all_64 2032 0x0 N N N N N KILL
+48-sim-32b_args all_64 2032 0xffffffff N N N N N ALLOW
+48-sim-32b_args all_64 2032 0xffffffffffffffff N N N N N KILL
+48-sim-32b_args all_64 2064 0x0 N N N N N KILL
+48-sim-32b_args all_64 2064 0xffffffff N N N N N KILL
+48-sim-32b_args all_64 2064 0xffffffffffffffff N N N N N ALLOW
test type: bpf-sim-fuzz