16 Mar
2025
16 Mar
'25
5:33 p.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/volume.c:
+ ID3DXBuffer_Release(buffer); + + for (i = 0; i < ARRAY_SIZE(tests); ++i) + { + winetest_push_context("File format %u (%s)", i, tests[i].name); + + wsprintfA(name_buf_a, "save_volume_a.%s", tests[i].suffix); + wsprintfW(name_buf_w, L"save_volume_w.%S", tests[i].suffix); + + /* + * Test twice, first with a box that has a depth of 2, then second + * with a box that has a depth of 1. + */ + for (j = 0; j < 2; ++j) + { + winetest_push_context("%u", j); We might want to mention "Depth %u" or similar.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7577#note_98006