Francois Gouget : user32/tests: Don't trace the test_topmost() window handles.
Module: wine Branch: master Commit: 74ec06bee9be9c5ede6ce21a40b5ff031e82cb4f URL: https://source.winehq.org/git/wine.git/?a=commit;h=74ec06bee9be9c5ede6ce21a4... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Dec 30 00:09:47 2019 +0100 user32/tests: Don't trace the test_topmost() window handles. They change from one run to the next, causing the failures to always look new. Also for the topmost failures the window handle is irrelevant: all that matters is which window got the wrong results. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/user32/tests/win.c | 278 ++++++++++++++++++++++++------------------------ 1 file changed, 139 insertions(+), 139 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=74ec06bee9be9c5ede6ce...
participants (1)
-
Alexandre Julliard