https://bugs.winehq.org/show_bug.cgi?id=53686
Hugh McMaster hugh.mcmaster@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hugh.mcmaster@outlook.com
--- Comment #1 from Hugh McMaster hugh.mcmaster@outlook.com --- This looks like the WriteConsoleOutput* functions are creating an uninitialized internal DWORD and setting the pointer address for lpNumberOfCharsWritten before returning.
As the function failures, the DWORD's value is never set, so the test is just accessing random values.
IMHO, this sort of test has limited value. So, While I take your point about the failures starting on build system changeover, is it worth investigating these errors too much?