https://bugs.winehq.org/show_bug.cgi?id=40115
Bug ID: 40115 Summary: ole32:compobj regression (privilege issue) Product: Wine Version: 1.9.3 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The commit below introduces 25 new failures when it is run without elevated privileges such as on the fg-win7u64-1spie9adm and fg-win7u64-1spie9usr VMs.
New failures: compobj.c:2308: Test failed: failed to create a key 5, error 1008 compobj.c:2311: Test failed: got 6, error 1008 compobj.c:2314: Test failed: got 6, error 1008 compobj.c:2322: Test failed: got 6, error 1008 compobj.c:2325: Test failed: got 6, error 1008 compobj.c:2322: Test failed: got 6, error 1008 compobj.c:2325: Test failed: got 6, error 1008 compobj.c:2322: Test failed: got 6, error 1008 compobj.c:2325: Test failed: got 6, error 1008 compobj.c:2322: Test failed: got 6, error 1008 compobj.c:2325: Test failed: got 6, error 1008 compobj.c:2322: Test failed: got 6, error 1008 compobj.c:2325: Test failed: got 6, error 1008 compobj.c:2331: Test failed: got 0x80040154 compobj.c:2332: Test failed: got (null) compobj.c:2337: Test failed: got 0x80040154 compobj.c:2338: Test failed: got (null) compobj.c:2343: Test failed: got 0x80040154 compobj.c:2344: Test failed: got (null) compobj.c:2349: Test failed: got 0x80040154 compobj.c:2350: Test failed: got (null) compobj.c:2355: Test failed: got 0x80040154 compobj.c:2356: Test failed: got (null) compobj.c:2361: Test failed: got 0x80040154 compobj.c:2362: Test failed: got (null)
ole32:compobj results on test.winehq.org: https://test.winehq.org/data/tests/ole32:compobj.html
commit 8fe18a16f7f5e0326d2fe6ab32ef2aad947b343d Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Dec 30 23:48:38 2015 +0300
ole32: Properly implement OleRegGetUserType().
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org