On Thu, 29 May 2025 13:58:20 -0700, Sean Christopherson wrote: > Skip the test if its target kernel/test file isn't available so that > skipping a test that isn't supported for a given config doesn't require > manually flagging the testcase in unittests.cfg. This fixes "failures" > on x86 with CONFIG_EFI=y due to some tests not being built for EFI, but > not being annotated in x86/unittests.cfg. > > Alternatively, testcases could be marked noefi (or efi-only), but that'd > require more manual effort, and there's no obvious advantage to doing so. > > [...] Applied to kvm-x86 next, thanks! [1/1] runtime: Skip tests if the target "kernel" file doesn't exist https://github.com/kvm-x86/kvm-unit-tests/commit/7f528c1b474c -- https://github.com/kvm-x86/kvm-unit-tests/tree/next