https://git.reactos.org/?p=reactos.git;a=commitdiff;h=893f880b6003a28a5b6e807900a4476d2731ec7e

commit 893f880b6003a28a5b6e807900a4476d2731ec7e
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Thu Feb 2 17:37:37 2023 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Mon Apr 17 00:41:31 2023 +0300

    [WIN32KNT_APITEST] Disable test for NtGdiDdQueryDirectDrawObject
---
 modules/rostests/apitests/win32nt/testlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/rostests/apitests/win32nt/testlist.c 
b/modules/rostests/apitests/win32nt/testlist.c
index 839d87480fc..3453314c408 100644
--- a/modules/rostests/apitests/win32nt/testlist.c
+++ b/modules/rostests/apitests/win32nt/testlist.c
@@ -72,7 +72,7 @@ const struct test winetest_testlist[] =
     /* ntdd*/
     { "NtGdiDdCreateDirectDrawObject", func_NtGdiDdCreateDirectDrawObject },
     { "NtGdiDdDeleteDirectDrawObject", func_NtGdiDdDeleteDirectDrawObject },
-    { "NtGdiDdQueryDirectDrawObject", func_NtGdiDdQueryDirectDrawObject },
+    // { "NtGdiDdQueryDirectDrawObject", func_NtGdiDdQueryDirectDrawObject },
     { "NtGdiArcInternal", func_NtGdiArcInternal },
 
     /* ntgdi */

Reply via email to