[PATCH 01/10] cmd: Use CSTR_* instead of hardcoded values as result of CompareStringW

Dan Kegel dank at kegel.com
Fri Aug 19 13:05:09 CDT 2011


Hi Frédéric,
your patch series seems to have failed the cmd tests:

batch.c:259: Test failed: unexpected char 0x53 position 0 in line 301
(got 'Syntax error', wanted '1')
batch.c:259: Test failed: unexpected char 0x31 position 0 in line 302
(got '1', wanted '3')
batch.c:259: Test failed: unexpected char 0x33 position 0 in line 303
(got '3', wanted '5')

See http://buildbot.kegel.com/builders/runtests/builds/86

I'll change the buildbot so it tests each subset of a patch series,
and pinpoint the one that broke things.

Incidentally, that 'Syntax error' probably should go to stderr;
and since the cmd tests ignore stderr, that might fix your failure.



More information about the wine-devel mailing list