Thread (6 messages) 6 messages, 3 authors, 2021-08-20

Re: [PATCH] kselftest/arm64: pac: Fix skipping of tests on systems without PAC

From: Mark Brown <broonie@kernel.org>
Date: 2021-08-20 12:06:19
Also in: linux-kselftest

On Fri, Aug 20, 2021 at 05:05:05PM +0530, Amit Kachhap wrote:
On 8/20/21 4:25 PM, Mark Brown wrote:
quoted
On Fri, Aug 20, 2021 at 12:39:39PM +0530, Amit Kachhap wrote:
quoted
quoted
   -	ASSERT_NE(0, hwcaps & HWCAP_PACA) TH_LOG("PAUTH not enabled"); \
   +	ASSERT_NE(0, hwcaps & HWCAP_PACA) SKIP(return, "PAUTH not enabled");
quoted
That's what the patch does?
Agree, I saw few other testcases where ASSERT is used along with SKIP.
(tools/testing/selftests/core/close_range_test.c) so this way
ASSERT_GENERIC_* macro will be clear. There will be just an extra
log like "hwcaps & HWCAP_PACA = 0" in this case.
I'm not 100% sure I follow what you're saying here?  I don't see a log
message saying "hwcaps & HWCAP_PACA = 0" on non-PAC systems, or is that
what you're saying you want to see?
Probably your way is consistent as other tests in arm64 also just
skips due to HWCAP mismatch.
Right, we can't usefully run tests for features not present in the
system - this sort of thing is the intent of the kselftest skip feature.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help