Zebediah Figura : ntdll/tests: Remove a no longer reliable test.
Module: wine Branch: master Commit: 347b3b42fe548ed6190570d86b7ca2c900cdb7f4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=347b3b42fe548ed6190570d86... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Thu Dec 26 14:40:02 2019 -0600 ntdll/tests: Remove a no longer reliable test. On Windows 10 version 1607, a process called "Memory Compression" violates this invariant. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/tests/info.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/ntdll/tests/info.c b/dlls/ntdll/tests/info.c index caa123e982..76de56810c 100644 --- a/dlls/ntdll/tests/info.c +++ b/dlls/ntdll/tests/info.c @@ -363,8 +363,6 @@ static void test_query_process(void) last_pid = (DWORD_PTR)spi->UniqueProcessId; - ok( spi->dwThreadCount > 0, "Expected some threads for this process, got 0\n"); - /* Loop through the threads, skip NT4 for now */ if (!is_nt)
participants (1)
-
Alexandre Julliard