[PATCH 6/9] ntdll: Support CONIN$ and CONOUT$ in RtlIsDosDeviceName_U.

Marvin testbot at winehq.org
Wed Jun 24 12:41:35 CDT 2020


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=74151

Your paranoid android.


=== wxppro (32 bit report) ===

ntdll:
path.c:185: Test failed: Wrong result (0,0)/(0,12) for CONIN$
path.c:185: Test failed: Wrong result (0,0)/(0,14) for CONOUT$
path.c:185: Test failed: Wrong result (0,0)/(8,12) for \??\CONIN$
path.c:185: Test failed: Wrong result (0,0)/(8,14) for \??\CONOUT$
path.c:185: Test failed: Wrong result (0,0)/(8,12) for \??\CONIN$
path.c:391: Test failed: Wrong result 34/20 for "CONIN$"
path.c:395: Test failed: Got "C:\windows\CONIN$" expected "\\.\CONIN$"
path.c:401: Test failed: Got "CONIN$" expected "(null)"
path.c:391: Test failed: Wrong result 36/22 for "CONOUT$"
path.c:395: Test failed: Got "C:\windows\CONOUT$" expected "\\.\CONOUT$"
path.c:401: Test failed: Got "CONOUT$" expected "(null)"
path.c:581: Test failed: L"CONIN$": Expected L"\\??\\CONIN$", got L"\\??\\C:\\windows\\CONIN$".
path.c:589: Test failed: L"CONIN$": Expected NULL file part, got L"CONIN$".
path.c:581: Test failed: L"CONOUT$": Expected L"\\??\\CONOUT$", got L"\\??\\C:\\windows\\CONOUT$".
path.c:589: Test failed: L"CONOUT$": Expected NULL file part, got L"CONOUT$".
path.c:581: Test failed: L"cOnOuT$": Expected L"\\??\\cOnOuT$", got L"\\??\\C:\\windows\\cOnOuT$".
path.c:589: Test failed: L"cOnOuT$": Expected NULL file part, got L"cOnOuT$".

=== w2008s64 (32 bit report) ===

ntdll:
path.c:185: Test failed: Wrong result (0,0)/(0,12) for CONIN$
path.c:185: Test failed: Wrong result (0,0)/(0,14) for CONOUT$
path.c:185: Test failed: Wrong result (0,0)/(8,12) for \??\CONIN$
path.c:185: Test failed: Wrong result (0,0)/(8,14) for \??\CONOUT$
path.c:185: Test failed: Wrong result (0,0)/(8,12) for \??\CONIN$
path.c:391: Test failed: Wrong result 34/20 for "CONIN$"
path.c:395: Test failed: Got "C:\windows\CONIN$" expected "\\.\CONIN$"
path.c:401: Test failed: Got "CONIN$" expected "(null)"
path.c:391: Test failed: Wrong result 36/22 for "CONOUT$"
path.c:395: Test failed: Got "C:\windows\CONOUT$" expected "\\.\CONOUT$"
path.c:401: Test failed: Got "CONOUT$" expected "(null)"
path.c:581: Test failed: L"CONIN$": Expected L"\\??\\CONIN$", got L"\\??\\C:\\windows\\CONIN$".
path.c:589: Test failed: L"CONIN$": Expected NULL file part, got L"CONIN$".
path.c:581: Test failed: L"CONOUT$": Expected L"\\??\\CONOUT$", got L"\\??\\C:\\windows\\CONOUT$".
path.c:589: Test failed: L"CONOUT$": Expected NULL file part, got L"CONOUT$".
path.c:581: Test failed: L"cOnOuT$": Expected L"\\??\\cOnOuT$", got L"\\??\\C:\\windows\\cOnOuT$".
path.c:589: Test failed: L"cOnOuT$": Expected NULL file part, got L"cOnOuT$".

=== w2008s64 (64 bit report) ===

ntdll:
path.c:185: Test failed: Wrong result (0,0)/(0,12) for CONIN$
path.c:185: Test failed: Wrong result (0,0)/(0,14) for CONOUT$
path.c:185: Test failed: Wrong result (0,0)/(8,12) for \??\CONIN$
path.c:185: Test failed: Wrong result (0,0)/(8,14) for \??\CONOUT$
path.c:185: Test failed: Wrong result (0,0)/(8,12) for \??\CONIN$
path.c:391: Test failed: Wrong result 34/20 for "CONIN$"
path.c:395: Test failed: Got "C:\windows\CONIN$" expected "\\.\CONIN$"
path.c:401: Test failed: Got "CONIN$" expected "(null)"
path.c:391: Test failed: Wrong result 36/22 for "CONOUT$"
path.c:395: Test failed: Got "C:\windows\CONOUT$" expected "\\.\CONOUT$"
path.c:401: Test failed: Got "CONOUT$" expected "(null)"
path.c:581: Test failed: L"CONIN$": Expected L"\\??\\CONIN$", got L"\\??\\C:\\windows\\CONIN$".
path.c:589: Test failed: L"CONIN$": Expected NULL file part, got L"CONIN$".
path.c:581: Test failed: L"CONOUT$": Expected L"\\??\\CONOUT$", got L"\\??\\C:\\windows\\CONOUT$".
path.c:589: Test failed: L"CONOUT$": Expected NULL file part, got L"CONOUT$".
path.c:581: Test failed: L"cOnOuT$": Expected L"\\??\\cOnOuT$", got L"\\??\\C:\\windows\\cOnOuT$".
path.c:589: Test failed: L"cOnOuT$": Expected NULL file part, got L"cOnOuT$".



More information about the wine-devel mailing list