diff mbox series

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

Message ID 20210728163318.51492-5-broonie@kernel.org
State Superseded
Headers show
Series kselftest/arm64: Vector length configuration tests | expand

Commit Message

Mark Brown July 28, 2021, 4:33 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>

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

-- 
2.20.1

Comments

Dave Martin July 29, 2021, 9:52 a.m. UTC | #1
On Wed, Jul 28, 2021 at 05:33:18PM +0100, Mark Brown wrote:
> 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>


Doesn't really matter exactly what we have in here at this point, but
it's good to have somewhere to collect this stuff.

Reviewed-by: Dave Martin <Dave.Martin@arm.com>


> ---

>  tools/testing/selftests/arm64/fp/TODO | 3 +++

>  1 file changed, 3 insertions(+)

>  create mode 100644 tools/testing/selftests/arm64/fp/TODO

> 

> diff --git a/tools/testing/selftests/arm64/fp/TODO b/tools/testing/selftests/arm64/fp/TODO

> new file mode 100644

> index 000000000000..eada915227cf

> --- /dev/null

> +++ b/tools/testing/selftests/arm64/fp/TODO

> @@ -0,0 +1,3 @@

> +- Test unsupported values in the ABIs

> +- More coverage for ptrace (eg, vector length conversions).

> +- Coverage for signals.

> -- 

> 2.20.1

> 

> 

> _______________________________________________

> linux-arm-kernel mailing list

> linux-arm-kernel@lists.infradead.org

> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
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..eada915227cf
--- /dev/null
+++ b/tools/testing/selftests/arm64/fp/TODO
@@ -0,0 +1,3 @@ 
+- Test unsupported values in the ABIs
+- More coverage for ptrace (eg, vector length conversions).
+- Coverage for signals.