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.
On Wed, Oct 19, 2011 at 6:18 AM, buildbot@kegel.com wrote:
This is an experimental automated build and test service. Please feel free to ignore this email while we work the kinks out.
For more info about this message, see http://wiki.winehq.org/BuildBot
The Buildbot has detected a failed build on builder runtests-heaptest while building Wine. Full details are available at: http://buildbot.kegel.com/builders/runtests-heaptest/builds/673 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting) BUILD FAILED: failed shell_3
Errors: alarum: failed command was ../../../wine gdi32_test.exe.so palette.c palette.c:104: Test failed: getColor=00280000 make: *** [palette.ok] Error 1
- Call to xpconnect wrapped JSObject produced this error: *
- Call to xpconnect wrapped JSObject produced this error: *
GnuTLS error: A TLS packet with unexpected length was received.
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.
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...?
On Wed, Oct 19, 2011 at 07:04:02AM -0700, Dan Kegel wrote:
Sounds like your temporary todo_wine didn't quite do the trick...?
Ah, I see. I was getting a failure on 111 and not 104, presumably due to different XServers. Anyway they all pass again after the entire series is applied.
Huw.