Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 94900131 by Giovanni Mascellani at 2024-11-11T15:25:02+01:00 tests: Mark a couple of tests in register-reservations-numeric.shader_test as todo with MSL.
- - - - - a89ceb65 by Giovanni Mascellani at 2024-11-11T15:54:21+01:00 tests/shader_runner_vulkan: Avoid using ok() for shader compilation failues in create_graphics_pipeline().
Using ok() may result in todo's succeeding when create_shader_stage() succeeds, but vkCreateGraphicsPipelines() fails. There's not much point in using ok() here in the first place though, because ultimately the draw operation is going to fail when shader compilation failed.
- - - - - c34dc817 by Giovanni Mascellani at 2024-11-11T15:55:11+01:00 tests: Remove some todo markings on MoltenVK in interface-packing.shader_test.
I have to admit I'm not even sure of why most of those got marked as todo in the first place. Running again now tests on commit dff7c0e7b8f425887052384038f44cd9378f5c4b doesn't show all those failures.
- - - - -
3 changed files:
- tests/hlsl/interface-packing.shader_test - tests/hlsl/register-reservations-numeric.shader_test - tests/shader_runner_vulkan.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/756b98f093ba26e8cd4d4fed1caa0...