summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTom Hromatka <tom.hromatka@oracle.com>2020-07-09 13:50:58 -0600
committerPaul Moore <paul@paul-moore.com>2020-07-13 21:14:15 -0400
commit2f3ae1fe7eaa1195e29979ae341bfc288bc69ee5 (patch)
treea55c66a1b66e8f35591268dfdb75f7c51e14a261 /tests
parent0c94a019f5b43ea43dfbd7bc3fb6363e896ec068 (diff)
downloadlibseccomp-2f3ae1fe7eaa1195e29979ae341bfc288bc69ee5.tar.gz
tests: Skip the stat syscall on aarch64 in test 06
The recent patch to remove PNR syscalls from the BPF filter causes test 06-sim-actions%%005-00001 to fail because aarch64 doesn't support the stat syscall. This commit skips that check on aarch64 only. Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/06-sim-actions.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/06-sim-actions.tests b/tests/06-sim-actions.tests
index 0a7bc66..b830917 100644
--- a/tests/06-sim-actions.tests
+++ b/tests/06-sim-actions.tests
@@ -12,7 +12,7 @@ test type: bpf-sim
06-sim-actions all write 1 0x856B008 N N N N ERRNO(1)
06-sim-actions all close 4 N N N N N TRAP
06-sim-actions all,-aarch64 open 0x856B008 4 N N N N TRACE(1234)
-06-sim-actions all stat N N N N N N KILL_PROCESS
+06-sim-actions all,-aarch64 stat N N N N N N KILL_PROCESS
06-sim-actions all rt_sigreturn N N N N N N LOG
06-sim-actions x86 0-2 N N N N N N KILL
06-sim-actions x86 7-105 N N N N N N KILL