1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-12-20 15:36:00 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Adam Williamson
25d1998b87 Handle known failure of vkcube --validate on Fedora 42
The new vkcube --validate test fails on Fedora 42:
https://bugzilla.redhat.com/show_bug.cgi?id=2418077
while we wait for a response to that bug, let's go with treating
this as a soft failure. We use an md5sum check to try and ensure
that the output is *exactly* what we're expecting; if there are
any unexpected messages, we'll still fail.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2025-12-01 16:11:06 -08:00
Adam Williamson
85f20242cb Add desktop_graphics_validation test with vulkan layer check (#464)
This is a follow-up to the recent broken mesa update kerfuffle:
https://discussion.fedoraproject.org/t/173585
one outcome of that is we determined the vulkan layer validation
check actually works in a VM with llvmpipe. The command we run
here completes successfully with mesa 25.2.7-3.fc43, but crashes
with mesa 25.2.7-2.fc43. So it seems like a good idea to add this
test. I'll probably backfill a manual test case and add it to the
wiki matrix later.

I gave it a generic name in case we come up with more similar
checks we can add later. I've asked airlied for any suggestions
he might have.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2025-11-28 15:37:00 -08:00