On Thu Apr 9 22:57:05 2026 +0000, Connor McAdams wrote:
Can you give me a diff to test? Any changes I make to this test like: ``` diff --git a/dlls/d3dx10_43/tests/d3dx10.c b/dlls/d3dx10_43/tests/d3dx10.c index 5a22240d37b..dd8b5b848b6 100644 --- a/dlls/d3dx10_43/tests/d3dx10.c +++ b/dlls/d3dx10_43/tests/d3dx10.c @@ -1852,7 +1852,7 @@ static const struct test_image_load_info { dds_dxt10_4_4, sizeof(dds_dxt10_4_4), { - D3DX10_DEFAULT, D3DX10_DEFAULT, D3DX10_DEFAULT, D3DX10_DEFAULT, 1, (D3D10_USAGE)D3DX10_DEFAULT, + D3DX10_DEFAULT, D3DX10_DEFAULT, D3DX10_DEFAULT, D3DX10_DEFAULT, 2, (D3D10_USAGE)D3DX10_DEFAULT, D3DX10_DEFAULT, D3DX10_DEFAULT, D3DX10_DEFAULT, D3DX10_DEFAULT, 7, D3DX10_DEFAULT }, S_OK, D3D10_RESOURCE_DIMENSION_TEXTURE2D, ``` Results in failure on native, both 32 and 64 bit tests on both d3dx10_43 and d3dx10_33. I can't reproduce it anymore, I must have made some silly mistake when I tested it. Sorry for the noise :/
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10513#note_135759