[PATCH 0/2] selftest: fix riscv/vector tests

2024-12-20 Thread Yong-Xuan Wang
Add test counts and pass message to remove warning of riscv/vector tests. Yong-Xuan Wang (2): tools: selftests: riscv: Add pass message for v_initval_nolibc tools: selftests: riscv: Add test count for vstate_prctl tools/testing/selftests/riscv/vector/v_initval_nolibc.c | 4 tools

[PATCH 2/2] tools: selftests: riscv: Add test count for vstate_prctl

2024-12-20 Thread Yong-Xuan Wang
Add the test count to drop the warning message. "Planned tests != run tests (0 != 1)" Fixes: 7cf6198ce22d ("selftests: Test RISC-V Vector prctl interface") Signed-off-by: Yong-Xuan Wang --- tools/testing/selftests/riscv/vector/vstate_prctl.c | 2 ++ 1 file changed, 2 inserti

[PATCH 1/2] tools: selftests: riscv: Add pass message for v_initval_nolibc

2024-12-20 Thread Yong-Xuan Wang
Add the pass message after we successfully complete the test. Fixes: 5c93c4c72fbc ("selftests: Test RISC-V Vector's first-use handler") Signed-off-by: Yong-Xuan Wang --- tools/testing/selftests/riscv/vector/v_initval_nolibc.c | 4 1 file changed, 4 insertions(+) diff --git