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

Henri Verbeet hverbeet at gmail.com
Wed Sep 30 06:47:39 CDT 2020


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.



More information about the wine-devel mailing list