Francois Gouget : user32/tests: Remove the Cygwin/XFree86 checks.

Alexandre Julliard julliard at winehq.org
Fri May 7 15:42:04 CDT 2021


Module: wine
Branch: master
Commit: 07293cfe7db3e2d921049e19fc1f1dc86629f90a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=07293cfe7db3e2d921049e19fc1f1dc86629f90a

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri May  7 19:39:12 2021 +0200

user32/tests: Remove the Cygwin/XFree86 checks.

They are very old and likely no longer relevant.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/tests/sysparams.c | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/dlls/user32/tests/sysparams.c b/dlls/user32/tests/sysparams.c
index d49d69989f6..8fab62c951e 100644
--- a/dlls/user32/tests/sysparams.c
+++ b/dlls/user32/tests/sysparams.c
@@ -821,13 +821,6 @@ static void test_SPI_SETBORDER( void )                 /*      6 */
             "Control Panel\\Desktop\\WindowMetrics","CaptionWidth", dpi);
     ncmsave.iCaptionWidth = CaptionWidth;
 
-    /* These tests hang when XFree86 4.0 for Windows is running (tested on
-     *  WinNT, SP2, Cygwin/XFree 4.1.0. Skip the test when XFree86 is
-     * running.
-     */
-    if (FindWindowA( NULL, "Cygwin/XFree86" ))
-        return;
-
     trace("testing SPI_{GET,SET}BORDER\n");
 
     SetLastError(0xdeadbeef);
@@ -1127,13 +1120,6 @@ static void test_SPI_SETICONTITLEWRAP( void )          /*     26 */
     unsigned int i;
     ICONMETRICSA im;
 
-    /* These tests hang when XFree86 4.0 for Windows is running (tested on
-     * WinNT, SP2, Cygwin/XFree 4.1.0. Skip the test when XFree86 is
-     * running.
-     */
-    if (FindWindowA( NULL, "Cygwin/XFree86" ))
-        return;
-
     trace("testing SPI_{GET,SET}ICONTITLEWRAP\n");
     SetLastError(0xdeadbeef);
     rc=SystemParametersInfoA( SPI_GETICONTITLEWRAP, 0, &old_b, 0 );




More information about the wine-cvs mailing list