user32/tests: Remove the Cygwin/XFree86 checks.
They are very old and likely no longer relevant. Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3e2b225428
commit
07293cfe7d
|
@ -821,13 +821,6 @@ static void test_SPI_SETBORDER( void ) /* 6 */
|
||||||
"Control Panel\\Desktop\\WindowMetrics","CaptionWidth", dpi);
|
"Control Panel\\Desktop\\WindowMetrics","CaptionWidth", dpi);
|
||||||
ncmsave.iCaptionWidth = CaptionWidth;
|
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");
|
trace("testing SPI_{GET,SET}BORDER\n");
|
||||||
|
|
||||||
SetLastError(0xdeadbeef);
|
SetLastError(0xdeadbeef);
|
||||||
|
@ -1127,13 +1120,6 @@ static void test_SPI_SETICONTITLEWRAP( void ) /* 26 */
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
ICONMETRICSA im;
|
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");
|
trace("testing SPI_{GET,SET}ICONTITLEWRAP\n");
|
||||||
SetLastError(0xdeadbeef);
|
SetLastError(0xdeadbeef);
|
||||||
rc=SystemParametersInfoA( SPI_GETICONTITLEWRAP, 0, &old_b, 0 );
|
rc=SystemParametersInfoA( SPI_GETICONTITLEWRAP, 0, &old_b, 0 );
|
||||||
|
|
Loading…
Reference in New Issue