https://bugs.winehq.org/show_bug.cgi?id=48043
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d76527373b6ae40439706352a92 | |97c4bf6878dee Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- These got fixed, probably by this pair of commits:
commit 89d67614ca1d020fae39aa09e852a7e2bea77783 Author: Zebediah Figura z.figura12@gmail.com AuthorDate: Mon Jan 6 10:00:00 2020 -0600 Commit: Alexandre Julliard julliard@winehq.org CommitDate: Mon Jan 6 20:23:02 2020 +0100
user32/tests: Relax WindowFromDC() tests a bit.
Windows often reuses the DC handle for a different window (which may be in another process).
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
commit d76527373b6ae40439706352a9297c4bf6878dee Author: Zebediah Figura z.figura12@gmail.com Date: Mon Jan 6 10:00:01 2020 -0600
user32/tests: Get rid of the test for DC handle reuse.
It may be useful for demonstrating cache behaviour, but fails too frequently on Windows to be reliable.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org