Home
last modified time | relevance | path

Searched refs:test_result_skip (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/x86/bugs/
H A Dits_permutations.py20 ksft.test_result_skip("Skipping its_permutations.py: not applicable")
24 ksft.test_result_skip("Skipping its_permutations.py: virtme-ng ('vng') not found in PATH.")
H A Dits_indirect_alignment.py34 …ksft.test_result_skip("Skipping its_indirect_alignment.py: Aligned branch/return thunks not enable…
38 ksft.test_result_skip("Skipping its_indirect_alignment.py: Retpolines deployed")
H A Dits_ret_alignment.py33 ksft.test_result_skip("Skipping its_ret_alignment.py: Aligned branch/return thunks not enabled")
H A Dcommon.py163 ksft.test_result_skip(f"Skipping {script_name}: missing module '{mod}'")
/linux-6.15/tools/testing/selftests/kselftest/
H A Dksft.py63 def test_result_skip(description): function