Wilfried Pasquazzo wilfried.pasquazzo@gmail.com writes:
[1/2] New Testcase to check if DrawState() behaves correctly when drawing Icons.
It doesn't work here:
../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p user32_test.exe.so cursoricon.c && touch cursoricon.ok cursoricon.c:1290: Test failed: Drawing Icon stretched to 2x2: Pixel at 2,2 should still have background Color FFFFFF, Got C0B0A0 from line 1346 cursoricon.c:1262: Test failed: Drawing Icon with size 1x1: Overlaying Mask 1 on Color A0B0C0 with flags 00000000. Expected a close match to 3F4F5F (modern) or 3F4F5F (legacy). Got FFFFFF from line 1347 cursoricon.c:1298: Test failed: Drawing Icon stretched to 2x2: Overlaying Mask 1 on Color A0B0C0 with flags 00000000. Expected a close match to 3F4F5F (modern) or 3F4F5F (legacy). Got FFFFFF from line 1347 make: *** [cursoricon.ok] Error 3
I had another patch in git, that accidentally made this test pass. I'll send a corrected version of test and fix in a moment.
I'm sorry for any inconveniences.
2009/10/2 Alexandre Julliard julliard@winehq.org:
Wilfried Pasquazzo wilfried.pasquazzo@gmail.com writes:
[1/2] New Testcase to check if DrawState() behaves correctly when drawing Icons.
It doesn't work here:
../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p user32_test.exe.so cursoricon.c && touch cursoricon.ok cursoricon.c:1290: Test failed: Drawing Icon stretched to 2x2: Pixel at 2,2 should still have background Color FFFFFF, Got C0B0A0 from line 1346 cursoricon.c:1262: Test failed: Drawing Icon with size 1x1: Overlaying Mask 1 on Color A0B0C0 with flags 00000000. Expected a close match to 3F4F5F (modern) or 3F4F5F (legacy). Got FFFFFF from line 1347 cursoricon.c:1298: Test failed: Drawing Icon stretched to 2x2: Overlaying Mask 1 on Color A0B0C0 with flags 00000000. Expected a close match to 3F4F5F (modern) or 3F4F5F (legacy). Got FFFFFF from line 1347 make: *** [cursoricon.ok] Error 3
-- Alexandre Julliard julliard@winehq.org