[v5 1/3] evr: Add tests

Alexandre Julliard julliard at winehq.org
Thu Sep 21 04:11:45 CDT 2017


Fabian Maurer <dark.shadow4 at web.de> writes:

> +static void test_evr_filter_aggregations(void)
> +{
> +    const IID * iids[] = {
> +        &IID_IAMCertifiedOutputProtection, &IID_IAMFilterMiscFlags, &IID_IBaseFilter,
> +        &IID_IKsPropertySet, &IID_IMediaEventSink, &IID_IMediaSeeking, &IID_IQualityControl,
> +        &IID_IQualProp, &IID_IEVRFilterConfig, &IID_IMFGetService, &IID_IMFVideoPositionMapper,
> +        &IID_IMFVideoRenderer, &IID_IQualityControl
> +    };
> +    int i;
> +
> +    if(!strcmp(winetest_platform, "wine"))
> +    {
> +        skip("Not supported yet.\n");
> +        return;
> +    }

I don't think it's useful to have a test that doesn't test anything. You
should mark the tests as todo but still run them. If that's not
possible, it should wait until we have something to test.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list