30 Sep
2020
30 Sep
'20
6:47 a.m.
On Wed, 30 Sep 2020 at 12:59, Zhiyi Zhang <zzhang(a)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.