selftests: vDSO: vdso_test_abi: Drop clock availability tests
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Tue, 12 Aug 2025 05:39:05 +0000 (07:39 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 9 Sep 2025 08:57:39 +0000 (10:57 +0200)
commitd7516f25a90c554d25847634884179d8be2782c7
tree2bd7ac4d7fb694b92c189f2bbc98c8bb01d45842
parent3afe371d322cdebc6338bbc121cca6944b6c7f2d
selftests: vDSO: vdso_test_abi: Drop clock availability tests

The test uses the kselftest.h framework and declares in its testplan to
always execute 16 testcases. If any of the clockids were not available,
the testplan would not be satisfied anymore and the test would fail.
Apparently that never happened, so the clockids are always available.

Remove the pointless checks.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250812-vdso-tests-fixes-v2-4-90f499dd35f8@linutronix.de
tools/testing/selftests/vDSO/vdso_test_abi.c