Module: wine Branch: master Commit: 3f80ea69fbbb875250b91329ba12f5a842f9bfe8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3f80ea69fbbb875250b91329b...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 16 18:15:42 2021 +0100
kernel32/tests: Remove an unreliable test.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/process.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/kernel32/tests/process.c b/dlls/kernel32/tests/process.c index 0d1a2f1a31d..6251ee05f94 100644 --- a/dlls/kernel32/tests/process.c +++ b/dlls/kernel32/tests/process.c @@ -1644,8 +1644,6 @@ static void test_Console(void)
ok(modeInC == (modeIn ^ 1), "Wrong console mode\n"); ok(modeOutC == (modeOut ^ 1), "Wrong console-SB mode\n"); - trace("cursor position(X): %d/%d\n",sbi.dwCursorPosition.X, sbiC.dwCursorPosition.X); - ok(sbiC.dwCursorPosition.Y == (sbi.dwCursorPosition.Y ^ 1), "Wrong cursor position\n");
release_memory(); DeleteFileA(resfile);