On Wed, Oct 19, 2011 at 06:46:49AM -0700, Dan Kegel wrote:
Patches 5-7 failed on WINEDEBUG=warn+heap here:
../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so palette.c && touch palette.ok ... palette.c:104: Test failed: getColor=00280000
Might be flaky; patch 8 passed. patches 9 and 10 aren't done testing yet.
It's because I wanted to move SetPixel and GetPixel in separate patches. I added a temporary todo_wine in patch 5 (SetPixel) to prevent this test failure, which then got removed in patch 8 (GetPixel).
Huw.