On 10/14/22 07:07, Giovanni Mascellani (@giomasce) wrote:
Giovanni Mascellani (@giomasce) commented about tests/uav-load.shader_test:
+[require]
This test fails on my computer:
$ ./tests/shader_runner ../vkd3d/tests/uav-load.shader_test free(): double free detected in tcache 2 Annullato
You probably didn't notice because @fcasas slyly disabled a good chunk of tests in https://gitlab.winehq.org/wine/vkd3d/-/commit/e9829fdc6524e455f85893445ad8a2... (you see the missing backslash?). Yes, that got into vkd3d 1.5. Fortunately, at least on my computer, all tests actually pass, except for this one.
Also, I don't think we already have `dispatch` upstream, do we?
Yeah, looks like it fails because I reordered this and forgot that it was a compute shader test. I've pushed a new version now...