https://bugs.winehq.org/show_bug.cgi?id=53686
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c7b8da649d899ad90f6949b6d6b | |d96d0e760cdcd Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from François Gouget fgouget@codeweavers.com --- This got fixed by the commit below:
commit c7b8da649d899ad90f6949b6d6bd96d0e760cdcd Author: Hugh McMaster hugh.mcmaster@outlook.com Date: Mon Oct 17 22:28:34 2022 +1100
kernel32/tests: Remove tests comparing expected output in certain functions.
The Windows versions of [Read|Write]ConsoleOutput[Attribute|Character] appear to assign an uninitialized internal DWORD to the given pointer address before returning.
As the functions fail (intentionally) in these tests, the value of the DWORD is never set, so the tests end up comparing the expected value of zero with random values.
This value of this test is very limited and is best removed.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53686