From 2f3ae1fe7eaa1195e29979ae341bfc288bc69ee5 Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Thu, 9 Jul 2020 13:50:58 -0600 Subject: 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 Signed-off-by: Paul Moore --- tests/06-sim-actions.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.1