On Wed, 30 Sep 2020 at 12:59, Zhiyi Zhang zzhang@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.