protonscr

Take a pass over test suite and sort out tests which are "known" to fail for the time being.

vkd3dclosed
HansKristian-Work/vkd3d-proton#331 · opened 2020-10-28 by HansKristian-Work · updated 2020-10-30 · 4 comments · github
HHansKristian-Work 2020-10-28 github

There's a certain number of tests which is kind of known to fail at the moment. This creates mild annoyance when trying to test. We should look at the failing tests and figure out what we can do to get 0 failure runs on vkd3d-proton. That way, it's much easier to track regressions.

Mmisyltoad maintainer 2020-10-28 github

fwiw there are a bunch of tests that fail on native D3D12:

test_results_windows.txt

Ddoitsujin maintainer 2020-10-28 github

Do these also fail with WARP?

Pretty sure the tiled resource tests all worked fine on both AMD and NV when we implemented that stuff.

Mmisyltoad maintainer 2020-10-28 github

How do I run the tests with WARP?

I can detach the GPU from the VM and use the basic display adapter + spice but I feel like that's too much work and there's probably an easier way...

HHansKristian-Work maintainer 2020-10-29 github

--warp should do it, there's also --validate.

Nothing extracted yet.