[PATCH 4/4] shell32/tests: Mark a shell dispatch test as todo_wine64

Alex Henrie alexhenrie24 at gmail.com
Mon Feb 12 01:48:48 CST 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/shell32/tests/shelldispatch.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/shell32/tests/shelldispatch.c b/dlls/shell32/tests/shelldispatch.c
index 64a695dc0d..788df6a970 100644
--- a/dlls/shell32/tests/shelldispatch.c
+++ b/dlls/shell32/tests/shelldispatch.c
@@ -1008,6 +1008,7 @@ static void test_ShellWindows(void)
 
     hr = CoCreateInstance(&CLSID_ShellWindows, NULL, CLSCTX_LOCAL_SERVER,
         &IID_IShellWindows, (void**)&shellwindows);
+todo_wine64
     ok(hr == S_OK, "got 0x%08x\n", hr);
     /* TODO: remove when explorer startup with clean prefix is fixed */
     if (hr != S_OK)
-- 
2.16.1




More information about the wine-devel mailing list