shell32/tests: Mark a shell dispatch test as todo on x64 and ARM.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2018-09-03 22:27:23 -06:00 committed by Alexandre Julliard
parent 1d49ceaa50
commit b95764adc4
1 changed files with 3 additions and 0 deletions

View File

@ -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)