[PATCH 1/5] cmd/tests: add tests for command line parsing

Frédéric Delanoy frederic.delanoy at gmail.com
Sun Sep 25 18:29:43 CDT 2011


2011/9/25 Frédéric Delanoy <frederic.delanoy at gmail.com>:
> This patch fails; see http://source.winehq.org/patches/ and
> http://source.winehq.org/patches/data/79288.testfail
>
> Got a lot of errors on NT4, and 1 on other systems
> batch.c:301: Test failed: unexpected char 0x54 position 0 in line 46
> (got 'THIS FAILS: cmd ignoreme/c say one', wanted '0 at space@'
>
> You might want to use @todo_wine@ as documented on
> http://wiki.winehq.org/CmdConformanceTests
>
> Patches generating at least 1 error on one of testbot's systems (NT
> included) have 0% chance of being committed (see
> http://wiki.winehq.org/SubmittingPatches)
> [I know NT4 is sometimes $#!+... be thankful win9x is not a
> prerequisite anymore... ;) ]
>
> Frédéric
>
> PS: "resend" is used for unchanged patches (or only rebased); in other
> cases you should use "try N"

+echo @echo 0 > "say.bat"
You should probably use .cmd extension instead of .bat. There're
sometimes issues with .bat, especially on NT which switches on
Win9x/DOS compatibility mode IIRC (or some other weirdness)

Also, as Dan suggested, you should probably send smaller patches / series.
This way they can be more easily reviewed and have a better chance to
be committed by Alexandre (provided all tests pass of course)

Frédéric



More information about the wine-devel mailing list