selftests/bpf: Add fexit_sleep to DENYLIST.aarch64
authorMartin KaFai Lau <martin.lau@kernel.org>
Fri, 28 Apr 2023 03:37:44 +0000 (20:37 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Fri, 28 Apr 2023 05:11:16 +0000 (22:11 -0700)
commit31f4f810d533e7ed9a835c5f946eceaec015ce10
treee1bd7732a0e02a7043506ebff7c5be6735427cd8
parentf1f5553d91a11663a5761b78e61f70c1db0bbd2f
selftests/bpf: Add fexit_sleep to DENYLIST.aarch64

It is reported that the fexit_sleep never returns in aarch64.
The remaining tests cannot start. Put this test into DENYLIST.aarch64
for now so that other tests can continue to run in the CI.

Acked-by: Manu Bretelle <chantr4@gmail.com>
Reported-by: Manu Bretelle <chantra@meta.com>
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
tools/testing/selftests/bpf/DENYLIST.aarch64