17 May
2023
17 May
'23
10:53 a.m.
--- It turns out D3DKMTCheckVidPnExclusiveOwnership() and D3DKMTSetVidPnSourceOwner() are just stubs in some drivers (nulldrv), causing the tests to be skipped. Ideally we'd fail if the API is missing and skip otherwise but it's probably overkill. So go back to a simple skip() with a comment. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2845