On Fri, 24 Nov 2023 15:22:21 +0000, Mark Brown wrote:
When TPIDR2 is not supported the tpidr2 ABI test prints the same message for each skipped test:
ok 1 skipped, TPIDR2 not supported
which isn't ideal for test automation software since it tracks kselftest results based on the string used to describe the test. This is also not standard KTAP output, the expected format is:
[...]
Applied to arm64 (for-next/selftests), thanks!
[1/1] kselftest/arm64: Improve output for skipped TPIDR2 ABI test https://git.kernel.org/arm64/c/33c1a7785a41
Cheers,