[PATCH 2/3] ntdll/tests: Use wide character string literals in test_RtlDosPathNameToNtPathName_U().

Marvin testbot at winehq.org
Thu Mar 5 10:43:51 CST 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=66435

Your paranoid android.


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

ntdll:
path.c:547: Test failed: L"\\??\\/": Expected L"\\??\\/", got L"\\??\\C:\\??\\".
path.c:551: Test failed: L"\\??\\/": Expected file part L"C:\\??\\", got (null).
path.c:547: Test failed: L"\\??\\foo": Expected L"\\??\\foo", got L"\\??\\C:\\??\\foo".
path.c:551: Test failed: L"\\??\\foo": Expected file part L"C:\\??\\foo", got L"foo".
path.c:547: Test failed: L"\\??\\foo/": Expected L"\\??\\foo/", got L"\\??\\C:\\??\\foo\\".
path.c:551: Test failed: L"\\??\\foo/": Expected file part L"C:\\??\\foo\\", got (null).
path.c:547: Test failed: L"\\??\\foo/bar": Expected L"\\??\\foo/bar", got L"\\??\\C:\\??\\foo\\bar".
path.c:551: Test failed: L"\\??\\foo/bar": Expected file part L"C:\\??\\foo\\bar", got L"bar".
path.c:547: Test failed: L"\\??\\foo/.": Expected L"\\??\\foo/.", got L"\\??\\C:\\??\\foo".
path.c:551: Test failed: L"\\??\\foo/.": Expected file part L"C:\\??\\foo", got L"foo".
path.c:547: Test failed: L"\\??\\\\": Expected L"\\??\\\\", got L"\\??\\C:\\??\\".
path.c:547: Test failed: L"\\??\\\\\\": Expected L"\\??\\\\\\", got L"\\??\\C:\\??\\".
path.c:547: Test failed: L"\\??\\foo\\": Expected L"\\??\\foo\\", got L"\\??\\C:\\??\\foo\\".
path.c:547: Test failed: L"\\??\\foo\\bar": Expected L"\\??\\foo\\bar", got L"\\??\\C:\\??\\foo\\bar".
path.c:551: Test failed: L"\\??\\foo\\bar": Expected file part L"?\\foo\\bar", got L"bar".
path.c:547: Test failed: L"\\??\\foo\\.": Expected L"\\??\\foo\\.", got L"\\??\\C:\\??\\foo".
path.c:551: Test failed: L"\\??\\foo\\.": Expected file part L"?\\foo", got L"foo".



More information about the wine-devel mailing list