https://bugs.winehq.org/show_bug.cgi?id=53249
Bug ID: 53249 Summary: ole32:compobj - test_CoGetPSClsid() sometimes fails due to REGDB_E_IIDNOTREG on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ole32:compobj - test_CoGetPSClsid() sometimes fails due to REGDB_E_IIDNOTREG on Windows:
compobj.c:1382: Test failed: got 0x80040155 compobj.c:1383: Test failed: got clsid {00000000-0000-0000-0000-000000000000} compobj.c:1387: Test failed: got 0x80040155 compobj.c:1388: Test failed: got clsid {00000000-0000-0000-0000-000000000000} compobj.c:1398: Test failed: got clsid {52222222-1234-1234-1234-56789abcdef0} compobj.c:1402: Test failed: Failed to get PS CLSID, hr 0x80040155. compobj.c:1403: Test failed: Unexpected CLSID {00000000-0000-0000-0000-000000000000}.
https://test.winehq.org/data/patterns.html#ole32:compobj
These failures happen on Windows 7 to Windows 10 1709.
On Windows 8 to Windows 10 1709 there is sometimes an additional error in test_CoRegisterClassObject():
compobj.c:1670: Test failed: Unexpected hr 0.
This failure looks like it should be independent but never happens without the previous ones.
https://bugs.winehq.org/show_bug.cgi?id=53249
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53249
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|ole32:compobj - |ole32:compobj - |test_CoGetPSClsid() |test_CoGetPSClsid() |sometimes fails due to |sometimes fails due to |REGDB_E_IIDNOTREG on |REGDB_E_IIDNOTREG |Windows |(80040155) on Windows