https://bugs.winehq.org/show_bug.cgi?id=40727
Bug ID: 40727 Summary: ddraw tests broken with warn+heap Product: Wine Version: 1.7.35 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: stefandoesinger@gmx.at Distribution: ---
The DirectDraw tests are broken since commit 00bf75066b752193d879c3b1d6ce6cbc20646e5f when WINEDEBUG=warn+heap is set:
../../../../../src/wine/tools/runtest -q -P wine -T ../../.. -M ddraw.dll -p ddraw_test.exe.so ddraw1 && touch ddraw1.ok ddraw1.c:4220: Test failed: PRIMARYSURFACE: Got unexpected hr 0x80070057. ddraw1.c:4220: Test failed: OFFSCREENPLAIN: Got unexpected hr 0x80070057. ddraw1.c:4220: Test failed: TEXTURE: Got unexpected hr 0x80070057.
And similar failures in ddraw2, ddraw4 and ddraw7. Without warn+heap the tests run OK, but I have seen random failures and crashes with CSMT that could be related to this regression.