linux/tools/testing/selftests/arm64/abi
Mark Brown 33c1a7785a kselftest/arm64: Improve output for skipped TPIDR2 ABI test
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:

  ok 1 # SKIP default_value

Updated the program to generate this, using the same set of test names that
we would run if the test actually executed.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20231124-kselftest-arm64-tpidr2-skip-v1-1-e05d0ccef101@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
2023-12-11 12:00:43 +00:00
..
.gitignore Merge branch 'for-next/kselftest' into for-next/core 2022-09-30 09:18:11 +01:00
hwcap.c kselftest/arm64: add FEAT_LSE128 to hwcap test 2023-10-13 19:12:46 +01:00
Makefile Merge branch 'for-next/kselftest' into for-next/core 2022-09-30 09:18:11 +01:00
ptrace.c kselftest/arm64: Add a smoke test for ptracing hardware break/watch points 2023-05-26 10:22:03 +01:00
syscall-abi-asm.S Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-next/misc', 'for-next/sme2', 'for-next/tpidr2', 'for-next/scs', 'for-next/compat-hwcap', 'for-next/ftrace', 'for-next/efi-boot-mmu-on', 'for-next/ptrauth' and 'for-next/pseudo-nmi', remote-tracking branch 'arm64/for-next/perf' into for-next/core 2023-02-10 18:51:49 +00:00
syscall-abi.c kselftest/arm64: Size sycall-abi buffers for the actual maximum VL 2023-08-11 12:24:51 +01:00
syscall-abi.h kselftest/arm64: Add SME support to syscall ABI test 2022-04-28 17:57:12 +01:00
tpidr2.c kselftest/arm64: Improve output for skipped TPIDR2 ABI test 2023-12-11 12:00:43 +00:00