Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kselftest/arm64: Add a TODO list for floating point tests

Write down some ideas for additional coverage for floating point in case
someone feels inspired to look into them.

Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Dave Martin <Dave.Martin@arm.com>
Link: https://lore.kernel.org/r/20210803140450.46624-5-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

authored by

Mark Brown and committed by
Catalin Marinas
e96595c5 95cf3f23

+4
+4
tools/testing/selftests/arm64/fp/TODO
··· 1 + - Test unsupported values in the ABIs. 2 + - More coverage for ptrace (eg, vector length conversions). 3 + - Coverage for signals. 4 + - Test PR_SVE_VL_INHERITY after a double fork.