[PATCH v2] ieframe/tests: Mark an IE test as todo on x64 and ARM
12 Feb
2018
12 Feb
'18
8:48 p.m.
Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> --- dlls/ieframe/tests/ie.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/ieframe/tests/ie.c b/dlls/ieframe/tests/ie.c index cb901d7763..37845dc374 100644 --- a/dlls/ieframe/tests/ie.c +++ b/dlls/ieframe/tests/ie.c @@ -261,6 +261,9 @@ static void test_InternetExplorer(void) return; hres = IUnknown_QueryInterface(unk, &IID_IWebBrowser2, (void**)&wb); +#ifndef __i386__ +todo_wine +#endif ok(hres == S_OK, "Could not get IWebBrowser2 interface: %08x\n", hres); if (hres != S_OK) { IUnknown_Release(unk); -- 2.16.1
2939
Age (days ago)
2949
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alex Henrie -
Jacek Caban