summaryrefslogtreecommitdiff
path: root/tests/25-sim-multilevel_chains_adv.tests
diff options
context:
space:
mode:
authorroot <root@test-gentoo_x32-1.lan>2019-03-04 16:17:50 -0500
committerPaul Moore <paul@paul-moore.com>2019-03-04 16:17:50 -0500
commitf5ff93c6c912e35be9b6cc5c302a5e2e85c33902 (patch)
treee4016a9a2914286baa6b6236de55d152446fb5d8 /tests/25-sim-multilevel_chains_adv.tests
parent73ccc03f897abe7751ee1a89deb8ce467704b82e (diff)
downloadlibseccomp-f5ff93c6c912e35be9b6cc5c302a5e2e85c33902.tar.gz
tests: disable a number of tests on the x32 arch
Unfortunately a number of our automated tests fail because of the x32 syscall bit, making low numbered syscalls invalid. Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tests/25-sim-multilevel_chains_adv.tests')
-rw-r--r--tests/25-sim-multilevel_chains_adv.tests12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/25-sim-multilevel_chains_adv.tests b/tests/25-sim-multilevel_chains_adv.tests
index 8b0e202..c090a2e 100644
--- a/tests/25-sim-multilevel_chains_adv.tests
+++ b/tests/25-sim-multilevel_chains_adv.tests
@@ -8,16 +8,16 @@
test type: bpf-sim
# Testname Arch Syscall Arg0 Arg1 Arg2 Arg3 Arg4 Arg5 Result
-25-sim-multilevel_chains_adv all 0-9 N N N N N N KILL
-25-sim-multilevel_chains_adv all 10 0x0000000b 0x00000000 N N N N ALLOW
+25-sim-multilevel_chains_adv all,-x32 0-9 N N N N N N KILL
+25-sim-multilevel_chains_adv all,-x32 10 0x0000000b 0x00000000 N N N N ALLOW
25-sim-multilevel_chains_adv x86_64 10 0x10000000b 0x00000000 N N N N KILL
25-sim-multilevel_chains_adv x86_64 10 0x0000000b 0x10000000c N N N N ALLOW
-25-sim-multilevel_chains_adv all 11-19 N N N N N N KILL
-25-sim-multilevel_chains_adv all 20 0x00000015 0x00000000 0x00000017 N N N ALLOW
-25-sim-multilevel_chains_adv all 20 0x00000015 0x00000016 0x00000017 N N N KILL
+25-sim-multilevel_chains_adv all,-x32 11-19 N N N N N N KILL
+25-sim-multilevel_chains_adv all,-x32 20 0x00000015 0x00000000 0x00000017 N N N ALLOW
+25-sim-multilevel_chains_adv all,-x32 20 0x00000015 0x00000016 0x00000017 N N N KILL
25-sim-multilevel_chains_adv x86_64 20 0x100000015 0x00000000 0x00000017 N N N KILL
25-sim-multilevel_chains_adv x86_64 20 0x00000015 0x00000000 0x100000017 N N N KILL
-25-sim-multilevel_chains_adv all 21-30 N N N N N N KILL
+25-sim-multilevel_chains_adv all,-x32 21-30 N N N N N N KILL
test type: bpf-sim-fuzz