diff mbox series

[v5,4/4] kselftest/arm64: Add a TODO list for floating point tests

Message ID 20210803140450.46624-5-broonie@kernel.org
State Accepted
Commit e96595c55d2397dde599779d75112d21989b37b9
Headers show
Series kselftest/arm64: Vector length configuration tests | expand

Commit Message

Mark Brown Aug. 3, 2021, 2:04 p.m. UTC
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>

---
 tools/testing/selftests/arm64/fp/TODO | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tools/testing/selftests/arm64/fp/TODO

-- 
2.20.1
diff mbox series

Patch

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.