[PATCH 3/3] cmd: Ignore quotes when parsing command line parameters.

Zebediah Figura z.figura12 at gmail.com
Sat Apr 25 23:41:33 CDT 2020


On 4/25/20 11:20 PM, Marvin wrote:
> Hi,
> 
> While running your changed tests, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
> 
> Full results can be found at:
> https://testbot.winehq.org/JobDetails.pl?Key=70549
> 
> Your paranoid android.
> 
> 
> === w1064v1809_he (32 bit report) ===
> 
> cmd.exe:
> batch.c:321: Test failed: unexpected char 0x43 position 0 in line 983 (got 'C:\Users\winetest\Documents\foobar\temp.bat', wanted 'Mixed enumeration from provided root')
> batch.c:321: Test failed: unexpected char 0x46 position 0 in line 984 (got 'Found missing result: "C:\Users\winetest\Documents\foobar\bar\."', wanted 'With duplicates enumeration')
> batch.c:321: Test failed: unexpected char 0x46 position 0 in line 985 (got 'Found missing result: "C:\Users\winetest\Documents\foobar\baz\."', wanted 'Strip missing wildcards, keep unwildcarded names')
> batch.c:321: Test failed: unexpected char 0x46 position 0 in line 986 (got 'Found missing result: "C:\Users\winetest\Documents\foobar\baz\bazbaz"', wanted 'for /R passed')
> batch.c:321: Test failed: unexpected char 0x46 position 0 in line 987 (got 'Found missing result: "C:\Users\winetest\Documents\foobar\bazbaz"', wanted '--- Complex wildcards unix and windows slash')
> batch.c:321: Test failed: unexpected char 0x46 position 0 in line 988 (got 'Found missing result: "C:\Users\winetest\Documents\foobar\foo\."', wanted '--- Complex wildcards unix and windows slash')
> batch.c:321: Test failed: unexpected char 0x4d position 0 in line 989 (got 'Mixed enumeration from provided root', wanted '--- Complex wildcards unix and windows slash')
> batch.c:321: Test failed: unexpected char 0x57 position 0 in line 990 (got 'With duplicates enumeration', wanted '--- Complex wildcards unix and windows slash')
> batch.c:321: Test failed: unexpected char 0x53 position 0 in line 991 (got 'Strip missing wildcards, keep unwildcarded names', wanted '--- Complex wildcards unix and windows slash')
> batch.c:321: Test failed: unexpected char 0x66 position 0 in line 992 (got 'for /R passed', wanted '--- Complex wildcards unix and windows slash')
> 

I can't easily find record of this failure occurring before, but it's in
test_builtins, so presumably unrelated.

If I get time, I'll try to look into it...



More information about the wine-devel mailing list