Alex Henrie : shell32/tests: Mark a shell dispatch test as todo on x64 and ARM.
Module: wine Branch: master Commit: b95764adc4ebfeb007cc3c4a436b6052658deac0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b95764adc4ebfeb007cc3c4a4... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Mon Sep 3 22:27:23 2018 -0600 shell32/tests: Mark a shell dispatch test as todo on x64 and ARM. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shell32/tests/shelldispatch.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/shell32/tests/shelldispatch.c b/dlls/shell32/tests/shelldispatch.c index 5191d5e..0d38cd0 100644 --- a/dlls/shell32/tests/shelldispatch.c +++ b/dlls/shell32/tests/shelldispatch.c @@ -1025,6 +1025,9 @@ static void test_ShellWindows(void) hr = CoCreateInstance(&CLSID_ShellWindows, NULL, CLSCTX_LOCAL_SERVER, &IID_IShellWindows, (void**)&shellwindows); +#ifndef __i386__ +todo_wine +#endif ok(hr == S_OK, "got 0x%08x\n", hr); /* TODO: remove when explorer startup with clean prefix is fixed */ if (hr != S_OK)
participants (1)
-
Alexandre Julliard