mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 12:03:29 +00:00
[SHELL32_WINETEST] Sync with Wine Staging 1.9.18.
svn path=/trunk/; revision=72615
This commit is contained in:
parent
450fb4a3d3
commit
a38f07f3e8
3 changed files with 5 additions and 11 deletions
|
@ -423,10 +423,8 @@ static void test_GetCurrentProcessExplicitAppUserModelID(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (0) /* crashes on native */
|
if (0) /* crashes on native */
|
||||||
{
|
hr = pGetCurrentProcessExplicitAppUserModelID(NULL);
|
||||||
hr = pGetCurrentProcessExplicitAppUserModelID(NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
appid = (void*)0xdeadbeef;
|
appid = (void*)0xdeadbeef;
|
||||||
hr = pGetCurrentProcessExplicitAppUserModelID(&appid);
|
hr = pGetCurrentProcessExplicitAppUserModelID(&appid);
|
||||||
|
|
|
@ -727,11 +727,9 @@ todo_wine
|
||||||
hr = IWebBrowser2_get_Document(wb, &doc);
|
hr = IWebBrowser2_get_Document(wb, &doc);
|
||||||
todo_wine
|
todo_wine
|
||||||
ok(hr == S_OK, "got 0x%08x\n", hr);
|
ok(hr == S_OK, "got 0x%08x\n", hr);
|
||||||
if (hr == S_OK)
|
if (hr == S_OK) {
|
||||||
{
|
|
||||||
test_dispatch_typeinfo(doc, viewdual_riids);
|
test_dispatch_typeinfo(doc, viewdual_riids);
|
||||||
}
|
}
|
||||||
|
|
||||||
IWebBrowser2_Release(wb);
|
IWebBrowser2_Release(wb);
|
||||||
|
|
||||||
/* IServiceProvider */
|
/* IServiceProvider */
|
||||||
|
|
|
@ -870,10 +870,8 @@ static void test_SHCreateSessionKey(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (0) /* crashes on native */
|
if (0) /* crashes on native */
|
||||||
{
|
hr = pSHCreateSessionKey(KEY_READ, NULL);
|
||||||
hr = pSHCreateSessionKey(KEY_READ, NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
hkey = (HKEY)0xdeadbeef;
|
hkey = (HKEY)0xdeadbeef;
|
||||||
hr = pSHCreateSessionKey(0, &hkey);
|
hr = pSHCreateSessionKey(0, &hkey);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue