On Wed, Oct 19, 2011 at 6:59 AM, Huw Davies huw@codeweavers.com wrote:
On Wed, Oct 19, 2011 at 06:46:49AM -0700, Dan Kegel wrote:
Patches 5-7 failed on WINEDEBUG=warn+heap here: 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).
Sounds like your temporary todo_wine didn't quite do the trick...?