[PATCH v2] dxgi/tests: Check that the last adapter is always WARP.

Rémi Bernon rbernon at codeweavers.com
Wed Sep 30 09:17:36 CDT 2020


On 9/30/20 1:47 PM, Henri Verbeet wrote:
> On Wed, 30 Sep 2020 at 12:59, Zhiyi Zhang <zzhang at codeweavers.com> wrote:
>> @@ -5530,6 +5533,40 @@ static void test_multi_adapter(void)
>>           IDXGIAdapter_Release(adapter);
>>       }
>>
>> +    /* Win8+ always have a WARP adapter present at the end */
>> +    todo_wine ok(adapter_index >= 2, "Unexpected adapter count %u.\n", adapter_index);
>> +
> As predicted, this fails here on Windows 7.
> 

I guess a broken/win_skip would be appropriate?.
-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list