[PATCH 4/5] devenum: Make CLSID_VideoCompressorCategory a special category.

Jacek Caban jacek at codeweavers.com
Thu Jan 9 03:59:20 CST 2014


On 01/08/14 20:09, Alexandre Julliard wrote:
> Jacek Caban <jacek at codeweavers.com> writes:
>
>> ---
>>  dlls/devenum/createdevenum.c | 1 +
>>  1 file changed, 1 insertion(+)
> It breaks the tests:
>
> ../../../tools/runtest -q -P wine -T ../../.. -M dxdiagn.dll -p dxdiagn_test.exe.so provider && touch provider.ok
> provider.c:84: Test failed: Expected IDxDiagProvider::Initialize to return S_OK, got 80070002
> provider.c:88: Test failed: Expected IDxDiagProvider::Initialize to return S_OK, got 80070002
> provider.c:125: Test failed: Expected IDxDiagProvider::Initialize to return S_OK, got 80070002
> provider.c:128: Tests skipped: IDxDiagProvider::Initialize failed
> make: *** [provider.ok] Error 3

The problem is that we don't have FilterData in AVICo category filled
and dxdiag fails for that. So we have two bugs here. I will send a patch
for dxdiagn part, which should fix tests.

Jacek



More information about the wine-devel mailing list