aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-08-03 15:04:50 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2021-08-03 16:20:05 +0100
commite96595c55d2397dde599779d75112d21989b37b9 (patch)
tree1ab431123db13ea135b443b552bd8c171ebd193f /tools/testing
parentkselftest/arm64: Add tests for SVE vector configuration (diff)
downloadlinux-dev-e96595c55d2397dde599779d75112d21989b37b9.tar.xz
linux-dev-e96595c55d2397dde599779d75112d21989b37b9.zip
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>
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/arm64/fp/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/selftests/arm64/fp/TODO b/tools/testing/selftests/arm64/fp/TODO
new file mode 100644
index 000000000000..b6b7ebfcf362
--- /dev/null
+++ b/tools/testing/selftests/arm64/fp/TODO
@@ -0,0 +1,4 @@
+- Test unsupported values in the ABIs.
+- More coverage for ptrace (eg, vector length conversions).
+- Coverage for signals.
+- Test PR_SVE_VL_INHERITY after a double fork.